diff --git a/isort-5.11.4-gh.tar.gz b/isort-5.11.4-gh.tar.gz deleted file mode 100644 index 725775d..0000000 --- a/isort-5.11.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c7aaed2cde78d0e93fc9defbc3da553428d8a9ddff6aebd2c5dd97db16f4b0c -size 733368 diff --git a/isort-5.12.0-gh.tar.gz b/isort-5.12.0-gh.tar.gz new file mode 100644 index 0000000..0e3f95d --- /dev/null +++ b/isort-5.12.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00eef77c312dc08606d72b6c38a5330632caca4f9bf8e86b7b373ed760ae29b8 +size 743141 diff --git a/python-isort.changes b/python-isort.changes index 217e9a9..441545d 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 26 19:37:28 UTC 2023 - Ben Greiner + +- 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 + ------------------------------------------------------------------- Thu Jan 19 11:36:34 UTC 2023 - Ben Greiner diff --git a/python-isort.spec b/python-isort.spec index 41307a2..a2fe80f 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -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(post): update-alternatives 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 your python imports for you so you don't have to. 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