diff --git a/flake8-3.9.0.tar.gz b/flake8-3.9.0.tar.gz deleted file mode 100644 index 681c6be..0000000 --- a/flake8-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0 -size 164144 diff --git a/flake8-3.9.2.tar.gz b/flake8-3.9.2.tar.gz new file mode 100644 index 0000000..4f02597 --- /dev/null +++ b/flake8-3.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b +size 164777 diff --git a/python-flake8.changes b/python-flake8.changes index d91a654..371bd5c 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 6 12:34:59 UTC 2021 - Dirk Müller + +- update to 3.9.2: + * Fix codes being ignored by plugins utilizing ``extend_default_ignore`` + * Fix error message for ``E111`` in ``pycodestyle`` + * ``indent_size_str`` is deprecated, use ``str(indent_size)`` instead + ------------------------------------------------------------------- Tue Mar 16 23:05:12 UTC 2021 - John Vandenberg diff --git a/python-flake8.spec b/python-flake8.spec index 0a8e840..e9aeaee 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-flake8 -Version: 3.9.0 +Version: 3.9.2 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT @@ -35,7 +35,7 @@ Requires: python-pycodestyle >= 2.7.0 Requires: python-pyflakes >= 2.3.0 Requires: python-typing Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module importlib-metadata}