forked from pool/python-flake8-bugbear
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea565bdb87b96b56dc499edd6cc3ba7f695373d902a5f56c989b74fad7c7719d
|
||||
size 54020
|
||||
3
flake8-bugbear-23.5.9.tar.gz
Normal file
3
flake8-bugbear-23.5.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:695c84a5d7da54eb35d79a7354dbaf3aaba80de32250608868aa1c85534b2a86
|
||||
size 55289
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 18 07:02:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 08:01:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user