15
0

- add sle15_python_module_pythons (jsc#PED-68)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-bugbear?expand=0&rev=25
This commit is contained in:
2023-04-28 08:05:19 +00:00
committed by Git OBS Bridge
parent b23a68860e
commit 78a6f85096
4 changed files with 21 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-bugbear
Version: 23.2.13
Version: 23.3.23
Release: 0
Summary: A plugin for flake8 finding likely bugs and design problems in your program
License: MIT
@@ -27,8 +27,8 @@ Group: Development/Languages/Python
URL: https://github.com/PyCQA/flake8-bugbear
Source: https://files.pythonhosted.org/packages/source/f/flake8-bugbear/flake8-bugbear-%{version}.tar.gz
BuildRequires: %{python_module attrs >= 19.2.0}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module flake8 >= 3.0.0}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module flake8 >= 6.0.0}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module hypothesmith}
BuildRequires: %{python_module pytest}
@@ -36,7 +36,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 19.2.0
Requires: python-flake8 >= 3.0.0
Requires: python-flake8 >= 6.0.0
BuildArch: noarch
%python_subpackages