forked from pool/python-isort
- update to version 5.9.3:
- Improved text of skipped file message to mention gitignore feature.
- Made all exceptions pickleable.
- Fixed #1779: Pylama integration ignores pylama specific isort config overrides.
- Fixed #1781: `--from-first` CLI flag shouldn't take any arguments.
- Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file.
- Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=83
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 30 08:30:57 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- update to version 5.9.3:
|
||||
- Improved text of skipped file message to mention gitignore feature.
|
||||
- Made all exceptions pickleable.
|
||||
- Fixed #1779: Pylama integration ignores pylama specific isort config overrides.
|
||||
- Fixed #1781: `--from-first` CLI flag shouldn't take any arguments.
|
||||
- Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file.
|
||||
- Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 8 13:48:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user