pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-elementpath py-elementpath: updated to 3.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0efc0a6d5b52
branches:  trunk
changeset: 388128:0efc0a6d5b52
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 14 10:05:11 2022 +0000

description:
py-elementpath: updated to 3.0.2

`v3.0.2`_ (2022-08-12)
======================
* Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
* Begin XPath 3.1 implementation adding XPathMap and XPathArray

`v3.0.1`_ (2022-07-23)
======================
* Fix of descendant path operator
* Add support for Python 3.11

`v3.0.0`_ (2022-07-16)
======================
* Transition to full XPath node implementation (more memory usage but
  better control and overall faster)
* Add etree.py module with a safe XML parser (ported from xmlschema)

diffstat:

 textproc/py-elementpath/Makefile |   6 ++++--
 textproc/py-elementpath/PLIST    |  11 ++++++++++-
 textproc/py-elementpath/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 7 deletions(-)

diffs (73 lines):

diff -r d2cbbaeff780 -r 0efc0a6d5b52 textproc/py-elementpath/Makefile
--- a/textproc/py-elementpath/Makefile  Mon Nov 14 10:00:52 2022 +0000
+++ b/textproc/py-elementpath/Makefile  Mon Nov 14 10:05:11 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/06/04 19:00:54 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/11/14 10:05:11 adam Exp $
 
-DISTNAME=      elementpath-2.5.3
+DISTNAME=      elementpath-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
@@ -10,6 +10,8 @@
 COMMENT=       XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
diff -r d2cbbaeff780 -r 0efc0a6d5b52 textproc/py-elementpath/PLIST
--- a/textproc/py-elementpath/PLIST     Mon Nov 14 10:00:52 2022 +0000
+++ b/textproc/py-elementpath/PLIST     Mon Nov 14 10:05:11 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2022/04/11 16:32:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2022/11/14 10:05:11 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -37,6 +37,9 @@
 ${PYSITELIB}/elementpath/datatypes/uri.py
 ${PYSITELIB}/elementpath/datatypes/uri.pyc
 ${PYSITELIB}/elementpath/datatypes/uri.pyo
+${PYSITELIB}/elementpath/etree.py
+${PYSITELIB}/elementpath/etree.pyc
+${PYSITELIB}/elementpath/etree.pyo
 ${PYSITELIB}/elementpath/exceptions.py
 ${PYSITELIB}/elementpath/exceptions.pyc
 ${PYSITELIB}/elementpath/exceptions.pyo
@@ -77,6 +80,9 @@
 ${PYSITELIB}/elementpath/tdop.py
 ${PYSITELIB}/elementpath/tdop.pyc
 ${PYSITELIB}/elementpath/tdop.pyo
+${PYSITELIB}/elementpath/tree_builders.py
+${PYSITELIB}/elementpath/tree_builders.pyc
+${PYSITELIB}/elementpath/tree_builders.pyo
 ${PYSITELIB}/elementpath/xpath1/__init__.py
 ${PYSITELIB}/elementpath/xpath1/__init__.pyc
 ${PYSITELIB}/elementpath/xpath1/__init__.pyo
@@ -134,6 +140,9 @@
 ${PYSITELIB}/elementpath/xpath31/_xpath31_functions.py
 ${PYSITELIB}/elementpath/xpath31/_xpath31_functions.pyc
 ${PYSITELIB}/elementpath/xpath31/_xpath31_functions.pyo
+${PYSITELIB}/elementpath/xpath31/_xpath31_operators.py
+${PYSITELIB}/elementpath/xpath31/_xpath31_operators.pyc
+${PYSITELIB}/elementpath/xpath31/_xpath31_operators.pyo
 ${PYSITELIB}/elementpath/xpath31/xpath31_parser.py
 ${PYSITELIB}/elementpath/xpath31/xpath31_parser.pyc
 ${PYSITELIB}/elementpath/xpath31/xpath31_parser.pyo
diff -r d2cbbaeff780 -r 0efc0a6d5b52 textproc/py-elementpath/distinfo
--- a/textproc/py-elementpath/distinfo  Mon Nov 14 10:00:52 2022 +0000
+++ b/textproc/py-elementpath/distinfo  Mon Nov 14 10:05:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2022/06/04 19:00:54 adam Exp $
+$NetBSD: distinfo,v 1.30 2022/11/14 10:05:11 adam Exp $
 
-BLAKE2s (elementpath-2.5.3.tar.gz) = e0db010242aaeb555d405a5c5216c6334a21bbf5e6216e0b6dae6737c974bf40
-SHA512 (elementpath-2.5.3.tar.gz) = 61d37c959514cb9280e9786b73540a2fc096e21a7a957e1c68f9f77da75731cb87595d90dbb56d5432a3bff2dca8e828d9b22669c007e0d9fc0aecdb056707c5
-Size (elementpath-2.5.3.tar.gz) = 265870 bytes
+BLAKE2s (elementpath-3.0.2.tar.gz) = 6ee3d7fe5576ec5972bcd29c4b8733c52f01db57e7e3106dd583dac42af5cd49
+SHA512 (elementpath-3.0.2.tar.gz) = 43709b8acc9debdc096880e3bdca1bf1b7a82102c1c058533aee94bfa243bb9f379808fb730b208f7c57cbd69b20f8fa154bac8db59a236939273de1eebadad3
+Size (elementpath-3.0.2.tar.gz) = 276164 bytes



Home | Main Index | Thread Index | Old Index