Accepting request 520238 from home:jengelh:branches:devel:languages:python

- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/520238
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-issues?expand=0&rev=3
This commit is contained in:
Thomas Bechtold 2017-09-04 05:25:02 +00:00 committed by Git OBS Bridge
parent 2c428631f7
commit 9b5a4a6612
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}