14
0
forked from pool/python-isort

- update to version 4.3.21:

- Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=30
This commit is contained in:
2019-06-30 13:20:01 +00:00
committed by Git OBS Bridge
parent ab50ad9df0
commit fb6d9e7120
4 changed files with 13 additions and 5 deletions

View File

@@ -1,9 +1,17 @@
-------------------------------------------------------------------
Sun Jun 30 13:17:40 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 4.3.21:
- Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax
-------------------------------------------------------------------
Fri May 24 12:12:26 UTC 2019 - pgajdos@suse.com
- version update to 4.3.20
- version update to 4.3.20:
- Fixed issue #948 - Pipe redirection broken on Python2.7
- Fixed issue #942 - correctly handle pyi (Python Template Files) to match `black` output
- update to version 4.3.19:
- Fixed issue #942 - correctly handle pyi (Python Template Files) to match `black` output
-------------------------------------------------------------------
Tue May 7 08:06:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>