[packages/python-sphinx_issues] - updated to 1.2.0
qboosh
qboosh at pld-linux.org
Sun Feb 24 18:59:16 CET 2019
commit 89e6773ff1b1a8a84f6a2c28c5a171838fa0cf1c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 24 19:04:49 2019 +0100
- updated to 1.2.0
python-sphinx_issues.spec | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/python-sphinx_issues.spec b/python-sphinx_issues.spec
index 5668946..a0992c8 100644
--- a/python-sphinx_issues.spec
+++ b/python-sphinx_issues.spec
@@ -2,26 +2,35 @@
# Conditional build:
%bcond_without python2 # CPython 2.x module
%bcond_without python3 # CPython 3.x module
+%bcond_with tests # unit tests [not included in release tarball]
Summary: Sphinx extension for linking to your project's issue tracker
Summary(pl.UTF-8): Rozszerzenie Sphinksa do dowiązań do systemu śledzenia problemów projektu
Name: python-sphinx_issues
-Version: 0.3.1
-Release: 2
+Version: 1.2.0
+Release: 1
License: MIT
Group: Libraries/Python
+#Source0-Download: https://pypi.org/simple/sphinx-issues/
Source0: https://files.pythonhosted.org/packages/source/s/sphinx-issues/sphinx-issues-%{version}.tar.gz
-# Source0-md5: f0903a1b071fb8d19c434e36f8eac3dc
+# Source0-md5: 0f40881c9c95c40c6e752abce61882cc
URL: https://github.com/sloria/sphinx-issues
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with python2}
BuildRequires: python-modules >= 1:2.7
BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-mock
+BuildRequires: python-pytest
+%endif
%endif
%if %{with python3}
-BuildRequires: python3-modules >= 1:3.3
+BuildRequires: python3-modules >= 1:3.5
BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-pytest
+%endif
%endif
Requires: python-modules >= 1:2.7
BuildArch: noarch
@@ -42,7 +51,7 @@ GitHub (ale działa także z innymi serwisami).
Summary: Sphinx extension for linking to your project's issue tracker
Summary(pl.UTF-8): Rozszerzenie Sphinksa do dowiązań do systemu śledzenia problemów projektu
Group: Libraries/Python
-Requires: python3-modules >= 1:3.3
+Requires: python3-modules >= 1:3.5
%description -n python3-sphinx_issues
A Sphinx extension for linking to your project's issue tracker.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-sphinx_issues.git/commitdiff/89e6773ff1b1a8a84f6a2c28c5a171838fa0cf1c
More information about the pld-cvs-commit
mailing list