14
0
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:
2021-07-30 08:32:28 +00:00
committed by Git OBS Bridge
parent 3d35bd956a
commit 1da55503b3
4 changed files with 15 additions and 4 deletions

View File

@@ -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>