15
0

- update to 23.5.9:

* Add B033: Detect duplicate items in sets
  * Add B908: Detect assertRauses like contexts only has top
    level statements that could throw
  * Add B028: Allow stacklevel to be explicitly assigned as a
    positional argument
  * Remove more < 3.8 checks / assertions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=27
This commit is contained in:
2023-05-18 07:02:59 +00:00
committed by Git OBS Bridge
parent 78a6f85096
commit c3c084906c
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-bugbear
Version: 23.3.23
Version: 23.5.9
Release: 0
Summary: A plugin for flake8 finding likely bugs and design problems in your program
License: MIT