Accepting request 521536 from home:sebix:branches:devel:languages:python
- remove unused test requirements - add Sphinx as requirement OBS-URL: https://build.opensuse.org/request/show/521536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-newsfeed?expand=0&rev=2
This commit is contained in:
parent
d053c93ceb
commit
aca26a4d3b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 18:15:34 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
- remove unused test requirements
|
||||
- add Sphinx as requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 09:38:03 UTC 2017 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
@ -21,20 +22,16 @@
|
||||
Name: python-sphinxcontrib-newsfeed
|
||||
Version: 0.1.4
|
||||
Release: 0
|
||||
License: BSD-2-Clause
|
||||
Summary: News Feed extension for Sphinx
|
||||
Url: https://github.com/aio-libs/sphinxcontrib-newsfeed
|
||||
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-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
# SECTION test requirements
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
# /SECTION
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Sphinx
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@ -48,7 +45,6 @@ Features:
|
||||
* Saves the feed to a file in RSS format.
|
||||
* Supports comments via Disqus.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n sphinxcontrib-newsfeed-%{version}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user