From c0ef1cbcaa758eaee99ddd209e049a539c439131c896deabbc430fadaec68949 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 8 Aug 2020 12:22:26 +0000 Subject: [PATCH] - 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 --- isort-5.3.0-gh.tar.gz | 3 --- isort-5.3.0.tar.gz | 3 --- isort-5.3.2-gh.tar.gz | 3 +++ isort-5.3.2.tar.gz | 3 +++ python-isort.changes | 8 ++++++++ python-isort.spec | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 isort-5.3.0-gh.tar.gz delete mode 100644 isort-5.3.0.tar.gz create mode 100644 isort-5.3.2-gh.tar.gz create mode 100644 isort-5.3.2.tar.gz diff --git a/isort-5.3.0-gh.tar.gz b/isort-5.3.0-gh.tar.gz deleted file mode 100644 index 4d3ca8d..0000000 --- a/isort-5.3.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:244bb89c6a0e65f7f5f1b0b5c5a4a52f520b8c2da239d9c5f1b9f01b2aeadec7 -size 598040 diff --git a/isort-5.3.0.tar.gz b/isort-5.3.0.tar.gz deleted file mode 100644 index cde8ef1..0000000 --- a/isort-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdca22530d093ed16983ba52c41560fa0219d1b958e44fd2ae2995dcc7b785be -size 127597 diff --git a/isort-5.3.2-gh.tar.gz b/isort-5.3.2-gh.tar.gz new file mode 100644 index 0000000..c8e5d1e --- /dev/null +++ b/isort-5.3.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9a020da3f7c7658019a2f5ffb62f28ba71f0b4e1900c5d7c691541d1384d24 +size 598171 diff --git a/isort-5.3.2.tar.gz b/isort-5.3.2.tar.gz new file mode 100644 index 0000000..73f3434 --- /dev/null +++ b/isort-5.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba83762132a8661d3525f87a86549712fb7d8da79eeb452e01f327ada9e87920 +size 127789 diff --git a/python-isort.changes b/python-isort.changes index a8ead8b..a83db9b 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 8 12:21:14 UTC 2020 - Sebastian Wagner + +- 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 diff --git a/python-isort.spec b/python-isort.spec index 5ddb2fd..7db0f31 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -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