15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=31
This commit is contained in:
2023-07-11 14:10:58 +00:00
committed by Git OBS Bridge
parent 1113bc72dd
commit 89b1c4e6f7
4 changed files with 14 additions and 4 deletions

View File

@@ -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