From 191bbc4c0998666e50a7a5f2de0e7d39e8176a403897e469dc9becaf3511f8f4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:07:07 +0000 Subject: [PATCH 1/3] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=3 --- python-sphinx-feature-classification.changes | 5 +++++ python-sphinx-feature-classification.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-sphinx-feature-classification.changes b/python-sphinx-feature-classification.changes index 6a2caa9..19c293c 100644 --- a/python-sphinx-feature-classification.changes +++ b/python-sphinx-feature-classification.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:54:49 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Mar 29 12:16:00 UTC 2018 - tbechtold@suse.com diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index cb29cb4..197cbed 100644 --- a/python-sphinx-feature-classification.spec +++ b/python-sphinx-feature-classification.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,6 @@ 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 devel} BuildRequires: %{python_module pbr >= 2.0} BuildRequires: fdupes BuildRequires: python-rpm-macros From bcdb3527c61c01b15c4d17edd6ef355263429c7780e546f347356d3718d5b0c4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:23:53 +0000 Subject: [PATCH 2/3] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=4 --- python-sphinx-feature-classification.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index 197cbed..795d693 100644 --- a/python-sphinx-feature-classification.spec +++ b/python-sphinx-feature-classification.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Generate a matrix of pluggable drivers and their support to an API in Sphinx License: Apache-2.0 Group: Development/Languages/Python -Url: http://www.openstack.org/ +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 pbr >= 2.0} BuildRequires: fdupes @@ -31,7 +31,6 @@ BuildRequires: python-rpm-macros Requires: python-docutils >= 0.11 Requires: python-pbr >= 2.0 BuildArch: noarch - %python_subpackages %description @@ -48,7 +47,8 @@ Generate in sphinx a matrix of pluggable drivers and their support to an API. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc AUTHORS ChangeLog LICENSE README.rst +%license LICENSE +%doc AUTHORS ChangeLog README.rst %{python_sitelib}/* %changelog From d5cc3f2f8253ba023289d0ec887ade9134c4aca2e8465b82ab3677a529570b28 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 19 Dec 2018 03:55:45 +0000 Subject: [PATCH 3/3] Accepting request 659777 from home:jengelh:branches:devel:languages:python - Use noun phrase in descriptions. OBS-URL: https://build.opensuse.org/request/show/659777 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=5 --- python-sphinx-feature-classification.changes | 5 +++++ python-sphinx-feature-classification.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-sphinx-feature-classification.changes b/python-sphinx-feature-classification.changes index 19c293c..934f376 100644 --- a/python-sphinx-feature-classification.changes +++ b/python-sphinx-feature-classification.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 23:27:57 UTC 2018 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Tue Dec 4 12:54:49 UTC 2018 - Matej Cepl diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index 795d693..5ceee07 100644 --- a/python-sphinx-feature-classification.spec +++ b/python-sphinx-feature-classification.spec @@ -20,7 +20,7 @@ Name: python-sphinx-feature-classification Version: 0.1.0 Release: 0 -Summary: Generate a matrix of pluggable drivers and their support to an API in Sphinx +Summary: Sphinx extension to generate a matrix of pluggable drivers License: Apache-2.0 Group: Development/Languages/Python URL: http://www.openstack.org/ @@ -34,7 +34,8 @@ BuildArch: noarch %python_subpackages %description -Generate in sphinx a matrix of pluggable drivers and their support to an API. +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}