- 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:
parent
b338b31734
commit
b5fef4efae
3
isort-5.10.1-gh.tar.gz
Normal file
3
isort-5.10.1-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f3a99bb1e93e58ae10737b8a31d45aa03a096b1c4cbbbd55f05226e40089cf7
|
||||
size 728462
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ad5e0ec066302c7aece422b2675b81abe7e417dbf64b18438ca8b79219540dd
|
||||
size 729342
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user