forked from pool/python-flake8-bugbear
Accepting request 1031270 from home:marxin:branches:devel:languages:python
- Update to 22.10.25: * Make B015 and B018 messages slightly more polite (#298) * Add B027: Empty method in abstract base class with no abstract decorator * Multiple B024 false positive fixes * Move CI to use tox (#294) * Move to using PEP621 / pyproject.toml package (#291) * Tested in 3.11 OBS-URL: https://build.opensuse.org/request/show/1031270 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=17
This commit is contained in:
3
flake8-bugbear-22.10.25.tar.gz
Normal file
3
flake8-bugbear-22.10.25.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89e51284eb929fbb7f23fbd428491e7427f7cdc8b45a77248daffe86a039d696
|
||||
size 41844
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49ebc2992c8840f6d95af60cc89883219d4cf78d52a652db3fa1b86092a8e050
|
||||
size 32899
|
||||
@@ -1,4 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 07:13:13 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to 22.10.25:
|
||||
* Make B015 and B018 messages slightly more polite (#298)
|
||||
* Add B027: Empty method in abstract base class with no abstract decorator
|
||||
* Multiple B024 false positive fixes
|
||||
* Move CI to use tox (#294)
|
||||
* Move to using PEP621 / pyproject.toml package (#291)
|
||||
* Tested in 3.11
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 17:51:42 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update 22.8.23:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-flake8-bugbear
|
||||
Version: 22.8.23
|
||||
Version: 22.10.25
|
||||
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