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