diff --git a/flake8-bugbear-23.6.5.tar.gz b/flake8-bugbear-23.6.5.tar.gz deleted file mode 100644 index adc8315..0000000 --- a/flake8-bugbear-23.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8631e1071c9d85d24a615f235565c16c9a2ac57add4a14636d331bf9f4ef14fa -size 55750 diff --git a/flake8-bugbear-23.7.10.tar.gz b/flake8-bugbear-23.7.10.tar.gz new file mode 100644 index 0000000..fbf4ffd --- /dev/null +++ b/flake8-bugbear-23.7.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebdc7d8ec1ca8bd49347694562381f099f4de2f8ec6bda7a7dca65555d9e0d4 +size 57578 diff --git a/python-flake8-bugbear.changes b/python-flake8-bugbear.changes index 34606ee..c3c4213 100644 --- a/python-flake8-bugbear.changes +++ b/python-flake8-bugbear.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 11 14:10:46 UTC 2023 - Dirk Müller + +- update to 23.7.10: + * Add B034: re.sub/subn/split must pass flags/count/maxsplit as + keyword arguments. + * Fix a crash and several test failures on Python 3.12, all + relating to the B907 * check. + * Declare support for Python 3.12. + ------------------------------------------------------------------- Sun Jun 11 09:17:36 UTC 2023 - Dirk Müller diff --git a/python-flake8-bugbear.spec b/python-flake8-bugbear.spec index 2a19b4a..8649034 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.6.5 +Version: 23.7.10 Release: 0 Summary: A plugin for flake8 finding likely bugs and design problems in your program License: MIT