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.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e6785c50ee5
branches:  trunk
changeset: 449800:5e6785c50ee5
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 06 04:50:19 2021 +0000

description:
py-elementpath: updated to 2.2.1

v2.2.1
* Add function signatures at token registration
* Some fixes to XPath tokens and more XPath 3.0 implementations

diffstat:

 textproc/py-elementpath/Makefile |   4 ++--
 textproc/py-elementpath/PLIST    |   8 ++++----
 textproc/py-elementpath/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r ad6ab687d91c -r 5e6785c50ee5 textproc/py-elementpath/Makefile
--- a/textproc/py-elementpath/Makefile  Tue Apr 06 04:48:34 2021 +0000
+++ b/textproc/py-elementpath/Makefile  Tue Apr 06 04:50:19 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2021/03/05 19:25:08 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/04/06 04:50:19 adam Exp $
 
-DISTNAME=      elementpath-2.2.0
+DISTNAME=      elementpath-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
diff -r ad6ab687d91c -r 5e6785c50ee5 textproc/py-elementpath/PLIST
--- a/textproc/py-elementpath/PLIST     Tue Apr 06 04:48:34 2021 +0000
+++ b/textproc/py-elementpath/PLIST     Tue Apr 06 04:50:19 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/03/05 19:25:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/04/06 04:50:19 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,9 +19,6 @@
 ${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
@@ -43,6 +40,9 @@
 ${PYSITELIB}/elementpath/exceptions.py
 ${PYSITELIB}/elementpath/exceptions.pyc
 ${PYSITELIB}/elementpath/exceptions.pyo
+${PYSITELIB}/elementpath/helpers.py
+${PYSITELIB}/elementpath/helpers.pyc
+${PYSITELIB}/elementpath/helpers.pyo
 ${PYSITELIB}/elementpath/namespaces.py
 ${PYSITELIB}/elementpath/namespaces.pyc
 ${PYSITELIB}/elementpath/namespaces.pyo
diff -r ad6ab687d91c -r 5e6785c50ee5 textproc/py-elementpath/distinfo
--- a/textproc/py-elementpath/distinfo  Tue Apr 06 04:48:34 2021 +0000
+++ b/textproc/py-elementpath/distinfo  Tue Apr 06 04:50:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/03/05 19:25:08 adam Exp $
+$NetBSD: distinfo,v 1.18 2021/04/06 04:50:19 adam Exp $
 
-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
+SHA1 (elementpath-2.2.1.tar.gz) = 2b9df7598d3aa0a09d593e7879a39cc1989a55a1
+RMD160 (elementpath-2.2.1.tar.gz) = 4401d2715313e68047d99ae3e57bcef0b4bab1dc
+SHA512 (elementpath-2.2.1.tar.gz) = f65f0922c1311d0e0582a5305ba8d1a75cc4c19d3a4352fb251fb7679d418ac97f737e19e3b7560c6c5e382d0b60312031ff2af0d863ccecef6bd426bc4d1a42
+Size (elementpath-2.2.1.tar.gz) = 230112 bytes



Home | Main Index | Thread Index | Old Index