Files
python-sphinx-feature-class…/python-sphinx-feature-classification.spec
Thomas Bechtold d2333f306f 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
2019-04-27 05:17:01 +00:00

63 lines
2.0 KiB
RPMSpec

#
# spec file for package python-sphinx-feature-classification
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinx-feature-classification
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
Requires: python-pbr >= 2.0
BuildArch: noarch
%python_subpackages
%description
An extension to Sphinx to generate a matrix of pluggable drivers and
their support to an API.
%prep
%setup -q -n sphinx-feature-classification-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest sphinx_feature_classification/tests
%files %{python_files}
%license LICENSE
%doc AUTHORS ChangeLog README.rst
%{python_sitelib}/*
%changelog