diff --git a/isort-5.0.2.tar.gz b/isort-5.0.2.tar.gz deleted file mode 100644 index f0329b1..0000000 --- a/isort-5.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba8e494fc13974ec02a623c4aaead306bb86a3102a1df8d399748445f32a78f2 -size 78980 diff --git a/isort-5.0.3.tar.gz b/isort-5.0.3.tar.gz new file mode 100644 index 0000000..16be6c8 --- /dev/null +++ b/isort-5.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c48d4cd773a6226baaaa176839e6f7ff82ef7c7842f6c54374fe2b14df4024b +size 79012 diff --git a/python-isort.changes b/python-isort.changes index a7652aa..7adb135 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 5 11:36:46 UTC 2020 - Sebastian Wagner + +- Update to version 5.0.3: + - Fixed setup.py command incorrectly passing check=True as a configuration parameter (see: https://github.com/timothycrosley/isort/issues/1258) + - Fixed missing patch version + - Fixed issue #1253: Atomic fails when passed in not readable output stream + ------------------------------------------------------------------- Sat Jul 4 12:16:25 UTC 2020 - Sebastian Wagner diff --git a/python-isort.spec b/python-isort.spec index f6057e9..88f243e 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %bcond_without python2 Name: python-isort%{psuffix} -Version: 5.0.2 +Version: 5.0.3 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT