Accepting request 910472 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/910472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=27
This commit is contained in:
Richard Brown 2021-08-11 09:47:05 +00:00 committed by Git OBS Bridge
commit 77da3fc842
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 30 08:30:57 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 5.9.3:
- Improved text of skipped file message to mention gitignore feature.
- Made all exceptions pickleable.
- Fixed #1779: Pylama integration ignores pylama specific isort config overrides.
- Fixed #1781: `--from-first` CLI flag shouldn't take any arguments.
- Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file.
- Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true.
-------------------------------------------------------------------
Thu Jul 8 13:48:37 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

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