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 Mar  5 19:25:08 UTC 2021

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

Log Message:
py-elementpath: updated to 2.2.0

v2.2.0
* Optimize TDOP parser's tokenizer
* Resolve ambiguities with operators and statements that are also names
* Merge with XPath 3.0/3.1 develop (to be completed)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.5 -r1.6 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.16 pkgsrc/textproc/py-elementpath/Makefile:1.17
--- pkgsrc/textproc/py-elementpath/Makefile:1.16        Wed Feb 10 08:19:08 2021
+++ pkgsrc/textproc/py-elementpath/Makefile     Fri Mar  5 19:25:08 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/02/10 08:19:08 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/03/05 19:25:08 adam Exp $
 
-DISTNAME=      elementpath-2.1.4
+DISTNAME=      elementpath-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.16 pkgsrc/textproc/py-elementpath/distinfo:1.17
--- pkgsrc/textproc/py-elementpath/distinfo:1.16        Wed Feb 10 08:19:08 2021
+++ pkgsrc/textproc/py-elementpath/distinfo     Fri Mar  5 19:25:08 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/02/10 08:19:08 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/03/05 19:25:08 adam Exp $
 
-SHA1 (elementpath-2.1.4.tar.gz) = 53ac334d6b51a1c9ebc0cf4b2d9fd2b06f343ed4
-RMD160 (elementpath-2.1.4.tar.gz) = 5594ac8a0e26c743d823552a4c9bcdc5fc27419f
-SHA512 (elementpath-2.1.4.tar.gz) = d965bd58254e601000da5be309ab18d3f5964cbc1224092e5e38b4523eb3ac2f7ae6e71fa6c3698b40b13484ed1d07bf93c80d45a9b3ad04f69f63bd18a42975
-Size (elementpath-2.1.4.tar.gz) = 208691 bytes
+SHA1 (elementpath-2.2.0.tar.gz) = 4210dc37d7baf145a351c85c128b91a86021f12a
+RMD160 (elementpath-2.2.0.tar.gz) = 3b9c7181cae3662496555f9382d73a8cbd76f8ae
+SHA512 (elementpath-2.2.0.tar.gz) = 526a2012ff337e8e2403590780b3181f96ccf9b686cb82b6f092f9169d82d85010b56bbd0fa87b21fe1a557e8ee1f459d5d77589e577e01fb2fbfa04a1e9599a
+Size (elementpath-2.2.0.tar.gz) = 224680 bytes

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.5 pkgsrc/textproc/py-elementpath/PLIST:1.6
--- pkgsrc/textproc/py-elementpath/PLIST:1.5    Wed Feb 10 08:19:08 2021
+++ pkgsrc/textproc/py-elementpath/PLIST        Fri Mar  5 19:25:08 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/02/10 08:19:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/03/05 19:25:08 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -97,6 +97,21 @@ ${PYSITELIB}/elementpath/xpath2/xpath2_f
 ${PYSITELIB}/elementpath/xpath2/xpath2_parser.py
 ${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyc
 ${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyo
+${PYSITELIB}/elementpath/xpath3.py
+${PYSITELIB}/elementpath/xpath3.pyc
+${PYSITELIB}/elementpath/xpath3.pyo
+${PYSITELIB}/elementpath/xpath30/__init__.py
+${PYSITELIB}/elementpath/xpath30/__init__.pyc
+${PYSITELIB}/elementpath/xpath30/__init__.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_parser.py
+${PYSITELIB}/elementpath/xpath31/xpath31_parser.pyc
+${PYSITELIB}/elementpath/xpath31/xpath31_parser.pyo
 ${PYSITELIB}/elementpath/xpath_context.py
 ${PYSITELIB}/elementpath/xpath_context.pyc
 ${PYSITELIB}/elementpath/xpath_context.pyo



Home | Main Index | Thread Index | Old Index