[packages/python-pyparsing] - updated to 2.4.7, switched doc to python2 (python3 package will have separate spec)

qboosh qboosh at pld-linux.org
Sat Mar 5 12:16:18 CET 2022


commit 3f2e1d07b9cde5dfc8de4ce438e4158762fe8f77
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 5 12:18:13 2022 +0100

    - updated to 2.4.7, switched doc to python2 (python3 package will have separate spec)

 python-pyparsing.spec | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-pyparsing.spec b/python-pyparsing.spec
index b8ccaba..2682553 100644
--- a/python-pyparsing.spec
+++ b/python-pyparsing.spec
@@ -8,13 +8,14 @@
 Summary:	pyparsing - Python 2 module for creating executing simple grammars
 Summary(pl.UTF-8):	pyparsing - moduł Pythona 2 umożliwiający tworzenie i parsowanie prostych gramatyk
 Name:		python-%{module}
-Version:	2.4.6
-Release:	4
+# keep 2.x here for python2 support
+Version:	2.4.7
+Release:	1
 License:	MIT
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/pyparsing/
 Source0:	https://files.pythonhosted.org/packages/source/p/pyparsing/%{module}-%{version}.tar.gz
-# Source0-md5:	29733ea8cbee0291aad121c69c6e51a1
+# Source0-md5:	f0953e47a0112f7a65aec2305ffdf7b4
 URL:		https://github.com/pyparsing/pyparsing/
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
@@ -28,7 +29,7 @@ BuildRequires:	python3-devel >= 1:3.3
 BuildRequires:	python3-modules >= 1:3.3
 BuildRequires:	python3-setuptools
 %endif
-%{?with_doc:BuildRequires:	sphinx-pdg}
+%{?with_doc:BuildRequires:	sphinx-pdg-2}
 Requires:	python-modules >= 1:2.6
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -104,7 +105,8 @@ Pakiet zawierający przykładowe skrypty dla modułu Pythona pyparsing.
 %endif
 
 %if %{with doc}
-%{__make} -C docs html
+%{__make} -C docs html \
+	SPHINXBUILD=sphinx-build-2
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyparsing.git/commitdiff/3f2e1d07b9cde5dfc8de4ce438e4158762fe8f77



More information about the pld-cvs-commit mailing list