diff --git a/isort-5.2.2-gh.tar.gz b/isort-5.2.2-gh.tar.gz deleted file mode 100644 index d33ea0f..0000000 --- a/isort-5.2.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c11b106017bd8fa14862e955c4fbff0901a2dca75cc0cfb56c0308f3c0c0020 -size 590181 diff --git a/isort-5.2.2.tar.gz b/isort-5.2.2.tar.gz deleted file mode 100644 index 8821bf3..0000000 --- a/isort-5.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b27045e3187b9bdde001143b79f9b10a462f372bff7062302818013b6c86f3 -size 121770 diff --git a/isort-5.3.0-gh.tar.gz b/isort-5.3.0-gh.tar.gz new file mode 100644 index 0000000..4d3ca8d --- /dev/null +++ b/isort-5.3.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244bb89c6a0e65f7f5f1b0b5c5a4a52f520b8c2da239d9c5f1b9f01b2aeadec7 +size 598040 diff --git a/isort-5.3.0.tar.gz b/isort-5.3.0.tar.gz new file mode 100644 index 0000000..cde8ef1 --- /dev/null +++ b/isort-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdca22530d093ed16983ba52c41560fa0219d1b958e44fd2ae2995dcc7b785be +size 127597 diff --git a/python-isort.changes b/python-isort.changes index 643d835..0646226 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Aug 6 09:21:42 UTC 2020 - Benjamin Greiner + +- Update to 5.3.0 + * Implemented ability to treat all or select comments as code + (issue #1357) + * Implemented ability to use different configs for different file + extensions (issue #1162) + * Implemented ability to specify the types of imports + (issue #1181) + * Implemented ability to dedup import headings (issue #953) + * Added experimental support for sorting literals (issue #1358) + * Added experimental support for sorting and deduping groupings + of assignments. + * Improved handling of deprecated single line variables for usage + with Visual Studio Code (issue #1363) + * Improved handling of mixed newline forms within same source + file. + * Improved error handling for known sections. + * Improved API consistency, returning a boolean value for all + modification API calls to indicate if changes were made. + * Fixed #1366: spurious errors when combining skip with + --gitignore. + * Fixed #1359: --skip-gitignore does not honor ignored symlink + Internal Development: + * Initial hypothesmith powered test to help catch unexpected + syntax parsing and output errors (thanks @Zac-HD!) + ------------------------------------------------------------------- Thu Jul 30 10:22:55 UTC 2020 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index 873115f..b68ca56 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.2.2 +Version: 5.3.0 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT