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 Sep 14 08:46:31 UTC 2020

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

Log Message:
py-elementpath: updated to 2.0.3

v2.0.3:
* Fix context handling in cycle statements
* Change constructor's label to 'constructor function'


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.3 -r1.4 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.8 pkgsrc/textproc/py-elementpath/Makefile:1.9
--- pkgsrc/textproc/py-elementpath/Makefile:1.8 Thu Sep 10 09:49:30 2020
+++ pkgsrc/textproc/py-elementpath/Makefile     Mon Sep 14 08:46:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/09/10 09:49:30 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/14 08:46:31 adam Exp $
 
-DISTNAME=      elementpath-2.0.2
+DISTNAME=      elementpath-2.0.3
 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.8 pkgsrc/textproc/py-elementpath/distinfo:1.9
--- pkgsrc/textproc/py-elementpath/distinfo:1.8 Thu Sep 10 09:49:30 2020
+++ pkgsrc/textproc/py-elementpath/distinfo     Mon Sep 14 08:46:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/09/10 09:49:30 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/09/14 08:46:31 adam Exp $
 
-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
+SHA1 (elementpath-2.0.3.tar.gz) = 2aee1ccab8450c7e7cb0cd809ad19faa1c64ec51
+RMD160 (elementpath-2.0.3.tar.gz) = 80b2e6c75c1b9e8671f946292fd49272ad48fe59
+SHA512 (elementpath-2.0.3.tar.gz) = fccb291405aafa5751f0dbb636171145a41941e929dd93b097d61f11366e71757f47a65c32b83fd8ad0fafcfb530315417ea879b3e05421bc479b2e309960006
+Size (elementpath-2.0.3.tar.gz) = 191499 bytes

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.3 pkgsrc/textproc/py-elementpath/PLIST:1.4
--- pkgsrc/textproc/py-elementpath/PLIST:1.3    Thu Sep 10 09:49:30 2020
+++ pkgsrc/textproc/py-elementpath/PLIST        Mon Sep 14 08:46:31 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/09/10 09:49:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/09/14 08:46:31 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,9 +6,39 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/elementpath/__init__.py
 ${PYSITELIB}/elementpath/__init__.pyc
 ${PYSITELIB}/elementpath/__init__.pyo
-${PYSITELIB}/elementpath/datatypes.py
-${PYSITELIB}/elementpath/datatypes.pyc
-${PYSITELIB}/elementpath/datatypes.pyo
+${PYSITELIB}/elementpath/datatypes/__init__.py
+${PYSITELIB}/elementpath/datatypes/__init__.pyc
+${PYSITELIB}/elementpath/datatypes/__init__.pyo
+${PYSITELIB}/elementpath/datatypes/atomic_types.py
+${PYSITELIB}/elementpath/datatypes/atomic_types.pyc
+${PYSITELIB}/elementpath/datatypes/atomic_types.pyo
+${PYSITELIB}/elementpath/datatypes/binary.py
+${PYSITELIB}/elementpath/datatypes/binary.pyc
+${PYSITELIB}/elementpath/datatypes/binary.pyo
+${PYSITELIB}/elementpath/datatypes/datetime.py
+${PYSITELIB}/elementpath/datatypes/datetime.pyc
+${PYSITELIB}/elementpath/datatypes/datetime.pyo
+${PYSITELIB}/elementpath/datatypes/helpers.py
+${PYSITELIB}/elementpath/datatypes/helpers.pyc
+${PYSITELIB}/elementpath/datatypes/helpers.pyo
+${PYSITELIB}/elementpath/datatypes/numeric.py
+${PYSITELIB}/elementpath/datatypes/numeric.pyc
+${PYSITELIB}/elementpath/datatypes/numeric.pyo
+${PYSITELIB}/elementpath/datatypes/proxies.py
+${PYSITELIB}/elementpath/datatypes/proxies.pyc
+${PYSITELIB}/elementpath/datatypes/proxies.pyo
+${PYSITELIB}/elementpath/datatypes/qname.py
+${PYSITELIB}/elementpath/datatypes/qname.pyc
+${PYSITELIB}/elementpath/datatypes/qname.pyo
+${PYSITELIB}/elementpath/datatypes/string.py
+${PYSITELIB}/elementpath/datatypes/string.pyc
+${PYSITELIB}/elementpath/datatypes/string.pyo
+${PYSITELIB}/elementpath/datatypes/untyped.py
+${PYSITELIB}/elementpath/datatypes/untyped.pyc
+${PYSITELIB}/elementpath/datatypes/untyped.pyo
+${PYSITELIB}/elementpath/datatypes/uri.py
+${PYSITELIB}/elementpath/datatypes/uri.pyc
+${PYSITELIB}/elementpath/datatypes/uri.pyo
 ${PYSITELIB}/elementpath/exceptions.py
 ${PYSITELIB}/elementpath/exceptions.pyc
 ${PYSITELIB}/elementpath/exceptions.pyo
@@ -42,30 +72,30 @@ ${PYSITELIB}/elementpath/schema_proxy.py
 ${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/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_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_parser.py
+${PYSITELIB}/elementpath/xpath2/xpath2_parser.pyc
+${PYSITELIB}/elementpath/xpath2/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