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