- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=39
This commit is contained in:
Sebastian Wagner 2020-07-05 11:37:24 +00:00 committed by Git OBS Bridge
parent 748666cc4a
commit 34bd277513
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba8e494fc13974ec02a623c4aaead306bb86a3102a1df8d399748445f32a78f2
size 78980

3
isort-5.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c48d4cd773a6226baaaa176839e6f7ff82ef7c7842f6c54374fe2b14df4024b
size 79012

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 5 11:36:46 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <sebix+novell.com@sebix.at>

View File

@ -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