diff --git a/flake8-bugbear-23.3.23.tar.gz b/flake8-bugbear-23.3.23.tar.gz deleted file mode 100644 index 1e1dd4e..0000000 --- a/flake8-bugbear-23.3.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea565bdb87b96b56dc499edd6cc3ba7f695373d902a5f56c989b74fad7c7719d -size 54020 diff --git a/flake8-bugbear-23.5.9.tar.gz b/flake8-bugbear-23.5.9.tar.gz new file mode 100644 index 0000000..b73a1f8 --- /dev/null +++ b/flake8-bugbear-23.5.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86 +size 55289 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 129e228..f90ca7e 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 18 07:02:43 UTC 2023 - Dirk Müller + +- update to 23.5.9: + * Add B033: Detect duplicate items in sets + * Add B908: Detect assertRauses like contexts only has top + level statements that could throw + * Add B028: Allow stacklevel to be explicitly assigned as a + positional argument + * Remove more < 3.8 checks / assertions + ------------------------------------------------------------------- Fri Apr 28 08:01:57 UTC 2023 - Dirk Müller diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index 8ea7c7f..a39d88a 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: 23.3.23 +Version: 23.5.9 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT