From 8aae2ead799c8bfc6d4db7aaf08ebe14bdfb11cb0e21595440c1f62d504cc020 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 29 Jul 2020 10:42:13 +0000 Subject: [PATCH] Accepting request 823366 from home:bnavigator:branches:devel:languages:python - update to version 5.2.1 * Update precommit to default to filtering files that are defined in skip. * Improved relative path detection for skip config usage. * Added recursive symbolic link protection. * Implemented #1177: Support for color output using --color. * Implemented recursive symlink detection support. OBS-URL: https://build.opensuse.org/request/show/823366 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=50 --- isort-5.2.0-gh.tar.gz | 3 --- isort-5.2.0.tar.gz | 3 --- isort-5.2.1-gh.tar.gz | 3 +++ isort-5.2.1.tar.gz | 3 +++ python-isort.changes | 10 ++++++++++ python-isort.spec | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 isort-5.2.0-gh.tar.gz delete mode 100644 isort-5.2.0.tar.gz create mode 100644 isort-5.2.1-gh.tar.gz create mode 100644 isort-5.2.1.tar.gz diff --git a/isort-5.2.0-gh.tar.gz b/isort-5.2.0-gh.tar.gz deleted file mode 100644 index fc2fd40..0000000 --- a/isort-5.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4234c258f3967c5b414a1dd10bc831166b662d8e0e45cf533d6f096ad73b65dd -size 588556 diff --git a/isort-5.2.0.tar.gz b/isort-5.2.0.tar.gz deleted file mode 100644 index 6f0faa7..0000000 --- a/isort-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27c7f27adc4b1a6afde1b66c8af46d42da03671d68648e2a8ab2166df03b668e -size 120854 diff --git a/isort-5.2.1-gh.tar.gz b/isort-5.2.1-gh.tar.gz new file mode 100644 index 0000000..d8b926b --- /dev/null +++ b/isort-5.2.1-gh.tar.gz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..b6aa617 --- /dev/null +++ b/isort-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761a8f490d8bbcd3549b5618ed423468bbdece603cce44b290ee274c9a360893 +size 121608 diff --git a/python-isort.changes b/python-isort.changes index 8e1ca9a..74fc6f7 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 29 10:39:20 UTC 2020 - Benjamin Greiner + +- update to version 5.2.1 + * Update precommit to default to filtering files that are defined in skip. + * Improved relative path detection for skip config usage. + * Added recursive symbolic link protection. + * Implemented #1177: Support for color output using --color. + * Implemented recursive symlink detection support. + ------------------------------------------------------------------- Tue Jul 28 20:09:25 UTC 2020 - Benjamin Greiner diff --git a/python-isort.spec b/python-isort.spec index 4d16f45..0766255 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.0 +Version: 5.2.1 Release: 0 Summary: A Python utility / library to sort Python imports License: MIT