15
0

- update to 0.18.2 (bsc#1206225):

* Add ``zoneinfo`` to list of standard library modules
  * Fix registering of options with Flake8 >= 6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-deprecated?expand=0&rev=5
This commit is contained in:
2022-12-15 21:10:22 +00:00
committed by Git OBS Bridge
parent 83f64b7f79
commit 709e18e149
4 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-deprecated
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-deprecated
Version: 1.3
Version: 2.0.1
Release: 0
Summary: Flake8 deprecations plugin
License: GPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/gforcada/flake8-deprecated
Source: https://files.pythonhosted.org/packages/source/f/flake8-deprecated/flake8-deprecated-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-flake8 >= 3.0.0
Requires: python-flake8 >= 5.0.4
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module flake8 >= 3.0.0}
BuildRequires: %{python_module flake8 >= 5.0.4}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -54,7 +55,7 @@ they should be replaced with.
%pytest run_tests.py
%files %{python_files}
%license LICENSE LICENSE.rst
%license LICENSE
%doc CHANGES.rst README.rst
%{python_sitelib}/*