- update to 4.3.18:

- Fixed an issue with parsing files that contain unicode characters in Python 2
 - Fixed issue #924 - Pulling in pip internals causes depreciation warning
 - Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`)
 - Improved interoperability with toml configuration files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=25
This commit is contained in:
Sebastian Wagner 2019-05-03 18:10:29 +00:00 committed by Git OBS Bridge
parent fb8cc2097d
commit f93a23df12
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:268067462aed7eb2a1e237fcb287852f22077de3fb07964e87e00f829eea2d1a
size 68797

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 3 18:09:41 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to 4.3.18:
- Fixed an issue with parsing files that contain unicode characters in Python 2
- Fixed issue #924 - Pulling in pip internals causes depreciation warning
- Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`)
- Improved interoperability with toml configuration files
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 29 22:13:28 CEST 2019 - Matej Cepl <mcepl@suse.com> Mon Apr 29 22:13:28 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

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