From e38a0f043c8c15704f214671835c70945796691b5508f4aae74345474b5c66ba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 15:42:01 +0000 Subject: [PATCH] - update to 4.1.1: * Support flake8 4.x * Switch from travis-ci to github actions * Drop python 2.7 support and 3.5 as well OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-isort?expand=0&rev=5 --- flake8-isort-4.0.0.tar.gz | 3 --- flake8-isort-4.1.1.tar.gz | 3 +++ python-flake8-isort.changes | 8 ++++++++ python-flake8-isort.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 flake8-isort-4.0.0.tar.gz create mode 100644 flake8-isort-4.1.1.tar.gz diff --git a/flake8-isort-4.0.0.tar.gz b/flake8-isort-4.0.0.tar.gz deleted file mode 100644 index 4d1c62d..0000000 --- a/flake8-isort-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9 -size 17548 diff --git a/flake8-isort-4.1.1.tar.gz b/flake8-isort-4.1.1.tar.gz new file mode 100644 index 0000000..be03205 --- /dev/null +++ b/flake8-isort-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717 +size 16348 diff --git a/python-flake8-isort.changes b/python-flake8-isort.changes index 90b217a..c70e5bc 100644 --- a/python-flake8-isort.changes +++ b/python-flake8-isort.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 15 15:40:29 UTC 2022 - Dirk Müller + +- update to 4.1.1: + * Support flake8 4.x + * Switch from travis-ci to github actions + * Drop python 2.7 support and 3.5 as well + ------------------------------------------------------------------- Tue Aug 11 08:16:08 UTC 2020 - Benjamin Greiner diff --git a/python-flake8-isort.spec b/python-flake8-isort.spec index 78d41de..a00d376 100644 --- a/python-flake8-isort.spec +++ b/python-flake8-isort.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-isort # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-flake8-isort -Version: 4.0.0 +Version: 4.1.1 Release: 0 Summary: Plugin integrating isort in flake8 License: GPL-2.0-only @@ -53,7 +54,7 @@ Use `isort`_ to check if the imports on your python files are sorted the way you %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest %files %{python_files} %doc README.rst CHANGES.rst