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 Apr 11 16:32:33 UTC 2022

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

Log Message:
py-elementpath: updated to 2.5.0

v2.5.0:
* Add XPath 3.0 support
* Better use of lxml.etree features
* Full coverage of W3C tests
* Drop support for Python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-elementpath/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-elementpath/PLIST
cvs rdiff -u -r1.25 -r1.26 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.24 pkgsrc/textproc/py-elementpath/Makefile:1.25
--- pkgsrc/textproc/py-elementpath/Makefile:1.24        Tue Jan  4 20:54:54 2022
+++ pkgsrc/textproc/py-elementpath/Makefile     Mon Apr 11 16:32:33 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2022/01/04 20:54:54 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2022/04/11 16:32:33 adam Exp $
 
-DISTNAME=      elementpath-2.4.0
+DISTNAME=      elementpath-2.5.0
 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.10 pkgsrc/textproc/py-elementpath/PLIST:1.11
--- pkgsrc/textproc/py-elementpath/PLIST:1.10   Sun Nov 14 15:28:46 2021
+++ pkgsrc/textproc/py-elementpath/PLIST        Mon Apr 11 16:32:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/11/14 15:28:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/04/11 16:32:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -80,30 +80,30 @@ ${PYSITELIB}/elementpath/tdop.pyo
 ${PYSITELIB}/elementpath/xpath1/__init__.py
 ${PYSITELIB}/elementpath/xpath1/__init__.pyc
 ${PYSITELIB}/elementpath/xpath1/__init__.pyo
-${PYSITELIB}/elementpath/xpath1/xpath1_axes.py
-${PYSITELIB}/elementpath/xpath1/xpath1_axes.pyc
-${PYSITELIB}/elementpath/xpath1/xpath1_axes.pyo
-${PYSITELIB}/elementpath/xpath1/xpath1_functions.py
-${PYSITELIB}/elementpath/xpath1/xpath1_functions.pyc
-${PYSITELIB}/elementpath/xpath1/xpath1_functions.pyo
-${PYSITELIB}/elementpath/xpath1/xpath1_operators.py
-${PYSITELIB}/elementpath/xpath1/xpath1_operators.pyc
-${PYSITELIB}/elementpath/xpath1/xpath1_operators.pyo
+${PYSITELIB}/elementpath/xpath1/_xpath1_axes.py
+${PYSITELIB}/elementpath/xpath1/_xpath1_axes.pyc
+${PYSITELIB}/elementpath/xpath1/_xpath1_axes.pyo
+${PYSITELIB}/elementpath/xpath1/_xpath1_functions.py
+${PYSITELIB}/elementpath/xpath1/_xpath1_functions.pyc
+${PYSITELIB}/elementpath/xpath1/_xpath1_functions.pyo
+${PYSITELIB}/elementpath/xpath1/_xpath1_operators.py
+${PYSITELIB}/elementpath/xpath1/_xpath1_operators.pyc
+${PYSITELIB}/elementpath/xpath1/_xpath1_operators.pyo
 ${PYSITELIB}/elementpath/xpath1/xpath1_parser.py
 ${PYSITELIB}/elementpath/xpath1/xpath1_parser.pyc
 ${PYSITELIB}/elementpath/xpath1/xpath1_parser.pyo
 ${PYSITELIB}/elementpath/xpath2/__init__.py
 ${PYSITELIB}/elementpath/xpath2/__init__.pyc
 ${PYSITELIB}/elementpath/xpath2/__init__.pyo
