Accepting request 527199 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/527199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-newsfeed?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-11 20:56:37 +00:00 committed by Git OBS Bridge
commit 5bedd3efa2
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com
- Use new python-sphinxcontrib package to provide namespace
directory.
-------------------------------------------------------------------
Mon Sep 18 20:36:57 UTC 2017 - toddrme2178@gmail.com
- Specify files to guarantee namespace package doesn't conflict
with python(2|3)-Sphinx
-------------------------------------------------------------------
Tue Sep 5 18:15:34 UTC 2017 - sebix+novell.com@sebix.at

View File

@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
%bcond_without test
%{!?license: %global license %doc}
Name: python-sphinxcontrib-newsfeed
Version: 0.1.4
@ -29,9 +29,14 @@ Url: https://github.com/aio-libs/sphinxcontrib-newsfeed
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sphinxcontrib}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module Sphinx}
%endif
Requires: python-Sphinx
Requires: python-sphinxcontrib
BuildArch: noarch
%python_subpackages
@ -58,6 +63,9 @@ Features:
%files %{python_files}
%doc README
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/sphinxcontrib/newsfeed.py*
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/newsfeed*.py*
%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*-nspkg.pth
%{python_sitelib}/sphinxcontrib_newsfeed-%{version}-py*.egg-info
%changelog