- update to version 4.3.16:

- Fixed issue #909 - skip and skip-glob are not enforced when using settings-path.
 - Fixed issue #907 - appdirs optional requirement does not correctly specify version
 - Fixed issue #902 - Too broad warning about missing toml package
 - Fixed issue #778 - remove `user` from known standard library as it's no longer in any supported Python version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=21
This commit is contained in:
Sebastian Wagner 2019-03-24 08:37:51 +00:00 committed by Git OBS Bridge
parent c3bbee0533
commit 85cf5fa96b
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 24 08:31:58 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 4.3.16:
- Fixed issue #909 - skip and skip-glob are not enforced when using settings-path.
- Fixed issue #907 - appdirs optional requirement does not correctly specify version
- Fixed issue #902 - Too broad warning about missing toml package
- Fixed issue #778 - remove `user` from known standard library as it's no longer in any supported Python version.
-------------------------------------------------------------------
Wed Mar 13 14:19:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-isort%{psuffix}
Version: 4.3.15
Version: 4.3.16
Release: 0
Summary: A Python utility / library to sort Python imports
License: MIT