diff --git a/flake8-bugbear-22.10.25.tar.gz b/flake8-bugbear-22.10.25.tar.gz deleted file mode 100644 index f533e6a..0000000 --- a/flake8-bugbear-22.10.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89e51284eb929fbb7f23fbd428491e7427f7cdc8b45a77248daffe86a039d696 -size 41844 diff --git a/flake8-bugbear-22.10.27.tar.gz b/flake8-bugbear-22.10.27.tar.gz new file mode 100644 index 0000000..74f1920 --- /dev/null +++ b/flake8-bugbear-22.10.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5 +size 43440 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 743231f..12ab209 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 27 07:26:17 UTC 2022 - Martin Liška + +- Update to 22.10.27: + * B027: Ignore @overload decorator (#306) + * B023: Also fix map (#305) + * B023: Avoid false alarms with filter, reduce, key= and return. Added tests for functools (#303) + ------------------------------------------------------------------- Wed Oct 26 07:13:13 UTC 2022 - Martin Liška diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index dda9368..93e84c0 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.25 +Version: 22.10.27 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT