Received: by mail.netbsd.org (Postfix, from userid 605) id 59C9284EE3; Mon, 14 Nov 2022 10:05:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89B0684EDF for ; Mon, 14 Nov 2022 10:05:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Qq3-i0n_p-Qq for ; Mon, 14 Nov 2022 10:05:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B07F584DC1 for ; Mon, 14 Nov 2022 10:05:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AA187FA90; Mon, 14 Nov 2022 10:05:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668420311174640" MIME-Version: 1.0 Date: Mon, 14 Nov 2022 10:05:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-elementpath To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221114100511.AA187FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668420311174640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Nov 14 10:05:11 UTC 2022 Modified Files: pkgsrc/textproc/py-elementpath: Makefile PLIST distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-elementpath/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-elementpath/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-elementpath/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668420311174640 Content-Disposition: inline Content-Length: 3915 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-elementpath/Makefile diff -u pkgsrc/textproc/py-elementpath/Makefile:1.28 pkgsrc/textproc/py-elementpath/Makefile:1.29 --- pkgsrc/textproc/py-elementpath/Makefile:1.28 Sat Jun 4 19:00:54 2022 +++ pkgsrc/textproc/py-elementpath/Makefile Mon Nov 14 10:05:11 2022 @@ -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 @@ HOMEPAGE= https://github.com/sissaschool 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 Index: pkgsrc/textproc/py-elementpath/PLIST diff -u pkgsrc/textproc/py-elementpath/PLIST:1.11 pkgsrc/textproc/py-elementpath/PLIST:1.12 --- pkgsrc/textproc/py-elementpath/PLIST:1.11 Mon Apr 11 16:32:33 2022 +++ pkgsrc/textproc/py-elementpath/PLIST Mon Nov 14 10:05:11 2022 @@ -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/untyp ${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/schema_proxy.py ${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/__init_ ${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 Index: pkgsrc/textproc/py-elementpath/distinfo diff -u pkgsrc/textproc/py-elementpath/distinfo:1.29 pkgsrc/textproc/py-elementpath/distinfo:1.30 --- pkgsrc/textproc/py-elementpath/distinfo:1.29 Sat Jun 4 19:00:54 2022 +++ pkgsrc/textproc/py-elementpath/distinfo Mon Nov 14 10:05:11 2022 @@ -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 --_----------=_1668420311174640--