15
0

Accepting request 1098207 from devel:languages:python

- 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/request/show/1098207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-bugbear?expand=0&rev=15
This commit is contained in:
2023-07-12 15:27:24 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8631e1071c9d85d24a615f235565c16c9a2ac57add4a14636d331bf9f4ef14fa
size 55750

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ebdc7d8ec1ca8bd49347694562381f099f4de2f8ec6bda7a7dca65555d9e0d4
size 57578

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>

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