14
0
forked from pool/python-isort

- Update to 4.3.10:

* Fixed Windows incompatibilities (Issue #835)
  * Fixed relative import sorting bug (Issue #417)
  * Fixed "no_lines_before" to also be respected from previous empty sections.
  * Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848)
  * Fixed issue #842 default encoding not-set in Python2
  * Restored Windows automated testing
  * Added Mac automated testing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-03-04 13:28:09 +00:00
committed by Git OBS Bridge
parent 7e71238106
commit 77276e56b4
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 4 13:25:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.3.10:
* Fixed Windows incompatibilities (Issue #835)
* Fixed relative import sorting bug (Issue #417)
* Fixed "no_lines_before" to also be respected from previous empty sections.
* Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848)
* Fixed issue #842 default encoding not-set in Python2
* Restored Windows automated testing
* Added Mac automated testing
-------------------------------------------------------------------
Mon Mar 4 11:05:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>