Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-isort for openSUSE:Factory 
checked in at 2023-04-27 20:00:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-isort (Old)
 and      /work/SRC/openSUSE:Factory/.python-isort.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-isort"

Thu Apr 27 20:00:58 2023 rev:38 rq:1083099 version:5.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-isort/python-isort.changes        
2023-01-19 16:44:44.977939384 +0100
+++ /work/SRC/openSUSE:Factory/.python-isort.new.1533/python-isort.changes      
2023-04-27 20:01:25.518098643 +0200
@@ -1,0 +2,13 @@
+Wed Apr 26 19:37:28 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 5.12.0
+  * Add the ability to restrict which directories isort works
+    against (#1967) @vkomarov-r7
+  * updated format strings to fstrings (#2076) @marksmayo
+  * Simplify typeshed integration test (#2075) @AlexWaygood
+  * Fix re-export sorter (#2065) @parafoxia
+  * Removal Python 3.7 (#2064) @staticdev
+  * Added test case and fix for cython pure python import (#2063)
+    @jtoledo1974
+
+-------------------------------------------------------------------

Old:
----
  isort-5.11.4-gh.tar.gz

New:
----
  isort-5.12.0-gh.tar.gz

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

Other differences:
------------------
++++++ python-isort.spec ++++++
--- /var/tmp/diff_new_pack.INsZ0J/_old  2023-04-27 20:01:26.110102124 +0200
+++ /var/tmp/diff_new_pack.INsZ0J/_new  2023-04-27 20:01:26.114102147 +0200
@@ -26,14 +26,14 @@
 %endif
 
 Name:           python-isort%{psuffix}
-Version:        5.11.4
+Version:        5.12.0
 Release:        0
 Summary:        A Python utility / library to sort Python imports
 License:        MIT
 URL:            https://pycqa.github.io/isort/
 # tests and example projects are not packaged for PyPI, get them from Github
 Source:         
https://github.com/PyCQA/isort/archive/%{version}.tar.gz#/isort-%{version}-gh.tar.gz
-BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry-core}
 BuildRequires:  fdupes
@@ -42,6 +42,7 @@
 Requires(postun):update-alternatives
 Recommends:     python-colorama >= 0.4.3
 Recommends:     python-pip-api
+Recommends:     python-pip-shims >= 0.5.2
 Recommends:     python-pipreqs
 Recommends:     python-setuptools
 Suggests:       git-core
@@ -70,7 +71,7 @@
 isort is a Python utility / library to sort imports alphabetically, and
 automatically separated into sections and by type. It provides a command line
 utility, Python library and plugins for various editors to quickly sort all 
your
-imports. It requires Python 3.6+ to run but supports formatting Python 2 code
+imports. It requires Python 3.8+ to run but supports formatting Python 2 code
 too.
 
 %prep

++++++ isort-5.11.4-gh.tar.gz -> isort-5.12.0-gh.tar.gz ++++++
++++ 5668 lines of diff (skipped)

Reply via email to