diff --git a/flake8-bugbear-22.10.27.tar.gz b/flake8-bugbear-22.10.27.tar.gz deleted file mode 100644 index 74f1920..0000000 --- a/flake8-bugbear-22.10.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5 -size 43440 diff --git a/flake8-bugbear-22.12.6.tar.gz b/flake8-bugbear-22.12.6.tar.gz new file mode 100644 index 0000000..b6e9b1c --- /dev/null +++ b/flake8-bugbear-22.12.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0 +size 44094 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 12ab209..309159b 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 15 20:59:46 UTC 2022 - Dirk Müller + +- update to 22.12.6 (bsc#1206225): + * Add B905: `zip()` without an explicit `strict=` parameter. (#314) + * B027: ignore @overload when typing is imported with other names (#309) + ------------------------------------------------------------------- Thu Oct 27 07:26:17 UTC 2022 - Martin Liška diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index 93e84c0..a89391f 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.10.27 +Version: 22.12.6 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT