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
This commit is contained in:
Todd R
2017-09-18 21:44:41 +00:00
committed by Git OBS Bridge
parent 37b5206551
commit 318d52deff
4 changed files with 18 additions and 6 deletions

View File

@@ -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 Mon Apr 24 14:53:22 UTC 2017 - toddrme2178@gmail.com

View File

@@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinxcontrib-documentedlist Name: python-sphinxcontrib-documentedlist
Version: 0.5 Version: 0.6
Release: 0 Release: 0
License: BSD-2-Clause License: BSD-2-Clause
Summary: Sphinx DocumentedList extension 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 Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-%{version}.tar.gz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
Requires: python-Sphinx >= 0.6 Requires: python-Sphinx >= 0.6
Requires: python-six Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -58,7 +60,9 @@ providing a description for the item.
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README.rst %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*-nspkg.pth
%{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*.egg-info %{python_sitelib}/sphinxcontrib_documentedlist-%{version}-py*.egg-info

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a87bf70d6ff3c0c81daeb0b4459ab760b8dbdd61b05c31aa9609f354d172b88f
size 4978

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ca2009a577b3e3b2a5dabef8c0e2d5067be8ffda84f893ca356a8a9784fc21a
size 4983