- update to version 5.3.2:

- Fixed incorrect warning code (W503->W0503).
- update to version 5.3.1:
 - Improve upgrade warnings to be less noisy and point to error codes for easy interoperability with Visual Studio Code (see: #1363).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=54
This commit is contained in:
Sebastian Wagner 2020-08-08 12:22:26 +00:00 committed by Git OBS Bridge
parent 29259fe636
commit c0ef1cbcaa
6 changed files with 15 additions and 7 deletions

View File

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

View File

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

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

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 8 12:21:14 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 5.3.2:
- Fixed incorrect warning code (W503->W0503).
- update to version 5.3.1:
- Improve upgrade warnings to be less noisy and point to error codes for easy interoperability with Visual Studio Code (see: #1363).
-------------------------------------------------------------------
Thu Aug 6 13:53:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

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