From 8cede60c047cfff785eec466fa5b210b43dd51d0bc4b2a6a867899e03954680c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Oct 2022 08:37:57 +0000 Subject: [PATCH] Accepting request 1009987 from home:yarunachalam:branches:devel:languages:python - update to 4.2.0 * Fix compatibility with flake8 version 5. OBS-URL: https://build.opensuse.org/request/show/1009987 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-isort?expand=0&rev=6 --- flake8-isort-4.1.1.tar.gz | 3 --- flake8-isort-4.2.0.tar.gz | 3 +++ python-flake8-isort.changes | 6 ++++++ python-flake8-isort.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 flake8-isort-4.1.1.tar.gz create mode 100644 flake8-isort-4.2.0.tar.gz diff --git a/flake8-isort-4.1.1.tar.gz b/flake8-isort-4.1.1.tar.gz deleted file mode 100644 index be03205..0000000 --- a/flake8-isort-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717 -size 16348 diff --git a/flake8-isort-4.2.0.tar.gz b/flake8-isort-4.2.0.tar.gz new file mode 100644 index 0000000..f51f3e9 --- /dev/null +++ b/flake8-isort-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0 +size 17674 diff --git a/python-flake8-isort.changes b/python-flake8-isort.changes index c70e5bc..9e05eaa 100644 --- a/python-flake8-isort.changes +++ b/python-flake8-isort.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 03:22:12 UTC 2022 - Yogalakshmi Arunachalam + +- update to 4.2.0 + * Fix compatibility with flake8 version 5. + ------------------------------------------------------------------- Sat Jan 15 15:40:29 UTC 2022 - Dirk Müller diff --git a/python-flake8-isort.spec b/python-flake8-isort.spec index a00d376..3ea4c85 100644 --- a/python-flake8-isort.spec +++ b/python-flake8-isort.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-flake8-isort -Version: 4.1.1 +Version: 4.2.0 Release: 0 Summary: Plugin integrating isort in flake8 License: GPL-2.0-only