Accepting request 1133685 from devel:languages:python
- update to 5.13.2: * Apply the bracket fix from issue #471 only for use_parentheses=True * Confine pre-commit to stages * Fixed colors extras * Fixed integration tests * Fixed normalizing imports from more than one level of parent modules * Remove optional dependencies without extras * Cleanup deprecated extras * Fixed #1989: settings lookup when working in stream based mode * Fixed 80 line length for wemake linter * Add support for Python 3.12 * Fixed assertions in test_git_hook * Removed check for include_trailing_comma for the Hanging Indent wrap mode * Use the standard library tomllib on sufficiently new python * Fixed safety sept 2023 * chore: move configurations to pyproject.toml (#2115) * Fixed typo in README * Update version in pre-commit setup to avoid installation issue with poetry * Skip .pytype directory by default. * Fixed a tip block styling in the Config Files section (#2097) * Fixed #1556: Empty line added between imports that should be * Improved packaging of test files alongside source distribution * Fixed #1548: On rare occasions an unecessary empty line can be * Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap OBS-URL: https://build.opensuse.org/request/show/1133685 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=41
This commit is contained in:
commit
6cd4788ead
BIN
isort-5.12.0-gh.tar.gz
(Stored with Git LFS)
BIN
isort-5.12.0-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
isort-5.13.2-gh.tar.gz
Normal file
3
isort-5.13.2-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f13e665483ca8cfa3d3e1809738ea518f8a66fe5489430273f08368893193e1
|
||||||
|
size 755256
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 17 02:10:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.13.2:
|
||||||
|
* Apply the bracket fix from issue #471 only for
|
||||||
|
use_parentheses=True
|
||||||
|
* Confine pre-commit to stages
|
||||||
|
* Fixed colors extras
|
||||||
|
* Fixed integration tests
|
||||||
|
* Fixed normalizing imports from more than one level of parent
|
||||||
|
modules
|
||||||
|
* Remove optional dependencies without extras
|
||||||
|
* Cleanup deprecated extras
|
||||||
|
* Fixed #1989: settings lookup when working in stream based
|
||||||
|
mode
|
||||||
|
* Fixed 80 line length for wemake linter
|
||||||
|
* Add support for Python 3.12
|
||||||
|
* Fixed assertions in test_git_hook
|
||||||
|
* Removed check for include_trailing_comma for the Hanging
|
||||||
|
Indent wrap mode
|
||||||
|
* Use the standard library tomllib on sufficiently new python
|
||||||
|
* Fixed safety sept 2023
|
||||||
|
* chore: move configurations to pyproject.toml (#2115)
|
||||||
|
* Fixed typo in README
|
||||||
|
* Update version in pre-commit setup to avoid installation
|
||||||
|
issue with poetry
|
||||||
|
* Skip .pytype directory by default.
|
||||||
|
* Fixed a tip block styling in the Config Files section (#2097)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 30 08:21:33 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Wed Aug 30 08:21:33 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-isort%{psuffix}
|
Name: python-isort%{psuffix}
|
||||||
Version: 5.12.0
|
Version: 5.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python utility / library to sort Python imports
|
Summary: A Python utility / library to sort Python imports
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user