From 20d9070a3730ec6e050f010b87c344cb755a5c2543cbc60c219891d6ecc7ddb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 26 Oct 2022 08:54:58 +0000 Subject: [PATCH] Accepting request 1031270 from home:marxin:branches:devel:languages:python - Update to 22.10.25: * Make B015 and B018 messages slightly more polite (#298) * Add B027: Empty method in abstract base class with no abstract decorator * Multiple B024 false positive fixes * Move CI to use tox (#294) * Move to using PEP621 / pyproject.toml package (#291) * Tested in 3.11 OBS-URL: https://build.opensuse.org/request/show/1031270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=17 --- flake8-bugbear-22.10.25.tar.gz | 3 +++ flake8-bugbear-22.8.23.tar.gz | 3 --- python-flake8-bugbear.changes | 10 ++++++++++ python-flake8-bugbear.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 flake8-bugbear-22.10.25.tar.gz delete mode 100644 flake8-bugbear-22.8.23.tar.gz diff --git a/flake8-bugbear-22.10.25.tar.gz b/flake8-bugbear-22.10.25.tar.gz new file mode 100644 index 0000000..f533e6a --- /dev/null +++ b/flake8-bugbear-22.10.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e51284eb929fbb7f23fbd428491e7427f7cdc8b45a77248daffe86a039d696 +size 41844 diff --git a/flake8-bugbear-22.8.23.tar.gz b/flake8-bugbear-22.8.23.tar.gz deleted file mode 100644 index fd861db..0000000 --- a/flake8-bugbear-22.8.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49ebc2992c8840f6d95af60cc89883219d4cf78d52a652db3fa1b86092a8e050 -size 32899 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 3df6142..743231f 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Wed Oct 26 07:13:13 UTC 2022 - Martin Liška + +- Update to 22.10.25: + * Make B015 and B018 messages slightly more polite (#298) + * Add B027: Empty method in abstract base class with no abstract decorator + * Multiple B024 false positive fixes + * Move CI to use tox (#294) + * Move to using PEP621 / pyproject.toml package (#291) + * Tested in 3.11 +------------------------------------------------------------------- Fri Aug 26 17:51:42 UTC 2022 - Martin Liška - Update 22.8.23: diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index ebb5ddc..dda9368 100644 --- a/python-flake8-bugbear.spec +++ b/python-flake8-bugbear.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-bugbear -Version: 22.8.23 +Version: 22.10.25 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT