From cfd84651bdcfa883e98eadd2a361a3e61bb8750d76a0cc63a339e24c60bb2132 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Jun 2024 06:31:54 +0000 Subject: [PATCH] - update to 7.1.0: * require pycodestyle 2.12.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=93 --- flake8-7.0.0.tar.gz | 3 --- flake8-7.1.0.tar.gz | 3 +++ python-flake8.changes | 6 ++++++ python-flake8.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 flake8-7.0.0.tar.gz create mode 100644 flake8-7.1.0.tar.gz diff --git a/flake8-7.0.0.tar.gz b/flake8-7.0.0.tar.gz deleted file mode 100644 index 2eba1b7..0000000 --- a/flake8-7.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b649d29d4bc2562e2d814ffdc63b90828e3f43b50bc146021901b4446bae7fb -size 138456 diff --git a/flake8-7.1.0.tar.gz b/flake8-7.1.0.tar.gz new file mode 100644 index 0000000..879a574 --- /dev/null +++ b/flake8-7.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2223f8d6476097ac0bf58a08910fa19b4c045d37f6c8e26532d3f4076b78ba +size 138600 diff --git a/python-flake8.changes b/python-flake8.changes index 64a57dd..427b177 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 17 06:31:31 UTC 2024 - Dirk Müller + +- update to 7.1.0: + * require pycodestyle 2.12.0 + ------------------------------------------------------------------- Fri Jan 5 15:25:36 UTC 2024 - Dirk Müller diff --git a/python-flake8.spec b/python-flake8.spec index e438e33..ef9d3d0 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flake8 -Version: 7.0.0 +Version: 7.1.0 Release: 0 Summary: Modular source code checker: pep8, pyflakes and co License: MIT @@ -34,17 +34,17 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module mccabe >= 0.7.0 with %python-mccabe < 0.8.0} -BuildRequires: %{python_module pycodestyle >= 2.11.0 with %python-pycodestyle < 2.12.0} +BuildRequires: %{python_module pycodestyle >= 2.12.0 with %python-pycodestyle < 2.13.0} BuildRequires: %{python_module pyflakes >= 3.2.0 with %python-pyflakes < 3.3.0} BuildRequires: %{python_module pytest} # /SECTION BuildArch: noarch # https://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies Requires: (python-mccabe >= 0.7.0 with python-mccabe < 0.8.0) -Requires: (python-pycodestyle >= 2.11.0 with python-pycodestyle < 2.12.0) +Requires: (python-pycodestyle >= 2.12.0 with python-pycodestyle < 2.13.0) Requires: (python-pyflakes >= 3.2.0 with python-pyflakes < 3.3.0) Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages %description