14
0
forked from pool/python-isort

- update to version 5.10.1:

- Fixed #1819: Occasional inconsistency with multiple src paths.
    - Fixed #1840: skip_file ignored when on the first docstring line
- update to version 5.10.0:
    - Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader.
    - Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).
    - Fixed #1802: respect PATH customization in nested calls to git.
    - Fixed #1838: Append only with certain code snippets incorrectly adds imports.
    - Added official support for Python 3.10
 - Potentially breaking changes:
    - Fixed #1785: `_ast` module incorrectly excluded from stdlib definition.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=85
This commit is contained in:
2021-11-14 21:10:09 +00:00
committed by Git OBS Bridge
parent b338b31734
commit b5fef4efae
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Nov 14 21:09:12 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 5.10.1:
- Fixed #1819: Occasional inconsistency with multiple src paths.
- Fixed #1840: skip_file ignored when on the first docstring line
- update to version 5.10.0:
- Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader.
- Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).
- Fixed #1802: respect PATH customization in nested calls to git.
- Fixed #1838: Append only with certain code snippets incorrectly adds imports.
- Added official support for Python 3.10
- Potentially breaking changes:
- Fixed #1785: `_ast` module incorrectly excluded from stdlib definition.
-------------------------------------------------------------------
Sun Oct 31 16:49:09 UTC 2021 - Ben Greiner <code@bnavigator.de>