From d7a9a17cb28e929cd04bf8aed9c67e3ac63ebe0edb0ae694d64f26abeae32992 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:05:57 +0000 Subject: [PATCH 1/4] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-apidoc?expand=0&rev=3 --- python-sphinxcontrib-apidoc.changes | 5 +++++ python-sphinxcontrib-apidoc.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-apidoc.changes b/python-sphinxcontrib-apidoc.changes index e43cb2b..81f8a01 100644 --- a/python-sphinxcontrib-apidoc.changes +++ b/python-sphinxcontrib-apidoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:54:37 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Apr 16 08:51:13 UTC 2018 - tbechtold@suse.com diff --git a/python-sphinxcontrib-apidoc.spec b/python-sphinxcontrib-apidoc.spec index 82d72ea..b104c0d 100644 --- a/python-sphinxcontrib-apidoc.spec +++ b/python-sphinxcontrib-apidoc.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: BSD-2-Clause Group: Development/Languages/Python Url: http://www.sphinx-doc.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-apidoc/sphinxcontrib-apidoc-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinxcontrib} From 2b3582f4bc7af8729dc327f050ed84aed6d1156a268545c80a7c6d3ae8c809d6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:23:15 +0000 Subject: [PATCH 2/4] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-apidoc?expand=0&rev=4 --- python-sphinxcontrib-apidoc.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-sphinxcontrib-apidoc.spec b/python-sphinxcontrib-apidoc.spec index b104c0d..40ac25b 100644 --- a/python-sphinxcontrib-apidoc.spec +++ b/python-sphinxcontrib-apidoc.spec @@ -23,22 +23,21 @@ Release: 0 Summary: A Sphinx extension for running 'sphinx-apidoc' on each build License: BSD-2-Clause Group: Development/Languages/Python -Url: http://www.sphinx-doc.org/ +URL: http://www.sphinx-doc.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-apidoc/sphinxcontrib-apidoc-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sphinxcontrib} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Sphinx >= 1.6.0 +Requires: python-pbr +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Sphinx >= 1.6.0} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pytest >= 3.0} # /SECTION -BuildRequires: fdupes -Requires: python-Sphinx >= 1.6.0 -Requires: python-pbr -BuildArch: noarch - %python_subpackages %description @@ -65,7 +64,8 @@ export PBR_VERSION=%{version} %python_exec setup.py test %files %{python_files} -%doc AUTHORS ChangeLog LICENSE README.rst +%license LICENSE +%doc AUTHORS ChangeLog README.rst %{python_sitelib}/* %changelog From 8ee2e2c1483b69b72a66f3ad132d1ab7680204ce130fb968654755c2e6b49911 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 7 Dec 2018 20:49:34 +0000 Subject: [PATCH 3/4] Remove wrong BR on python-sphinxcontrib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-apidoc?expand=0&rev=5 --- python-sphinxcontrib-apidoc.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-sphinxcontrib-apidoc.spec b/python-sphinxcontrib-apidoc.spec index 40ac25b..d599805 100644 --- a/python-sphinxcontrib-apidoc.spec +++ b/python-sphinxcontrib-apidoc.spec @@ -27,7 +27,6 @@ URL: http://www.sphinx-doc.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-apidoc/sphinxcontrib-apidoc-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module sphinxcontrib} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 1.6.0 From 3736b086b85c30d989fb3f4453bc4eeb3d9ea844fe038cd85dbafc94ebec55a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 7 Dec 2018 20:49:48 +0000 Subject: [PATCH 4/4] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-apidoc?expand=0&rev=6 --- python-sphinxcontrib-apidoc.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-sphinxcontrib-apidoc.changes b/python-sphinxcontrib-apidoc.changes index 81f8a01..b4915a9 100644 --- a/python-sphinxcontrib-apidoc.changes +++ b/python-sphinxcontrib-apidoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 20:49:39 UTC 2018 - Matej Cepl + +- Remove wrong BR on python-sphinxcontrib + ------------------------------------------------------------------- Tue Dec 4 12:54:37 UTC 2018 - Matej Cepl