SHA256
1
0
forked from pool/python-isort

- 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
  * Goal Zero: (Tickets related to aspirational goal of achieving 0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=111
This commit is contained in:
Dirk Mueller 2023-12-17 02:11:43 +00:00 committed by Git OBS Bridge
parent fabc13f91e
commit 02c9ad66ff
4 changed files with 63 additions and 34 deletions

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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f13e665483ca8cfa3d3e1809738ea518f8a66fe5489430273f08368893193e1
size 755256

View File

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

View File

@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-isort%{psuffix}
Version: 5.12.0
Version: 5.13.2
Release: 0
Summary: A Python utility / library to sort Python imports
License: MIT