15
0

Accepting request 1043218 from devel:languages:python

- update to 22.12.6 (bsc#1206225):
  * Add B905: `zip()` without an explicit `strict=` parameter. (#314)
  * B027: ignore @overload when typing is imported with other names (#309)

OBS-URL: https://build.opensuse.org/request/show/1043218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-bugbear?expand=0&rev=10
This commit is contained in:
2022-12-16 16:51:40 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 15 20:59:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 22.12.6 (bsc#1206225):
* Add B905: `zip()` without an explicit `strict=` parameter. (#314)
* B027: ignore @overload when typing is imported with other names (#309)
-------------------------------------------------------------------
Thu Oct 27 07:26:17 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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