diff --git a/isort-5.3.2-gh.tar.gz b/isort-5.3.2-gh.tar.gz deleted file mode 100644 index c8e5d1e..0000000 --- a/isort-5.3.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e9a020da3f7c7658019a2f5ffb62f28ba71f0b4e1900c5d7c691541d1384d24 -size 598171 diff --git a/isort-5.3.2.tar.gz b/isort-5.3.2.tar.gz deleted file mode 100644 index 73f3434..0000000 --- a/isort-5.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba83762132a8661d3525f87a86549712fb7d8da79eeb452e01f327ada9e87920 -size 127789 diff --git a/isort-5.4.2-gh.tar.gz b/isort-5.4.2-gh.tar.gz new file mode 100644 index 0000000..0160b33 --- /dev/null +++ b/isort-5.4.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f3e9a421b98c08ea5bb7a09024c87f3840bb1d851f26bb694e232c159cb274 +size 600210 diff --git a/isort-5.4.2.tar.gz b/isort-5.4.2.tar.gz new file mode 100644 index 0000000..6f11a88 --- /dev/null +++ b/isort-5.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d488ba1c5a2db721669cc180180d5acf84ebdc5af7827f7aaeaa75f73cf0e2b8 +size 129085 diff --git a/python-isort.changes b/python-isort.changes index a83db9b..8b58156 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Aug 19 04:17:27 UTC 2020 - Steve Kowalik + +- Update to 5.4.2: + * Fixed #1383: Known other does not work anymore with .editorconfig. + * Fixed: Regression in first known party path expansion. + * Fixed #1381: --combine-as loses # noqa in different circumstances. + * Implemented #1373: support for length sort only of direct (AKA + straight) imports. + * Fixed #1321: --combine-as loses # noqa. + * Fixed #1375: --dont-order-by-type CLI broken. + ------------------------------------------------------------------- Sat Aug 8 12:21:14 UTC 2020 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index 7db0f31..ebcb88c 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.3.2 +Version: 5.4.2 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT