From 043deba6c08fc28710eb5df85dbbb5d227780799dcaa6d28242a4455fb5ac9fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Mar 2024 17:50:34 +0000 Subject: [PATCH] - update to 24.2.6: * B902: Remove decorators named validator and root_validator from B902 checks * B038: Change B038 to B909 and make it optional OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=39 --- flake8-bugbear-24.1.17.tar.gz | 3 --- flake8-bugbear-24.2.6.tar.gz | 3 +++ python-flake8-bugbear.changes | 8 ++++++++ python-flake8-bugbear.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 flake8-bugbear-24.1.17.tar.gz create mode 100644 flake8-bugbear-24.2.6.tar.gz diff --git a/flake8-bugbear-24.1.17.tar.gz b/flake8-bugbear-24.1.17.tar.gz deleted file mode 100644 index 1b144c9..0000000 --- a/flake8-bugbear-24.1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7 -size 64231 diff --git a/flake8-bugbear-24.2.6.tar.gz b/flake8-bugbear-24.2.6.tar.gz new file mode 100644 index 0000000..97397ac --- /dev/null +++ b/flake8-bugbear-24.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cb5f2a9e792dd80ff68e89a14c12eed8620af8b41a49d823b7a33064ac9658 +size 64626 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index b341f54..ac4517b 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 25 17:49:59 UTC 2024 - Dirk Müller + +- update to 24.2.6: + * B902: Remove decorators named validator and root_validator + from B902 checks + * B038: Change B038 to B909 and make it optional + ------------------------------------------------------------------- Sat Jan 20 13:07:24 UTC 2024 - Dirk Müller diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index 3d88081..35fe130 100644 --- a/python-flake8-bugbear.spec +++ b/python-flake8-bugbear.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flake8-bugbear -Version: 24.1.17 +Version: 24.2.6 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT