pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-elementpath



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  5 16:12:05 UTC 2026

Modified Files:
        pkgsrc/textproc/py-elementpath: Makefile PLIST distinfo

Log Message:
py-elementpath: updated to 5.1.0

5.1.0 (2025-12-28)

* Drop Python 3.9 compatibility and add Pyton 3.15 support
* Improve XPath sequence internal processing with a list derived type `xlist'
* Extensions and fixes for XSD datatypes
* Add `XSequence` datatype for external representation of XPath sequences


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/py-elementpath/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-elementpath/PLIST
cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/py-elementpath/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-elementpath/Makefile
diff -u pkgsrc/textproc/py-elementpath/Makefile:1.48 pkgsrc/textproc/py-elementpath/Makefile:1.49
--- pkgsrc/textproc/py-elementpath/Makefile:1.48        Tue Aug 19 13:11:25 2025
+++ pkgsrc/textproc/py-elementpath/Makefile     Mon Jan  5 16:12:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2025/08/19 13:11:25 adam Exp $
+# $NetBSD: Makefile,v 1.49 2026/01/05 16:12:05 adam Exp $
 
-DISTNAME=      elementpath-5.0.4
+DISTNAME=      elementpath-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.18 pkgsrc/textproc/py-elementpath/PLIST:1.19
--- pkgsrc/textproc/py-elementpath/PLIST:1.18   Fri Jun 13 07:13:40 2025
+++ pkgsrc/textproc/py-elementpath/PLIST        Mon Jan  5 16:12:05 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2025/06/13 07:13:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/01/05 16:12:05 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -19,15 +19,18 @@ ${PYSITELIB}/elementpath/compare.pyo
 ${PYSITELIB}/elementpath/datatypes/__init__.py
 ${PYSITELIB}/elementpath/datatypes/__init__.pyc
 ${PYSITELIB}/elementpath/datatypes/__init__.pyo
-${PYSITELIB}/elementpath/datatypes/atomic_types.py
-${PYSITELIB}/elementpath/datatypes/atomic_types.pyc
-${PYSITELIB}/elementpath/datatypes/atomic_types.pyo
+${PYSITELIB}/elementpath/datatypes/any_types.py
+${PYSITELIB}/elementpath/datatypes/any_types.pyc
+${PYSITELIB}/elementpath/datatypes/any_types.pyo
 ${PYSITELIB}/elementpath/datatypes/binary.py
 ${PYSITELIB}/elementpath/datatypes/binary.pyc
 ${PYSITELIB}/elementpath/datatypes/binary.pyo
 ${PYSITELIB}/elementpath/datatypes/datetime.py
 ${PYSITELIB}/elementpath/datatypes/datetime.pyc
 ${PYSITELIB}/elementpath/datatypes/datetime.pyo
+${PYSITELIB}/elementpath/datatypes/lists.py
+${PYSITELIB}/elementpath/datatypes/lists.pyc
+${PYSITELIB}/elementpath/datatypes/lists.pyo
 ${PYSITELIB}/elementpath/datatypes/numeric.py
 ${PYSITELIB}/elementpath/datatypes/numeric.pyc
 ${PYSITELIB}/elementpath/datatypes/numeric.pyo
@@ -101,6 +104,9 @@ ${PYSITELIB}/elementpath/schema_proxy.py
 ${PYSITELIB}/elementpath/sequence_types.py
 ${PYSITELIB}/elementpath/sequence_types.pyc
 ${PYSITELIB}/elementpath/sequence_types.pyo
+${PYSITELIB}/elementpath/sequences.py
+${PYSITELIB}/elementpath/sequences.pyc
+${PYSITELIB}/elementpath/sequences.pyo
 ${PYSITELIB}/elementpath/serialization.py
 ${PYSITELIB}/elementpath/serialization.pyc
 ${PYSITELIB}/elementpath/serialization.pyo
@@ -187,6 +193,27 @@ ${PYSITELIB}/elementpath/xpath_nodes.pyo
 ${PYSITELIB}/elementpath/xpath_selectors.py
 ${PYSITELIB}/elementpath/xpath_selectors.pyc
 ${PYSITELIB}/elementpath/xpath_selectors.pyo
-${PYSITELIB}/elementpath/xpath_tokens.py
-${PYSITELIB}/elementpath/xpath_tokens.pyc
-${PYSITELIB}/elementpath/xpath_tokens.pyo
+${PYSITELIB}/elementpath/xpath_tokens/__init__.py
+${PYSITELIB}/elementpath/xpath_tokens/__init__.pyc
+${PYSITELIB}/elementpath/xpath_tokens/__init__.pyo
+${PYSITELIB}/elementpath/xpath_tokens/arrays.py
+${PYSITELIB}/elementpath/xpath_tokens/arrays.pyc
+${PYSITELIB}/elementpath/xpath_tokens/arrays.pyo
+${PYSITELIB}/elementpath/xpath_tokens/axes.py
+${PYSITELIB}/elementpath/xpath_tokens/axes.pyc
+${PYSITELIB}/elementpath/xpath_tokens/axes.pyo
+${PYSITELIB}/elementpath/xpath_tokens/base.py
+${PYSITELIB}/elementpath/xpath_tokens/base.pyc
+${PYSITELIB}/elementpath/xpath_tokens/base.pyo
+${PYSITELIB}/elementpath/xpath_tokens/contructors.py
+${PYSITELIB}/elementpath/xpath_tokens/contructors.pyc
+${PYSITELIB}/elementpath/xpath_tokens/contructors.pyo
+${PYSITELIB}/elementpath/xpath_tokens/functions.py
+${PYSITELIB}/elementpath/xpath_tokens/functions.pyc
+${PYSITELIB}/elementpath/xpath_tokens/functions.pyo
+${PYSITELIB}/elementpath/xpath_tokens/maps.py
+${PYSITELIB}/elementpath/xpath_tokens/maps.pyc
+${PYSITELIB}/elementpath/xpath_tokens/maps.pyo
+${PYSITELIB}/elementpath/xpath_tokens/tokens.py
+${PYSITELIB}/elementpath/xpath_tokens/tokens.pyc
+${PYSITELIB}/elementpath/xpath_tokens/tokens.pyo

Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.46 pkgsrc/textproc/py-elementpath/distinfo:1.47
--- pkgsrc/textproc/py-elementpath/distinfo:1.46        Tue Aug 19 13:11:25 2025
+++ pkgsrc/textproc/py-elementpath/distinfo     Mon Jan  5 16:12:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2025/08/19 13:11:25 adam Exp $
+$NetBSD: distinfo,v 1.47 2026/01/05 16:12:05 adam Exp $
 
-BLAKE2s (elementpath-5.0.4.tar.gz) = d49a7d33c387dc9ac67fe4bec54e1086d81c47c16da685c76abe2003f29219f4
-SHA512 (elementpath-5.0.4.tar.gz) = 1c7ddc20a6c0ce4c6af9ccea201ec57773cc443e77412c597088c46f6b00c8719821a74b28254b7496b17e4f8c5800a6094808f658caa84dfe3f2c79db454cd0
-Size (elementpath-5.0.4.tar.gz) = 365851 bytes
+BLAKE2s (elementpath-5.1.0.tar.gz) = 4e08b9b08349a8febc45799d0145d8c39d5cf329ece493ec5f26127de52d4e0c
+SHA512 (elementpath-5.1.0.tar.gz) = 35782ef58d72308d5198f6a257f10d174378a5f5ac3d8aff8e2e3787d6de3d786c885610f435eb43f0933459e8e580b7eeea78aa7cb7a90e51def9dd2964b628
+Size (elementpath-5.1.0.tar.gz) = 374413 bytes



Home | Main Index | Thread Index | Old Index