Hello community,

here is the log from the commit of package python-isort for openSUSE:Factory 
checked in at 2018-02-12 10:10:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-isort (Old)
 and      /work/SRC/openSUSE:Factory/.python-isort.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-isort"

Mon Feb 12 10:10:49 2018 rev:3 rq:575248 version:4.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes        
2017-07-05 23:57:50.549269186 +0200
+++ /work/SRC/openSUSE:Factory/.python-isort.new/python-isort.changes   
2018-02-12 10:10:50.354966590 +0100
@@ -1,0 +2,14 @@
+Fri Feb  2 20:20:10 UTC 2018 - sebix+novell....@sebix.at
+
+- update to 4.3.1
+ * Fixed issue #654: Trailing comma count error
+ * Fixed issue #651: Add imports option is broken
+ * Fixed issue #650: Wrong error message displayed
+- update to 4.3.0
+ * Fixed #557: force_alphabetical_sort and force_sort_within_sections can now 
be utilized together without extra new lines
+ * Added --no-lines-before for more granular control over section output
+ * Fixed #493: Unwanted conversion to Windows line endings
+ * Implemented --version-number to retrieve just the version number without 
the isort logo
+- Remove patch-shebang.patch and replace it with a sed-call
+
+-------------------------------------------------------------------

Old:
----
  4.2.15.tar.gz
  patch-shebang.patch

New:
----
  4.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-isort.spec ++++++
--- /var/tmp/diff_new_pack.miIBGL/_old  2018-02-12 10:10:51.134938481 +0100
+++ /var/tmp/diff_new_pack.miIBGL/_new  2018-02-12 10:10:51.138938336 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isort
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,25 @@
 #
 
 
+%{!?license: %global license %doc}
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-isort
-Version:        4.2.15
+Version:        4.3.1
 Release:        0
 Summary:        A Python utility / library to sort Python imports
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/timothycrosley/isort
-# Tests are not included in pypi package
+# Tests included in pypi package fail
 Source:         
https://github.com/timothycrosley/isort/archive/%{version}.tar.gz
-Patch0:         patch-shebang.patch
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python2-futures
+%ifpython2
+Requires:       python-futures
+%endif
 BuildArch:      noarch
 %python_subpackages
 
@@ -46,7 +49,7 @@
 
 %prep
 %setup -q -n isort-%{version}
-%patch0
+sed -i '1s/^#!.*//' isort/main.py
 chmod -x LICENSE
 
 %build
@@ -62,11 +65,6 @@
 %defattr(-,root,root,-)
 %{python_sitelib}/*
 %python3_only %{_bindir}/isort
-%doc README.rst
-%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 
 %license LICENSE
-%else
-%doc LICENSE
-%endif
 
 %changelog

++++++ 4.2.15.tar.gz -> 4.3.1.tar.gz ++++++
++++ 2132 lines of diff (skipped)


Reply via email to