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: Fri Jun 13 07:13:40 UTC 2025
Modified Files:
pkgsrc/textproc/py-elementpath: Makefile PLIST distinfo
Log Message:
py-elementpath: updated to 5.0.1
`v5.0.1`_ (2025-05-11)
* Fix XDM type labeling with element and xsi:type substitutions
`v5.0.0`_ (2025-04-27)
* Replace SafeXMLParser with SafeExpatParser
* Drop compatibility with Python 3.8
* Restruct node trees with XPathNodeTree backbone
* Unicode categories fallback with a warning
* Rewriting decoder module
* Add extras subpackage for experiment XDM and XPath on Path objects
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/py-elementpath/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-elementpath/PLIST
cvs rdiff -u -r1.43 -r1.44 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.45 pkgsrc/textproc/py-elementpath/Makefile:1.46
--- pkgsrc/textproc/py-elementpath/Makefile:1.45 Mon Apr 14 12:06:24 2025
+++ pkgsrc/textproc/py-elementpath/Makefile Fri Jun 13 07:13:40 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2025/04/14 12:06:24 adam Exp $
+# $NetBSD: Makefile,v 1.46 2025/06/13 07:13:40 adam Exp $
-DISTNAME= elementpath-4.8.0
+DISTNAME= elementpath-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/}
Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.17 pkgsrc/textproc/py-elementpath/PLIST:1.18
--- pkgsrc/textproc/py-elementpath/PLIST:1.17 Mon Apr 14 12:06:24 2025
+++ pkgsrc/textproc/py-elementpath/PLIST Fri Jun 13 07:13:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/04/14 12:06:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2025/06/13 07:13:40 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,9 +7,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/elementpath/__init__.py
${PYSITELIB}/elementpath/__init__.pyc
${PYSITELIB}/elementpath/__init__.pyo
-${PYSITELIB}/elementpath/_typing.py
-${PYSITELIB}/elementpath/_typing.pyc
-${PYSITELIB}/elementpath/_typing.pyo
${PYSITELIB}/elementpath/aliases.py
${PYSITELIB}/elementpath/aliases.pyc
${PYSITELIB}/elementpath/aliases.pyo
@@ -58,6 +55,12 @@ ${PYSITELIB}/elementpath/etree.pyo
${PYSITELIB}/elementpath/exceptions.py
${PYSITELIB}/elementpath/exceptions.pyc
${PYSITELIB}/elementpath/exceptions.pyo
+${PYSITELIB}/elementpath/extras/__init__.py
+${PYSITELIB}/elementpath/extras/__init__.pyc
+${PYSITELIB}/elementpath/extras/__init__.pyo
+${PYSITELIB}/elementpath/extras/pathnodes.py
+${PYSITELIB}/elementpath/extras/pathnodes.pyc
+${PYSITELIB}/elementpath/extras/pathnodes.pyo
${PYSITELIB}/elementpath/helpers.py
${PYSITELIB}/elementpath/helpers.pyc
${PYSITELIB}/elementpath/helpers.pyo
@@ -71,6 +74,9 @@ ${PYSITELIB}/elementpath/py.typed
${PYSITELIB}/elementpath/regex/__init__.py
${PYSITELIB}/elementpath/regex/__init__.pyc
${PYSITELIB}/elementpath/regex/__init__.pyo
+${PYSITELIB}/elementpath/regex/categories_fallback.py
+${PYSITELIB}/elementpath/regex/categories_fallback.pyc
+${PYSITELIB}/elementpath/regex/categories_fallback.pyo
${PYSITELIB}/elementpath/regex/character_classes.py
${PYSITELIB}/elementpath/regex/character_classes.pyc
${PYSITELIB}/elementpath/regex/character_classes.pyo
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.43 pkgsrc/textproc/py-elementpath/distinfo:1.44
--- pkgsrc/textproc/py-elementpath/distinfo:1.43 Thu Mar 13 15:24:27 2025
+++ pkgsrc/textproc/py-elementpath/distinfo Fri Jun 13 07:13:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2025/03/13 15:24:27 adam Exp $
+$NetBSD: distinfo,v 1.44 2025/06/13 07:13:40 adam Exp $
-BLAKE2s (elementpath-4.8.0.tar.gz) = 3d43b8a1046c5becfc30350d2382a623204d45713cefc4bf3fea82a5783ceeca
-SHA512 (elementpath-4.8.0.tar.gz) = 2ff23d7d0dfedc02cb8cb4d8f8151e4b4a4976cbf8ba2fc41f67e1d89778efab20b09ba6fed116f9a10a64dcde3c185e7ee6ffc696e750d37d5bac0695d37396
-Size (elementpath-4.8.0.tar.gz) = 358528 bytes
+BLAKE2s (elementpath-5.0.1.tar.gz) = a33e06918b7b046f180821c8578ef95ba1a8a145544c2e37598bffbc6f5d73ae
+SHA512 (elementpath-5.0.1.tar.gz) = a7ba1d6e5cc22244660f0ac57d8644e8222fcc234cb24377cb2cad233e7d8abd5f0616f544eb70e5fa24e7a35dcecb2ea434b5b1d5ddc9f9fad9777125bd906a
+Size (elementpath-5.0.1.tar.gz) = 363233 bytes
Home |
Main Index |
Thread Index |
Old Index