From a98607eee9fb02ecf2bda19f45bd1e44d0029b00ed1873731d397498aa7bd01b Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 30 Jul 2020 11:51:30 +0000 Subject: [PATCH] - update to version 5.2.2: - Fixed #1356: return status when arguments are passed in without files or a content stream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=51 --- isort-5.2.1-gh.tar.gz | 3 --- isort-5.2.1.tar.gz | 3 --- isort-5.2.2-gh.tar.gz | 3 +++ isort-5.2.2.tar.gz | 3 +++ python-isort.changes | 6 ++++++ python-isort.spec | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 isort-5.2.1-gh.tar.gz delete mode 100644 isort-5.2.1.tar.gz create mode 100644 isort-5.2.2-gh.tar.gz create mode 100644 isort-5.2.2.tar.gz diff --git a/isort-5.2.1-gh.tar.gz b/isort-5.2.1-gh.tar.gz deleted file mode 100644 index d8b926b..0000000 --- a/isort-5.2.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce0bb15f1823192dcbcbf5dfc09822377f454b353e2b974320204ad9662bbbfb -size 589593 diff --git a/isort-5.2.1.tar.gz b/isort-5.2.1.tar.gz deleted file mode 100644 index b6aa617..0000000 --- a/isort-5.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:761a8f490d8bbcd3549b5618ed423468bbdece603cce44b290ee274c9a360893 -size 121608 diff --git a/isort-5.2.2-gh.tar.gz b/isort-5.2.2-gh.tar.gz new file mode 100644 index 0000000..d33ea0f --- /dev/null +++ b/isort-5.2.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c11b106017bd8fa14862e955c4fbff0901a2dca75cc0cfb56c0308f3c0c0020 +size 590181 diff --git a/isort-5.2.2.tar.gz b/isort-5.2.2.tar.gz new file mode 100644 index 0000000..8821bf3 --- /dev/null +++ b/isort-5.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b27045e3187b9bdde001143b79f9b10a462f372bff7062302818013b6c86f3 +size 121770 diff --git a/python-isort.changes b/python-isort.changes index 74fc6f7..643d835 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 30 10:22:55 UTC 2020 - Sebastian Wagner + +- update to version 5.2.2: + - Fixed #1356: return status when arguments are passed in without files or a content stream. + ------------------------------------------------------------------- Wed Jul 29 10:39:20 UTC 2020 - Benjamin Greiner diff --git a/python-isort.spec b/python-isort.spec index 0766255..873115f 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-isort%{psuffix} -Version: 5.2.1 +Version: 5.2.2 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT