From 0439302bc1d9eff0be23a9a1982bd64053eae84f4ff28ef07453a75be1f60cd5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Dec 2023 21:34:04 +0000 Subject: [PATCH] - update to 23.12.2: * B018: to detect useless-statements at all levels (#434) * B018: Add classname to b018 useless-expression output (#433) * B018: Include tuples in b018 useless-statement check (#432) - update to 23.11.28: * B035: Fix false positive when named expressions are used (#430) - update to 23.11.26: * B035: add check for static keys in dict-comprehension (#426) * B902: Add exceptions for standard library metaclasses (#415) * B017: Modify to no longer have a false negative when raises() is imported directly from pytest (#424) * B026: Fix bug where the check was not triggered for calls where the caller is an attribute (#420) * Black all the .py files - Like one should (#48) * Fix pathlib link in readme (#36) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=35 --- flake8-bugbear-23.12.2.tar.gz | 3 +++ flake8-bugbear-23.9.16.tar.gz | 3 --- python-flake8-bugbear.changes | 22 ++++++++++++++++++++-- python-flake8-bugbear.spec | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 flake8-bugbear-23.12.2.tar.gz delete mode 100644 flake8-bugbear-23.9.16.tar.gz diff --git a/flake8-bugbear-23.12.2.tar.gz b/flake8-bugbear-23.12.2.tar.gz new file mode 100644 index 0000000..1dfa01a --- /dev/null +++ b/flake8-bugbear-23.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a +size 61699 diff --git a/flake8-bugbear-23.9.16.tar.gz b/flake8-bugbear-23.9.16.tar.gz deleted file mode 100644 index 0c340b0..0000000 --- a/flake8-bugbear-23.9.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71 -size 59341 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 576836f..242dac0 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Dec 4 21:33:23 UTC 2023 - Dirk Müller + +- update to 23.12.2: + * B018: to detect useless-statements at all levels (#434) + * B018: Add classname to b018 useless-expression output (#433) + * B018: Include tuples in b018 useless-statement check (#432) +- update to 23.11.28: + * B035: Fix false positive when named expressions are used + (#430) +- update to 23.11.26: + * B035: add check for static keys in dict-comprehension (#426) + * B902: Add exceptions for standard library metaclasses (#415) + * B017: Modify to no longer have a false negative when raises() + is imported directly from pytest (#424) + * B026: Fix bug where the check was not triggered for calls + where the caller is an attribute (#420) + ------------------------------------------------------------------- Mon Sep 18 06:54:37 UTC 2023 - Daniel Garcia @@ -188,12 +206,12 @@ Fri Nov 2 21:34:53 UTC 2018 - Matej Cepl - Update to 18.8.0: * Exclude immutable calls like tuple() and frozenset() from B008 * Examine kw-only args for mutable defaults - * Black all the .py files - Like one should (#48) + * Black all the .py files - Like one should (#48) * Add testing and document support for the Python 3.7 release * Avoid adding the visitor as an __init__ parameter (Fixes #39) (#40) * Add trove classifier 'Programming Language :: Python :: 3 :: Only' - * Fix pathlib link in readme (#36) + * Fix pathlib link in readme (#36) ------------------------------------------------------------------- Wed Jul 18 11:36:14 UTC 2018 - tchvatal@suse.com diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index d464393..f1fa58c 100644 --- a/python-flake8-bugbear.spec +++ b/python-flake8-bugbear.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flake8-bugbear -Version: 23.9.16 +Version: 23.12.2 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT