From 9b5a4a661298e67aa6514bb400fc3659e5d114c66713286d9b2e0e53478070b4 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 4 Sep 2017 05:25:02 +0000 Subject: [PATCH] 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 --- python-sphinx-issues.changes | 5 +++++ python-sphinx-issues.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/python-sphinx-issues.changes b/python-sphinx-issues.changes index eba5f6b..1e1e568 100644 --- a/python-sphinx-issues.changes +++ b/python-sphinx-issues.changes @@ -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 diff --git a/python-sphinx-issues.spec b/python-sphinx-issues.spec index b883192..21a87a0 100644 --- a/python-sphinx-issues.spec +++ b/python-sphinx-issues.spec @@ -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}