diff --git a/isort-5.0.9-gh.tar.gz b/isort-5.0.9-gh.tar.gz deleted file mode 100644 index 4278901..0000000 --- a/isort-5.0.9-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6db7a74c53307c1fa7912216fa576ef1108bdae81f8d7cea287bd58ba6989b1 -size 570148 diff --git a/isort-5.0.9.tar.gz b/isort-5.0.9.tar.gz deleted file mode 100644 index 4a03ccc..0000000 --- a/isort-5.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:639b8084644ceb13a806f42d690273b9d844793ac2f515fbc575ba65dc044de0 -size 77522 diff --git a/isort-5.1.0-gh.tar.gz b/isort-5.1.0-gh.tar.gz new file mode 100644 index 0000000..98ac047 --- /dev/null +++ b/isort-5.1.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51a38cf1c3831ba90471bdcac968e45744f2eaa140bd8b04c4c76d8b45c70ca +size 573445 diff --git a/isort-5.1.0.tar.gz b/isort-5.1.0.tar.gz new file mode 100644 index 0000000..961367c --- /dev/null +++ b/isort-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19b7ebce5e292507afa8fab30dd666011dd5ae8f4ef2a2d431751dc84c22140 +size 115672 diff --git a/python-isort.changes b/python-isort.changes index 3ffb3e9..3dfbbee 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 15 20:21:55 UTC 2020 - Sebastian Wagner + +- update to version 5.1.0: + - isort now throws an exception if an invalid settings path is given (issue #1174). + - Implemented support for automatic redundant alias removal (issue #1281). + - Implemented experimental support for floating all imports to the top of a file (issue #1228) + - Fixed #1178: support for semicolons in decorators. + - Fixed #1315: Extra newline before comment with -n + --fss. + - Fixed #1192: -k or --keep-direct-and-as-imports option has been deprecated as it is now always on. + - Formatting changes implied: + - Fixed #1280: rewrite of as imports changes the behavior of the imports. + ------------------------------------------------------------------- Tue Jul 14 13:53:34 UTC 2020 - Benjamin Greiner diff --git a/python-isort.spec b/python-isort.spec index 124678f..02d98bc 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.0.9 +Version: 5.1.0 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT @@ -82,6 +82,7 @@ chmod -x LICENSE %install %python_install +%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %python_clone -a %{buildroot}%{_bindir}/isort %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif