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: Thu Sep 12 18:55:33 UTC 2024
Modified Files:
pkgsrc/textproc/py-elementpath: Makefile PLIST distinfo
Log Message:
py-elementpath: updated to 4.5.0
v4.5.0 (2024-09-09)
* Fix and clean node trees iteration methods
* Fix missing raw string for '[^\r\n]'
* Full and more specific type annotations
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/py-elementpath/Makefile \
pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-elementpath/PLIST
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.39 pkgsrc/textproc/py-elementpath/Makefile:1.40
--- pkgsrc/textproc/py-elementpath/Makefile:1.39 Mon Mar 18 08:51:26 2024
+++ pkgsrc/textproc/py-elementpath/Makefile Thu Sep 12 18:55:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/03/18 08:51:26 adam Exp $
+# $NetBSD: Makefile,v 1.40 2024/09/12 18:55:33 adam Exp $
-DISTNAME= elementpath-4.4.0
+DISTNAME= elementpath-4.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/elementpath/}
@@ -15,8 +15,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.39 pkgsrc/textproc/py-elementpath/distinfo:1.40
--- pkgsrc/textproc/py-elementpath/distinfo:1.39 Mon Mar 18 08:51:26 2024
+++ pkgsrc/textproc/py-elementpath/distinfo Thu Sep 12 18:55:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/03/18 08:51:26 adam Exp $
+$NetBSD: distinfo,v 1.40 2024/09/12 18:55:33 adam Exp $
-BLAKE2s (elementpath-4.4.0.tar.gz) = 9a7068bdd44e23c3ec1dcdb520312a98b84599fa8b38440a21706e60895a7585
-SHA512 (elementpath-4.4.0.tar.gz) = ffa91ff55f893efed50620a0eae97dd0360f9eb80f264bd421a26215fe8fbcea715c1635465be3169c4d2be503a875f469b8507d12f8d44cb64f398accfd2750
-Size (elementpath-4.4.0.tar.gz) = 330008 bytes
+BLAKE2s (elementpath-4.5.0.tar.gz) = 4401d36b3c7ae50aa90ba3eb7fc87a3d35b604f628348a84a64e4009e3c621ec
+SHA512 (elementpath-4.5.0.tar.gz) = dafd480778d9d4e9fec1dc11d298590d460ad6b26f3683dea301b650da1b1ddcf03a68af6f3fa947b78a528f458ecf655e6ec172fd6ff194890c3f8fa28f37ca
+Size (elementpath-4.5.0.tar.gz) = 338727 bytes
Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.14 pkgsrc/textproc/py-elementpath/PLIST:1.15
--- pkgsrc/textproc/py-elementpath/PLIST:1.14 Thu Feb 8 06:20:04 2024
+++ pkgsrc/textproc/py-elementpath/PLIST Thu Sep 12 18:55:33 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/02/08 06:20:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/09/12 18:55:33 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,6 +7,12 @@ ${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
${PYSITELIB}/elementpath/collations.py
${PYSITELIB}/elementpath/collations.pyc
${PYSITELIB}/elementpath/collations.pyo
@@ -43,6 +49,9 @@ ${PYSITELIB}/elementpath/datatypes/untyp
${PYSITELIB}/elementpath/datatypes/uri.py
${PYSITELIB}/elementpath/datatypes/uri.pyc
${PYSITELIB}/elementpath/datatypes/uri.pyo
+${PYSITELIB}/elementpath/decoder.py
+${PYSITELIB}/elementpath/decoder.pyc
+${PYSITELIB}/elementpath/decoder.pyo
${PYSITELIB}/elementpath/etree.py
${PYSITELIB}/elementpath/etree.pyc
${PYSITELIB}/elementpath/etree.pyo
Home |
Main Index |
Thread Index |
Old Index