14
0
forked from pool/python-isort

- update to version 5.1.2:

- Fixed issue #1219 / #1326: Comments not wrapped for long lines
 - Fixed issue #1156: Bug related to isort:skip usage followed by a multiline comment block
- update to version 5.1.1:
 - Fixed issue #1322: Occasionally two extra newlines before comment with `-n` & `--fss`.
 - Fixed issue #1189: `--diff` broken when reading from standard input.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=44
This commit is contained in:
2020-07-18 10:17:45 +00:00
committed by Git OBS Bridge
parent 01f3c6af96
commit 38b1aa47e1
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:b51a38cf1c3831ba90471bdcac968e45744f2eaa140bd8b04c4c76d8b45c70ca
size 573445

View File

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

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

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 18 10:11:56 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 5.1.2:
- Fixed issue #1219 / #1326: Comments not wrapped for long lines
- Fixed issue #1156: Bug related to isort:skip usage followed by a multiline comment block
- update to version 5.1.1:
- Fixed issue #1322: Occasionally two extra newlines before comment with `-n` & `--fss`.
- Fixed issue #1189: `--diff` broken when reading from standard input.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 15 20:21:55 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at> Wed Jul 15 20:21:55 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -27,7 +27,7 @@
%endif %endif
%define skip_python2 1 %define skip_python2 1
Name: python-isort%{psuffix} Name: python-isort%{psuffix}
Version: 5.1.0 Version: 5.1.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