From b5fef4efae014ea49770f81187e9bc37cb89be93fabbc3db5e382034b912b8ca Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 14 Nov 2021 21:10:09 +0000 Subject: [PATCH] - update to version 5.10.1: - Fixed #1819: Occasional inconsistency with multiple src paths. - Fixed #1840: skip_file ignored when on the first docstring line - update to version 5.10.0: - Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader. - Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending). - Fixed #1802: respect PATH customization in nested calls to git. - Fixed #1838: Append only with certain code snippets incorrectly adds imports. - Added official support for Python 3.10 - Potentially breaking changes: - Fixed #1785: `_ast` module incorrectly excluded from stdlib definition. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=85 --- isort-5.10.1-gh.tar.gz | 3 +++ isort-5.9.3-gh.tar.gz | 3 --- python-isort.changes | 15 +++++++++++++++ python-isort.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 isort-5.10.1-gh.tar.gz delete mode 100644 isort-5.9.3-gh.tar.gz diff --git a/isort-5.10.1-gh.tar.gz b/isort-5.10.1-gh.tar.gz new file mode 100644 index 0000000..a428bd7 --- /dev/null +++ b/isort-5.10.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3a99bb1e93e58ae10737b8a31d45aa03a096b1c4cbbbd55f05226e40089cf7 +size 728462 diff --git a/isort-5.9.3-gh.tar.gz b/isort-5.9.3-gh.tar.gz deleted file mode 100644 index 469f34e..0000000 --- a/isort-5.9.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad5e0ec066302c7aece422b2675b81abe7e417dbf64b18438ca8b79219540dd -size 729342 diff --git a/python-isort.changes b/python-isort.changes index f975c5a..21aea69 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Nov 14 21:09:12 UTC 2021 - Sebastian Wagner + +- update to version 5.10.1: + - Fixed #1819: Occasional inconsistency with multiple src paths. + - Fixed #1840: skip_file ignored when on the first docstring line +- update to version 5.10.0: + - Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader. + - Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending). + - Fixed #1802: respect PATH customization in nested calls to git. + - Fixed #1838: Append only with certain code snippets incorrectly adds imports. + - Added official support for Python 3.10 + - Potentially breaking changes: + - Fixed #1785: `_ast` module incorrectly excluded from stdlib definition. + ------------------------------------------------------------------- Sun Oct 31 16:49:09 UTC 2021 - Ben Greiner diff --git a/python-isort.spec b/python-isort.spec index 88daf79..45bd7c0 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.9.3 +Version: 5.10.1 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT