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

@@ -27,7 +27,7 @@
%endif
%define skip_python2 1
Name: python-isort%{psuffix}
Version: 5.9.3
Version: 5.10.1
Release: 0
Summary: A Python utility / library to sort Python imports
License: MIT