From 318d52deffdb5dc18a43949e1796bdb9ff4e75a85e5bbd1cb0e283022987ef89 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 18 Sep 2017 21:44:41 +0000 Subject: [PATCH] Accepting request 527129 from home:TheBlackCat:branches:devel:languages:python - Update to version 0.6 * No changelog - Specify files to guarantee namespace package doesn't conflict with python(2|3)-Sphinx OBS-URL: https://build.opensuse.org/request/show/527129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-documentedlist?expand=0&rev=4 --- python-sphinxcontrib-documentedlist.changes | 8 ++++++++ python-sphinxcontrib-documentedlist.spec | 10 +++++++--- sphinxcontrib-documentedlist-0.5.tar.gz | 3 --- sphinxcontrib-documentedlist-0.6.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 sphinxcontrib-documentedlist-0.5.tar.gz create mode 100644 sphinxcontrib-documentedlist-0.6.tar.gz diff --git a/python-sphinxcontrib-documentedlist.changes b/python-sphinxcontrib-documentedlist.changes index f22f1be..3d1e5cc 100644 --- a/python-sphinxcontrib-documentedlist.changes +++ b/python-sphinxcontrib-documentedlist.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com + +- Update to version 0.6 + * No changelog +- Specify files to guarantee namespace package doesn't conflict + with python(2|3)-Sphinx + ------------------------------------------------------------------- Mon Apr 24 14:53:22 UTC 2017 - toddrme2178@gmail.com diff --git a/python-sphinxcontrib-documentedlist.spec b/python-sphinxcontrib-documentedlist.spec index bc5553e..90e2e8f 100644 --- a/python-sphinxcontrib-documentedlist.spec +++ b/python-sphinxcontrib-documentedlist.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinxcontrib-documentedlist -Version: 0.5 +Version: 0.6 Release: 0 License: BSD-2-Clause Summary: Sphinx DocumentedList extension @@ -26,12 +26,14 @@ Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} Requires: python-Sphinx >= 0.6 Requires: python-six -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch + %python_subpackages %description @@ -58,7 +60,9 @@ providing a description for the item. %files %{python_files} %defattr(-,root,root,-) %doc README.rst -%{python_sitelib}/sphinxcontrib +%dir %{python_sitelib}/sphinxcontrib/ +%{python_sitelib}/sphinxcontrib/documentedlist.py* +%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/documentedlist*.py* %{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*-nspkg.pth %{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*.egg-info diff --git a/sphinxcontrib-documentedlist-0.5.tar.gz b/sphinxcontrib-documentedlist-0.5.tar.gz deleted file mode 100644 index 0fa358b..0000000 --- a/sphinxcontrib-documentedlist-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87bf70d6ff3c0c81daeb0b4459ab760b8dbdd61b05c31aa9609f354d172b88f -size 4978 diff --git a/sphinxcontrib-documentedlist-0.6.tar.gz b/sphinxcontrib-documentedlist-0.6.tar.gz new file mode 100644 index 0000000..0b89852 --- /dev/null +++ b/sphinxcontrib-documentedlist-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca2009a577b3e3b2a5dabef8c0e2d5067be8ffda84f893ca356a8a9784fc21a +size 4983