-${PYSITELIB}/elementpath/xpath2/xpath2_constructors.py
-${PYSITELIB}/elementpath/xpath2/xpath2_constructors.pyc
-${PYSITELIB}/elementpath/xpath2/xpath2_constructors.pyo
-${PYSITELIB}/elementpath/xpath2/xpath2_functions.py
-${PYSITELIB}/elementpath/xpath2/xpath2_functions.pyc
-${PYSITELIB}/elementpath/xpath2/xpath2_functions.pyo
-${PYSITELIB}/elementpath/xpath2/xpath2_operators.py
-${PYSITELIB}/elementpath/xpath2/xpath2_operators.pyc
-${PYSITELIB}/elementpath/xpath2/xpath2_operators.pyo
+${PYSITELIB}/elementpath/xpath2/_xpath2_constructors.py
+${PYSITELIB}/elementpath/xpath2/_xpath2_constructors.pyc
+${PYSITELIB}/elementpath/xpath2/_xpath2_constructors.pyo
+${PYSITELIB}/elementpath/xpath2/_xpath2_functions.py
+${PYSITELIB}/elementpath/xpath2/_xpath2_functions.pyc
+${PYSITELIB}/elementpath/xpath2/_xpath2_functions.pyo
+${PYSITELIB}/elementpath/xpath2/_xpath2_operators.py
+${PYSITELIB}/elementpath/xpath2/_xpath2_operators.pyc
+${PYSITELIB}/elementpath/xpath2/_xpath2_operators.pyo
 ${PYSITELIB}/elementpath/xpath2/xpath2_parser.py
 ${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyc
 ${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyo
@@ -113,21 +113,27 @@ ${PYSITELIB}/elementpath/xpath3.pyo
 ${PYSITELIB}/elementpath/xpath30/__init__.py
 ${PYSITELIB}/elementpath/xpath30/__init__.pyc
 ${PYSITELIB}/elementpath/xpath30/__init__.pyo
-${PYSITELIB}/elementpath/xpath30/xpath30_formats.py
-${PYSITELIB}/elementpath/xpath30/xpath30_formats.pyc
-${PYSITELIB}/elementpath/xpath30/xpath30_formats.pyo
-${PYSITELIB}/elementpath/xpath30/xpath30_functions.py
-${PYSITELIB}/elementpath/xpath30/xpath30_functions.pyc
-${PYSITELIB}/elementpath/xpath30/xpath30_functions.pyo
-${PYSITELIB}/elementpath/xpath30/xpath30_operators.py
-${PYSITELIB}/elementpath/xpath30/xpath30_operators.pyc
-${PYSITELIB}/elementpath/xpath30/xpath30_operators.pyo
+${PYSITELIB}/elementpath/xpath30/_translation_maps.py
+${PYSITELIB}/elementpath/xpath30/_translation_maps.pyc
+${PYSITELIB}/elementpath/xpath30/_translation_maps.pyo
+${PYSITELIB}/elementpath/xpath30/_xpath30_functions.py
+${PYSITELIB}/elementpath/xpath30/_xpath30_functions.pyc
+${PYSITELIB}/elementpath/xpath30/_xpath30_functions.pyo
+${PYSITELIB}/elementpath/xpath30/_xpath30_operators.py
+${PYSITELIB}/elementpath/xpath30/_xpath30_operators.pyc
+${PYSITELIB}/elementpath/xpath30/_xpath30_operators.pyo
+${PYSITELIB}/elementpath/xpath30/xpath30_helpers.py
+${PYSITELIB}/elementpath/xpath30/xpath30_helpers.pyc
+${PYSITELIB}/elementpath/xpath30/xpath30_helpers.pyo
 ${PYSITELIB}/elementpath/xpath30/xpath30_parser.py
 ${PYSITELIB}/elementpath/xpath30/xpath30_parser.pyc
 ${PYSITELIB}/elementpath/xpath30/xpath30_parser.pyo
 ${PYSITELIB}/elementpath/xpath31/__init__.py
 ${PYSITELIB}/elementpath/xpath31/__init__.pyc
 ${PYSITELIB}/elementpath/xpath31/__init__.pyo
+${PYSITELIB}/elementpath/xpath31/_xpath31_functions.py
+${PYSITELIB}/elementpath/xpath31/_xpath31_functions.pyc
+${PYSITELIB}/elementpath/xpath31/_xpath31_functions.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.25 pkgsrc/textproc/py-elementpath/distinfo:1.26
--- pkgsrc/textproc/py-elementpath/distinfo:1.25        Sun Nov 14 15:28:46 2021
+++ pkgsrc/textproc/py-elementpath/distinfo     Mon Apr 11 16:32:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/11/14 15:28:46 adam Exp $
+$NetBSD: distinfo,v 1.26 2022/04/11 16:32:33 adam Exp $
 
-BLAKE2s (elementpath-2.4.0.tar.gz) = dff44130cd8b13361e1d43156e586c1a03b42811b407ae4c0f62509f7a6c68cb
-SHA512 (elementpath-2.4.0.tar.gz) = a1bbf04b986773ee5404876ca5accbf48556f0df40c84cfdacc88e17875cdc37e32c9c88849746838f92753ab8da7cf0a55d1b96054144ac3200c8902eaa42a7
-Size (elementpath-2.4.0.tar.gz) = 244536 bytes
+BLAKE2s (elementpath-2.5.0.tar.gz) = e29d7941b37024278d4fe3de21caec793ef355f71be7bfc0fdb3d574f8681c82
+SHA512 (elementpath-2.5.0.tar.gz) = 658e0beff539d0ccc59c9f55b4ddeb0be7889437c33d2056dc6f55fc8dc397fc7656ea6a049e6f4a6c6be32d93edb21fd99837cda67caa7720cc7ef316aa472a
+Size (elementpath-2.5.0.tar.gz) = 264635 bytes



Home | Main Index | Thread Index | Old Index