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 10 09:49:30 UTC 2020

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

Log Message:
py-elementpath: updated to 2.0.2

v2.0.2
Add regex translator to package API
More than 99% of W3C XPath 2.0 tests pass

v2.0.1
Add regex transpiler (for XPath/XQuery and XML Schema regular expressions)
Hotfix for issue 30

v2.0.0
Extensive testing with W3C XPath 2.0 tests (~98% passed)
Split context variables from in-scope variables (types)
Add other XSD builtin atomic types


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.2 -r1.3 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.7 pkgsrc/textproc/py-elementpath/Makefile:1.8
--- pkgsrc/textproc/py-elementpath/Makefile:1.7 Tue Jul 14 12:44:25 2020
+++ pkgsrc/textproc/py-elementpath/Makefile     Thu Sep 10 09:49:30 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/07/14 12:44:25 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/10 09:49:30 adam Exp $
 
-DISTNAME=      elementpath-1.4.6
+DISTNAME=      elementpath-2.0.2
 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.7 pkgsrc/textproc/py-elementpath/distinfo:1.8
--- pkgsrc/textproc/py-elementpath/distinfo:1.7 Tue Jul 14 12:44:25 2020
+++ pkgsrc/textproc/py-elementpath/distinfo     Thu Sep 10 09:49:30 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/07/14 12:44:25 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/09/10 09:49:30 adam Exp $
 
-SHA1 (elementpath-1.4.6.tar.gz) = d8d42c913fa41b0bf89406f5946a96c94da65f58
-RMD160 (elementpath-1.4.6.tar.gz) = 7d2579e796b4da284054588ffdb4a0274793ab93
-SHA512 (elementpath-1.4.6.tar.gz) = ac1d7fc0ab07f22fa02550ac77f4067b5564f78619bf98d6fda257751d6404684622580002d69beb769fc471500ee0c08f6095b05ddc6b7d81276dc8e158c40b
-Size (elementpath-1.4.6.tar.gz) = 121815 bytes
+SHA1 (elementpath-2.0.2.tar.gz) = 232296d2b5a3265ec23b52a86ad46be7beed0394
+RMD160 (elementpath-2.0.2.tar.gz) = 1bc6a6e8a82d1aff6e0755ef2d845aa4e6a67907
+SHA512 (elementpath-2.0.2.tar.gz) = eeb4876525ab06857e30cd04e234a66c7396e6aea48a6bfdd158354591fd8b7e8fcb65cbcafd73c274a5590d8fe1844a62e1d86baae4d55dbf7545e8377d49d1
+Size (elementpath-2.0.2.tar.gz) = 189956 bytes

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.2 pkgsrc/textproc/py-elementpath/PLIST:1.3
--- pkgsrc/textproc/py-elementpath/PLIST:1.2    Wed Jan  8 21:32:47 2020
+++ pkgsrc/textproc/py-elementpath/PLIST        Thu Sep 10 09:49:30 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/01/08 21:32:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/09/10 09:49:30 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,24 +15,57 @@ ${PYSITELIB}/elementpath/exceptions.pyo
 ${PYSITELIB}/elementpath/namespaces.py
 ${PYSITELIB}/elementpath/namespaces.pyc
 ${PYSITELIB}/elementpath/namespaces.pyo
+${PYSITELIB}/elementpath/regex/__init__.py
+${PYSITELIB}/elementpath/regex/__init__.pyc
+${PYSITELIB}/elementpath/regex/__init__.pyo
+${PYSITELIB}/elementpath/regex/character_classes.py
+${PYSITELIB}/elementpath/regex/character_classes.pyc
+${PYSITELIB}/elementpath/regex/character_classes.pyo
+${PYSITELIB}/elementpath/regex/codepoints.py
+${PYSITELIB}/elementpath/regex/codepoints.pyc
+${PYSITELIB}/elementpath/regex/codepoints.pyo
+${PYSITELIB}/elementpath/regex/generate_categories.py
+${PYSITELIB}/elementpath/regex/generate_categories.pyc
+${PYSITELIB}/elementpath/regex/generate_categories.pyo
+${PYSITELIB}/elementpath/regex/patterns.py
+${PYSITELIB}/elementpath/regex/patterns.pyc
+${PYSITELIB}/elementpath/regex/patterns.pyo
+${PYSITELIB}/elementpath/regex/unicode_categories.py
+${PYSITELIB}/elementpath/regex/unicode_categories.pyc
+${PYSITELIB}/elementpath/regex/unicode_categories.pyo
+${PYSITELIB}/elementpath/regex/unicode_subsets.py
+${PYSITELIB}/elementpath/regex/unicode_subsets.pyc
+${PYSITELIB}/elementpath/regex/unicode_subsets.pyo
 ${PYSITELIB}/elementpath/schema_proxy.py
 ${PYSITELIB}/elementpath/schema_proxy.pyc
 ${PYSITELIB}/elementpath/schema_proxy.pyo
-${PYSITELIB}/elementpath/tdop_parser.py
-${PYSITELIB}/elementpath/tdop_parser.pyc
-${PYSITELIB}/elementpath/tdop_parser.pyo
-${PYSITELIB}/elementpath/xpath1_parser.py
-${PYSITELIB}/elementpath/xpath1_parser.pyc
-${PYSITELIB}/elementpath/xpath1_parser.pyo
-${PYSITELIB}/elementpath/xpath2_constructors.py
-${PYSITELIB}/elementpath/xpath2_constructors.pyc
-${PYSITELIB}/elementpath/xpath2_constructors.pyo
-${PYSITELIB}/elementpath/xpath2_functions.py
-${PYSITELIB}/elementpath/xpath2_functions.pyc
-${PYSITELIB}/elementpath/xpath2_functions.pyo
-${PYSITELIB}/elementpath/xpath2_parser.py
-${PYSITELIB}/elementpath/xpath2_parser.pyc
-${PYSITELIB}/elementpath/xpath2_parser.pyo
+${PYSITELIB}/elementpath/tdop.py
+${PYSITELIB}/elementpath/tdop.pyc
+${PYSITELIB}/elementpath/tdop.pyo
+${PYSITELIB}/elementpath/xpath1_parser/__init__.py
+${PYSITELIB}/elementpath/xpath1_parser/__init__.pyc
+${PYSITELIB}/elementpath/xpath1_parser/__init__.pyo
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_axes.py
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_axes.pyc
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_axes.pyo
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_functions.py
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_functions.pyc
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_functions.pyo
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_parser.py
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_parser.pyc
+${PYSITELIB}/elementpath/xpath1_parser/xpath1_parser.pyo
+${PYSITELIB}/elementpath/xpath2_parser/__init__.py
+${PYSITELIB}/elementpath/xpath2_parser/__init__.pyc
+${PYSITELIB}/elementpath/xpath2_parser/__init__.pyo
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_constructors.py
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_constructors.pyc
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_constructors.pyo
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_functions.py
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_functions.pyc
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_functions.pyo
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_parser.py
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_parser.pyc
+${PYSITELIB}/elementpath/xpath2_parser/xpath2_parser.pyo
 ${PYSITELIB}/elementpath/xpath_context.py
 ${PYSITELIB}/elementpath/xpath_context.pyc
 ${PYSITELIB}/elementpath/xpath_context.pyo



Home | Main Index | Thread Index | Old Index