14
0
forked from pool/python-isort

- update to 4.3.1

* Fixed issue #654: Trailing comma count error
 * Fixed issue #651: Add imports option is broken
 * Fixed issue #650: Wrong error message displayed
- update to 4.3.0
 * Fixed #557: force_alphabetical_sort and force_sort_within_sections can now be utilized together without extra new lines
 * Added --no-lines-before for more granular control over section output
 * Fixed #493: Unwanted conversion to Windows line endings
 * Implemented --version-number to retrieve just the version number without the isort logo
- Remove patch-shebang.patch and replace it with a sed-call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=6
This commit is contained in:
2018-02-02 20:53:14 +00:00
committed by Git OBS Bridge
parent 6258cc11bf
commit 29f9d05da0
6 changed files with 29 additions and 22 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Feb 2 20:20:10 UTC 2018 - sebix+novell.com@sebix.at
- update to 4.3.1
* Fixed issue #654: Trailing comma count error
* Fixed issue #651: Add imports option is broken
* Fixed issue #650: Wrong error message displayed
- update to 4.3.0
* Fixed #557: force_alphabetical_sort and force_sort_within_sections can now be utilized together without extra new lines
* Added --no-lines-before for more granular control over section output
* Fixed #493: Unwanted conversion to Windows line endings
* Implemented --version-number to retrieve just the version number without the isort logo
- Remove patch-shebang.patch and replace it with a sed-call
-------------------------------------------------------------------
Wed Jun 21 15:28:33 UTC 2017 - sebix+novell.com@sebix.at