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:           Wed Feb 15 18:12:58 UTC 2023

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

Log Message:
py-elementpath: updated to 4.0.1

v4.0.1 (2023-02-02)

Fix packaging: include py.typed in package data
Revert to comparison between xs:QName instances and strings

v4.0.0 (2023-02-01)

First XPath 3.1 implementation (without UCA collation support)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-elementpath/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-elementpath/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-elementpath/distinfo

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.29 pkgsrc/textproc/py-elementpath/Makefile:1.30
--- pkgsrc/textproc/py-elementpath/Makefile:1.29        Mon Nov 14 10:05:11 2022
+++ pkgsrc/textproc/py-elementpath/Makefile     Wed Feb 15 18:12:58 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/11/14 10:05:11 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/02/15 18:12:58 adam Exp $
 
-DISTNAME=      elementpath-3.0.2
+DISTNAME=      elementpath-4.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.12 pkgsrc/textproc/py-elementpath/PLIST:1.13
--- pkgsrc/textproc/py-elementpath/PLIST:1.12   Mon Nov 14 10:05:11 2022
+++ pkgsrc/textproc/py-elementpath/PLIST        Wed Feb 15 18:12:58 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/11/14 10:05:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2023/02/15 18:12:58 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,12 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/elementpath/__init__.py
 ${PYSITELIB}/elementpath/__init__.pyc
 ${PYSITELIB}/elementpath/__init__.pyo
+${PYSITELIB}/elementpath/collations.py
+${PYSITELIB}/elementpath/collations.pyc
+${PYSITELIB}/elementpath/collations.pyo
+${PYSITELIB}/elementpath/compare.py
+${PYSITELIB}/elementpath/compare.pyc
+${PYSITELIB}/elementpath/compare.pyo
 ${PYSITELIB}/elementpath/datatypes/__init__.py
 ${PYSITELIB}/elementpath/datatypes/__init__.pyc
 ${PYSITELIB}/elementpath/datatypes/__init__.pyo
@@ -77,12 +83,23 @@ ${PYSITELIB}/elementpath/regex/unicode_s
 ${PYSITELIB}/elementpath/schema_proxy.py
 ${PYSITELIB}/elementpath/schema_proxy.pyc
 ${PYSITELIB}/elementpath/schema_proxy.pyo
+${PYSITELIB}/elementpath/sequence_types.py
+${PYSITELIB}/elementpath/sequence_types.pyc
+${PYSITELIB}/elementpath/sequence_types.pyo
+${PYSITELIB}/elementpath/serialization.py
+${PYSITELIB}/elementpath/serialization.pyc
+${PYSITELIB}/elementpath/serialization.pyo
 ${PYSITELIB}/elementpath/tdop.py
 ${PYSITELIB}/elementpath/tdop.pyc
 ${PYSITELIB}/elementpath/tdop.pyo
 ${PYSITELIB}/elementpath/tree_builders.py
 ${PYSITELIB}/elementpath/tree_builders.pyc
 ${PYSITELIB}/elementpath/tree_builders.pyo
+${PYSITELIB}/elementpath/validators/__init__.py
+${PYSITELIB}/elementpath/validators/__init__.pyc
+${PYSITELIB}/elementpath/validators/__init__.pyo
+${PYSITELIB}/elementpath/validators/analyze-string.xsd
+${PYSITELIB}/elementpath/validators/schema-for-json.xsd
 ${PYSITELIB}/elementpath/xpath1/__init__.py
 ${PYSITELIB}/elementpath/xpath1/__init__.pyc
 ${PYSITELIB}/elementpath/xpath1/__init__.pyo
@@ -155,6 +172,6 @@ ${PYSITELIB}/elementpath/xpath_nodes.pyo
 ${PYSITELIB}/elementpath/xpath_selectors.py
 ${PYSITELIB}/elementpath/xpath_selectors.pyc
 ${PYSITELIB}/elementpath/xpath_selectors.pyo
-${PYSITELIB}/elementpath/xpath_token.py
-${PYSITELIB}/elementpath/xpath_token.pyc
-${PYSITELIB}/elementpath/xpath_token.pyo
+${PYSITELIB}/elementpath/xpath_tokens.py
+${PYSITELIB}/elementpath/xpath_tokens.pyc
+${PYSITELIB}/elementpath/xpath_tokens.pyo

Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.30 pkgsrc/textproc/py-elementpath/distinfo:1.31
--- pkgsrc/textproc/py-elementpath/distinfo:1.30        Mon Nov 14 10:05:11 2022
+++ pkgsrc/textproc/py-elementpath/distinfo     Wed Feb 15 18:12:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2022/11/14 10:05:11 adam Exp $
+$NetBSD: distinfo,v 1.31 2023/02/15 18:12:58 adam Exp $
 
-BLAKE2s (elementpath-3.0.2.tar.gz) = 6ee3d7fe5576ec5972bcd29c4b8733c52f01db57e7e3106dd583dac42af5cd49
-SHA512 (elementpath-3.0.2.tar.gz) = 43709b8acc9debdc096880e3bdca1bf1b7a82102c1c058533aee94bfa243bb9f379808fb730b208f7c57cbd69b20f8fa154bac8db59a236939273de1eebadad3
-Size (elementpath-3.0.2.tar.gz) = 276164 bytes
+BLAKE2s (elementpath-4.0.1.tar.gz) = cc42bb228457bb7863a3a0e60d88aa396d3190d23f817ae9f249bd58f182e426
+SHA512 (elementpath-4.0.1.tar.gz) = d121d515d25e54c3d1525303809d81eaad7f6b24ac0fd40f35fa99032016df33aadcd44085c8c65e9be43e791549b37c1ca078052d1fece3e79d7ebe1e7b33e2
+Size (elementpath-4.0.1.tar.gz) = 304348 bytes



Home | Main Index | Thread Index | Old Index