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:
committed by
Git OBS Bridge
parent
77276e56b4
commit
c3bbee0533
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user