forked from pool/python-sphinx-feature-classification
- update to 2.0.0:
* Update python classifier in setup.cfg * Remove six usage * Drop python3.6/3.7 support in testing runtime * Update CI to use unversioned jobs template * Use py3 as the default runtime for tox * Move flake8 as a pre-commit local target * Migrate from testr to stestr * Use TOX\_CONSTRAINTS\_FILE * Adding pre-commit - Add missing BuildRequires on six. - replace oslotest with more correct fixtures dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=23
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-feature-classification
|
||||
#
|
||||
# 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
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sphinx-feature-classification
|
||||
Version: 1.1.0
|
||||
Version: 2.0.0
|
||||
Release: 0
|
||||
Summary: Sphinx extension to generate a matrix of pluggable drivers
|
||||
License: Apache-2.0
|
||||
@@ -31,7 +31,6 @@ BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module fixtures}
|
||||
BuildRequires: %{python_module pbr >= 2.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docutils >= 0.11
|
||||
|
Reference in New Issue
Block a user