[packages/python3-elementpath] - updated description and dependencies

qboosh qboosh at pld-linux.org
Wed May 28 07:44:29 CEST 2025


commit 1ed7c8d9638aa1722e6b98c3028c5cced71065d8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed May 28 06:22:48 2025 +0200

    - updated description and dependencies

 python3-elementpath.spec | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/python3-elementpath.spec b/python3-elementpath.spec
index 7c24bb0..daf52ad 100644
--- a/python3-elementpath.spec
+++ b/python3-elementpath.spec
@@ -3,9 +3,9 @@
 %bcond_without	doc	# Sphinx documentation
 %bcond_without	tests	# unit tests
 
-Summary:	XPath 1.0/2.0/3.0 parsers and selectors for ElementTree and lxml
-Summary(pl.UTF-8):	Parsery i selektory XPath 1.0/2.0/3.0 dla ElementTree oraz lxml
-# beware of python3-xmlschema compatibility (xmlschema 2.1.x requires elementpath 3.x)
+Summary:	XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
+Summary(pl.UTF-8):	Parsery i selektory XPath 1.0/2.0/3.0/3.1 dla ElementTree oraz lxml
+# beware of python3-xmlschema compatibility (xmlschema 3.x requires elementpath 4.x)
 Name:		python3-elementpath
 Version:	4.8.0
 Release:	1
@@ -18,29 +18,29 @@ URL:		https://pypi.org/project/elementpath/
 %if %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires:	glibc-localedb-all
 %endif
-BuildRequires:	python3-modules >= 1:3.7
+BuildRequires:	python3-modules >= 1:3.8
 BuildRequires:	python3-setuptools
 %if %{with tests}
 BuildRequires:	python3-lxml
-#BuildRequires:	python3-xmlschema >= 2.0.0
+#BuildRequires:	python3-xmlschema >= 3.3.2
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
 %if %{with doc}
 BuildRequires:	sphinx-pdg
 %endif
-Requires:	python3-modules >= 1:3.7
+Requires:	python3-modules >= 1:3.8
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-The proposal of this package is to provide XPath 1.0, 2.0 and 3.0
+The proposal of this package is to provide XPath 1.0, 2.0, 3.0 and 3.1
 selectors for Python's ElementTree XML data structures, both for the
 standard ElementTree library and for the lxml.etree library.
 
 %description -l pl.UTF-8
-Celem tego pakietu jest udostępnienie selektorów XPath 1.0, 2.0 i 3.0
-do pythonowych struktur danych XML ElementTree, zarówno dla
+Celem tego pakietu jest udostępnienie selektorów XPath 1.0, 2.0, 3.0 i
+3.1 do pythonowych struktur danych XML ElementTree, zarówno dla
 ElementTree z biblioteki strandardowej, jak i lxml.etree.
 
 %package apidocs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-elementpath.git/commitdiff/1ed7c8d9638aa1722e6b98c3028c5cced71065d8



More information about the pld-cvs-commit mailing list