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 May  3 15:14:26 UTC 2021

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

Log Message:
py-elementpath: updated to 2.2.2

v2.2.2
* Fix issue sissaschool/xmlschema (assert with xsi:nil usage)
* First implementation of XPath 3.0 fn:format-integer


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.7 -r1.8 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.18 pkgsrc/textproc/py-elementpath/Makefile:1.19
--- pkgsrc/textproc/py-elementpath/Makefile:1.18        Tue Apr  6 04:50:19 2021
+++ pkgsrc/textproc/py-elementpath/Makefile     Mon May  3 15:14:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/04/06 04:50:19 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/05/03 15:14:26 adam Exp $
 
-DISTNAME=      elementpath-2.2.1
+DISTNAME=      elementpath-2.2.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.18 pkgsrc/textproc/py-elementpath/distinfo:1.19
--- pkgsrc/textproc/py-elementpath/distinfo:1.18        Tue Apr  6 04:50:19 2021
+++ pkgsrc/textproc/py-elementpath/distinfo     Mon May  3 15:14:26 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2021/04/06 04:50:19 adam Exp $
+$NetBSD: distinfo,v 1.19 2021/05/03 15:14:26 adam Exp $
 
-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
+SHA1 (elementpath-2.2.2.tar.gz) = 3a83e230042a968b01bb5f28edb8b9b2a17e5ad2
+RMD160 (elementpath-2.2.2.tar.gz) = 7f003d7e0a9264058dafd03f09a5021eb2ab9190
+SHA512 (elementpath-2.2.2.tar.gz) = e1e245d724391e64f03eb5766a482a25e467e8915af7bac5f43a1a2ec80b0558a74196616c03428de0c6e8579444910c76124c70d542adb16bf0d3f19741b655
+Size (elementpath-2.2.2.tar.gz) = 234603 bytes

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.7 pkgsrc/textproc/py-elementpath/PLIST:1.8
--- pkgsrc/textproc/py-elementpath/PLIST:1.7    Tue Apr  6 04:50:19 2021
+++ pkgsrc/textproc/py-elementpath/PLIST        Mon May  3 15:14:26 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/04/06 04:50:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/05/03 15:14:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -103,6 +103,9 @@ ${PYSITELIB}/elementpath/xpath3.pyo
 ${PYSITELIB}/elementpath/xpath30/__init__.py
 ${PYSITELIB}/elementpath/xpath30/__init__.pyc
 ${PYSITELIB}/elementpath/xpath30/__init__.pyo
+${PYSITELIB}/elementpath/xpath30/xpath30_formats.py
+${PYSITELIB}/elementpath/xpath30/xpath30_formats.pyc
+${PYSITELIB}/elementpath/xpath30/xpath30_formats.pyo
 ${PYSITELIB}/elementpath/xpath30/xpath30_parser.py
 ${PYSITELIB}/elementpath/xpath30/xpath30_parser.pyc
 ${PYSITELIB}/elementpath/xpath30/xpath30_parser.pyo



Home | Main Index | Thread Index | Old Index