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

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 11 14:10:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>