pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-elementpath py-elementpath: updated to 2.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/c01ebab1b009
branches: trunk
changeset: 439098:c01ebab1b009
user: adam <adam%pkgsrc.org@localhost>
date: Mon Sep 14 08:46:31 2020 +0000
description:
py-elementpath: updated to 2.0.3
v2.0.3:
* Fix context handling in cycle statements
* Change constructor's label to 'constructor function'
diffstat:
textproc/py-elementpath/Makefile | 4 +-
textproc/py-elementpath/PLIST | 86 ++++++++++++++++++++++++++-------------
textproc/py-elementpath/distinfo | 10 ++--
3 files changed, 65 insertions(+), 35 deletions(-)
diffs (134 lines):
diff -r 78e6ffcd91b2 -r c01ebab1b009 textproc/py-elementpath/Makefile
--- a/textproc/py-elementpath/Makefile Mon Sep 14 08:15:29 2020 +0000
+++ b/textproc/py-elementpath/Makefile Mon Sep 14 08:46:31 2020 +0000
@@ -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/}
diff -r 78e6ffcd91b2 -r c01ebab1b009 textproc/py-elementpath/PLIST
--- a/textproc/py-elementpath/PLIST Mon Sep 14 08:15:29 2020 +0000
+++ b/textproc/py-elementpath/PLIST Mon Sep 14 08:46:31 2020 +0000
@@ -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}/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/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
diff -r 78e6ffcd91b2 -r c01ebab1b009 textproc/py-elementpath/distinfo
--- a/textproc/py-elementpath/distinfo Mon Sep 14 08:15:29 2020 +0000
+++ b/textproc/py-elementpath/distinfo Mon Sep 14 08:46:31 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index