forked from pool/python-flake8-bugbear
- update to 24.1.17:
* B038: Restrict rule to mutation functions only
- update to 24.1.16:
* B036: Fix crash on ``raise`` statements raising something
other than
- update to 24.1.15:
* B038: Add check for mutations of loop iterator
* B037: Add check for yielding or returning values in
__init__()
* B017: make B017 also apply to BaseException
* B036: Add check for except BaseException without re-raising
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=37
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a
|
||||
size 61699
|
||||
3
flake8-bugbear-24.1.17.tar.gz
Normal file
3
flake8-bugbear-24.1.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7
|
||||
size 64231
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 13:07:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 24.1.17:
|
||||
* B038: Restrict rule to mutation functions only
|
||||
- update to 24.1.16:
|
||||
* B036: Fix crash on ``raise`` statements raising something
|
||||
other than
|
||||
- update to 24.1.15:
|
||||
* B038: Add check for mutations of loop iterator
|
||||
* B037: Add check for yielding or returning values in
|
||||
__init__()
|
||||
* B017: make B017 also apply to BaseException
|
||||
* B036: Add check for except BaseException without re-raising
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 21:33:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flake8-bugbear
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-flake8-bugbear
|
||||
Version: 23.12.2
|
||||
Version: 24.1.17
|
||||
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