SHA256
1
0
forked from pool/python-isort

Accepting request 823366 from home:bnavigator:branches:devel:languages:python

- update to version 5.2.1
  * Update precommit to default to filtering files that are defined in skip.
  * Improved relative path detection for skip config usage.
  * Added recursive symbolic link protection.
  * Implemented #1177: Support for color output using --color.
  * Implemented recursive symlink detection support.

OBS-URL: https://build.opensuse.org/request/show/823366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=50
This commit is contained in:
Benjamin Greiner 2020-07-29 10:42:13 +00:00 committed by Git OBS Bridge
parent 5fdf9d6ac0
commit 8aae2ead79
6 changed files with 17 additions and 7 deletions

View File

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

View File

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

3
isort-5.2.1-gh.tar.gz Normal file
View File

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

3
isort-5.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 29 10:39:20 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- update to version 5.2.1
* Update precommit to default to filtering files that are defined in skip.
* Improved relative path detection for skip config usage.
* Added recursive symbolic link protection.
* Implemented #1177: Support for color output using --color.
* Implemented recursive symlink detection support.
-------------------------------------------------------------------
Tue Jul 28 20:09:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

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