Accepting request 520556 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/520556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-issues?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-09-05 13:16:13 +00:00 committed by Git OBS Bridge
commit 1ec188bed5
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 27 20:39:13 UTC 2017 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Sat Aug 19 09:34:43 UTC 2017 - sebix+novell.com@sebix.at

View File

@ -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,14 +22,14 @@
Name: python-sphinx-issues
Version: 0.3.1
Release: 0
Summary: A Sphinx extension for linking to a project's issue tracker
License: MIT
Summary: A Sphinx extension for linking to your project's issue tracker
Url: https://github.com/sloria/sphinx-issues
Group: Development/Languages/Python
Url: https://github.com/sloria/sphinx-issues
Source: https://files.pythonhosted.org/packages/source/s/sphinx-issues/sphinx-issues-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module Sphinx}
%endif
@ -39,7 +40,9 @@ BuildArch: noarch
%python_subpackages
%description
A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to both issues and user profiles, with built-in support for GitHub (though this works with other services).
A Sphinx extension for linking to a project's issue tracker. It
includes roles for linking to issues as well as user profiles, with
built-in support for GitHub (though this works with other services).
%prep
%setup -q -n sphinx-issues-%{version}