forked from pool/python-isort
- Update to 4.3.15:
* Fixed a regression with handling streaming input from pipes (Issue #895) * Fixed handling of \x0c whitespace character (Issue #811) * Improved CLI documentation * Fixed a regression with /directory/.py style patterns * Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used. * Fixed some output being printed even when --quiet mode is enabled. * Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting. * Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file. * Fixed issue #885 many files not being skipped according to set skip settings. * Fixed issue #842 streaming encoding improvements. * Fix error caused when a virtual environment not detected * Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY * Fixed issue #873: current version skips every file on travis * Additional caching to reduce performance regression introduced in 4.3.5 * Improved handling of pex files and other binary Python files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=20
This commit is contained in:
parent
77276e56b4
commit
c3bbee0533
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:144c4295314c0ed34fb034f838b2b7e242c52dd3eafdd6f5d49078692f582c0c
|
||||
size 66339
|
3
isort-4.3.15.tar.gz
Normal file
3
isort-4.3.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96151fca2c6e736503981896495d344781b60d18bfda78dc11b290c6125ebdb6
|
||||
size 67949
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 14:19:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 4.3.15:
|
||||
* Fixed a regression with handling streaming input from pipes (Issue #895)
|
||||
* Fixed handling of \x0c whitespace character (Issue #811)
|
||||
* Improved CLI documentation
|
||||
* Fixed a regression with /directory/.py style patterns
|
||||
* Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
|
||||
* Fixed some output being printed even when --quiet mode is enabled.
|
||||
* Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
|
||||
* Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
|
||||
* Fixed issue #885 many files not being skipped according to set skip settings.
|
||||
* Fixed issue #842 streaming encoding improvements.
|
||||
* Fix error caused when a virtual environment not detected
|
||||
* Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
|
||||
* Fixed issue #873: current version skips every file on travis
|
||||
* Additional caching to reduce performance regression introduced in 4.3.5
|
||||
* Improved handling of pex files and other binary Python files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 13:25:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-isort%{psuffix}
|
||||
Version: 4.3.10
|
||||
Version: 4.3.15
|
||||
Release: 0
|
||||
Summary: A Python utility / library to sort Python imports
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user