15
0

Accepting request 1140112 from devel:languages:python

- 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/request/show/1140112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-bugbear?expand=0&rev=18
This commit is contained in:
2024-01-21 22:09:01 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 5 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -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