diff --git a/flake8-bugbear-23.12.2.tar.gz b/flake8-bugbear-23.12.2.tar.gz deleted file mode 100644 index 1dfa01a..0000000 --- a/flake8-bugbear-23.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a -size 61699 diff --git a/flake8-bugbear-24.1.17.tar.gz b/flake8-bugbear-24.1.17.tar.gz new file mode 100644 index 0000000..1b144c9 --- /dev/null +++ b/flake8-bugbear-24.1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7 +size 64231 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 242dac0..b341f54 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jan 20 13:07:24 UTC 2024 - Dirk Müller + +- update to 24.1.17: + * B038: Restrict rule to mutation functions only +- update to 24.1.16: + * B036: Fix crash on ``raise`` statements raising something + other than +- update to 24.1.15: + * B038: Add check for mutations of loop iterator + * B037: Add check for yielding or returning values in + __init__() + * B017: make B017 also apply to BaseException + * B036: Add check for except BaseException without re-raising + ------------------------------------------------------------------- Mon Dec 4 21:33:23 UTC 2023 - Dirk Müller diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index f1fa58c..3d88081 100644 --- a/python-flake8-bugbear.spec +++ b/python-flake8-bugbear.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-bugbear # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flake8-bugbear -Version: 23.12.2 +Version: 24.1.17 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT