forked from pool/python-sphinx-feature-classification
Accepting request 698240 from home:mcalabkova:branches:devel:languages:python
- update to version 0.3.2 0.3.2 * Change openstack-dev to openstack-discuss * Optimizing the safety of the http link site in HACKING.rst 0.3.1 * Handle ConfigParser.readfp deprecation * add python 3.6 unit test job 0.3.0 * Parse 'driver-notes-XXX' values * doc: Rework everything 0.2.0 * Update for Python 3 compatibility * Driver usage example is not correct * set default python to python3 * Add badges, description and fix links in README OBS-URL: https://build.opensuse.org/request/show/698240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
d5cc3f2f82
commit
d2333f306f
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-feature-classification
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,14 +18,18 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sphinx-feature-classification
|
||||
Version: 0.1.0
|
||||
Version: 0.3.2
|
||||
Release: 0
|
||||
Summary: Sphinx extension to generate a matrix of pluggable drivers
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: http://www.openstack.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz
|
||||
BuildRequires: %{python_module ddt >= 1.0.1}
|
||||
BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module oslotest}
|
||||
BuildRequires: %{python_module pbr >= 2.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docutils >= 0.11
|
||||
@@ -47,6 +51,9 @@ their support to an API.
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest sphinx_feature_classification/tests
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc AUTHORS ChangeLog README.rst
|
||||
|
Reference in New Issue
Block a user