Accepting request 527133 from home:TheBlackCat:branches:devel:languages:python

- Specify files to guarantee namespace package doesn't conflict
  with python(2|3)-Sphinx

OBS-URL: https://build.opensuse.org/request/show/527133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-newsfeed?expand=0&rev=4
This commit is contained in:
Todd R 2017-09-18 21:44:46 +00:00 committed by Git OBS Bridge
parent 6add20d985
commit 8e0f65a861
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

@ -27,6 +27,7 @@ License: BSD-2-Clause
Group: Development/Languages/Python
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 Sphinx}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@ -58,6 +59,10 @@ Features:
%files %{python_files}
%doc README
%license LICENSE
%{python_sitelib}/*
%dir %{python_sitelib}/sphinxcontrib/
%{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