Tue Nov 10 13:46:26 2020 UTC ()
py-xmlschema: updated to 1.3.0

v1.3.0:
* Drop support for Python 3.5
* Add XmlDocument and Wsdl11Document classes
* Refactoring of XMLResource to support ElementTree-like XPath API
  on both full and lazy modes


(adam)
diff -r1.14 -r1.15 pkgsrc/textproc/py-xmlschema/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/py-xmlschema/PLIST
diff -r1.13 -r1.14 pkgsrc/textproc/py-xmlschema/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/textproc/py-xmlschema/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-xmlschema/Makefile 2020/09/29 14:12:12 1.14
+++ pkgsrc/textproc/py-xmlschema/Makefile 2020/11/10 13:46:26 1.15
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2020/09/29 14:12:12 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2020/11/10 13:46:26 adam Exp $
2 2
3DISTNAME= xmlschema-1.2.5 3DISTNAME= xmlschema-1.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/brunato/xmlschema 9HOMEPAGE= https://github.com/brunato/xmlschema
10COMMENT= XML Schema validator and decoder 10COMMENT= XML Schema validator and decoder
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-elementpath>=1.4.0:../../textproc/py-elementpath 13DEPENDS+= ${PYPKGPREFIX}-elementpath>=1.4.0:../../textproc/py-elementpath
14TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 14TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
15TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip 15TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
16 16

cvs diff -r1.7 -r1.8 pkgsrc/textproc/py-xmlschema/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-xmlschema/PLIST 2020/09/14 08:57:38 1.7
+++ pkgsrc/textproc/py-xmlschema/PLIST 2020/11/10 13:46:26 1.8
@@ -1,32 +1,29 @@ @@ -1,32 +1,29 @@
1@comment $NetBSD: PLIST,v 1.7 2020/09/14 08:57:38 adam Exp $ 1@comment $NetBSD: PLIST,v 1.8 2020/11/10 13:46:26 adam Exp $
2bin/xmlschema-json2xml-${PYVERSSUFFIX} 2bin/xmlschema-json2xml-${PYVERSSUFFIX}
3bin/xmlschema-validate-${PYVERSSUFFIX} 3bin/xmlschema-validate-${PYVERSSUFFIX}
4bin/xmlschema-xml2json-${PYVERSSUFFIX} 4bin/xmlschema-xml2json-${PYVERSSUFFIX}
5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
8${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 8${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/xmlschema/__init__.py 11${PYSITELIB}/xmlschema/__init__.py
12${PYSITELIB}/xmlschema/__init__.pyc 12${PYSITELIB}/xmlschema/__init__.pyc
13${PYSITELIB}/xmlschema/__init__.pyo 13${PYSITELIB}/xmlschema/__init__.pyo
14${PYSITELIB}/xmlschema/cli.py 14${PYSITELIB}/xmlschema/cli.py
15${PYSITELIB}/xmlschema/cli.pyc 15${PYSITELIB}/xmlschema/cli.pyc
16${PYSITELIB}/xmlschema/cli.pyo 16${PYSITELIB}/xmlschema/cli.pyo
17${PYSITELIB}/xmlschema/compat.py 
18${PYSITELIB}/xmlschema/compat.pyc 
19${PYSITELIB}/xmlschema/compat.pyo 
20${PYSITELIB}/xmlschema/converters.py 17${PYSITELIB}/xmlschema/converters.py
21${PYSITELIB}/xmlschema/converters.pyc 18${PYSITELIB}/xmlschema/converters.pyc
22${PYSITELIB}/xmlschema/converters.pyo 19${PYSITELIB}/xmlschema/converters.pyo
23${PYSITELIB}/xmlschema/documents.py 20${PYSITELIB}/xmlschema/documents.py
24${PYSITELIB}/xmlschema/documents.pyc 21${PYSITELIB}/xmlschema/documents.pyc
25${PYSITELIB}/xmlschema/documents.pyo 22${PYSITELIB}/xmlschema/documents.pyo
26${PYSITELIB}/xmlschema/etree.py 23${PYSITELIB}/xmlschema/etree.py
27${PYSITELIB}/xmlschema/etree.pyc 24${PYSITELIB}/xmlschema/etree.pyc
28${PYSITELIB}/xmlschema/etree.pyo 25${PYSITELIB}/xmlschema/etree.pyo
29${PYSITELIB}/xmlschema/exceptions.py 26${PYSITELIB}/xmlschema/exceptions.py
30${PYSITELIB}/xmlschema/exceptions.pyc 27${PYSITELIB}/xmlschema/exceptions.pyc
31${PYSITELIB}/xmlschema/exceptions.pyo 28${PYSITELIB}/xmlschema/exceptions.pyo
32${PYSITELIB}/xmlschema/helpers.py 29${PYSITELIB}/xmlschema/helpers.py
@@ -34,26 +31,41 @@ ${PYSITELIB}/xmlschema/helpers.pyc @@ -34,26 +31,41 @@ ${PYSITELIB}/xmlschema/helpers.pyc
34${PYSITELIB}/xmlschema/helpers.pyo 31${PYSITELIB}/xmlschema/helpers.pyo
35${PYSITELIB}/xmlschema/limits.py 32${PYSITELIB}/xmlschema/limits.py
36${PYSITELIB}/xmlschema/limits.pyc 33${PYSITELIB}/xmlschema/limits.pyc
37${PYSITELIB}/xmlschema/limits.pyo 34${PYSITELIB}/xmlschema/limits.pyo
38${PYSITELIB}/xmlschema/namespaces.py 35${PYSITELIB}/xmlschema/namespaces.py
39${PYSITELIB}/xmlschema/namespaces.pyc 36${PYSITELIB}/xmlschema/namespaces.pyc
40${PYSITELIB}/xmlschema/namespaces.pyo 37${PYSITELIB}/xmlschema/namespaces.pyo
41${PYSITELIB}/xmlschema/qnames.py 38${PYSITELIB}/xmlschema/qnames.py
42${PYSITELIB}/xmlschema/qnames.pyc 39${PYSITELIB}/xmlschema/qnames.pyc
43${PYSITELIB}/xmlschema/qnames.pyo 40${PYSITELIB}/xmlschema/qnames.pyo
44${PYSITELIB}/xmlschema/resources.py 41${PYSITELIB}/xmlschema/resources.py
45${PYSITELIB}/xmlschema/resources.pyc 42${PYSITELIB}/xmlschema/resources.pyc
46${PYSITELIB}/xmlschema/resources.pyo 43${PYSITELIB}/xmlschema/resources.pyo
 44${PYSITELIB}/xmlschema/schemas/HFP/XMLSchema-hasFacetAndProperty_minimal.xsd
 45${PYSITELIB}/xmlschema/schemas/VC/XMLSchema-versioning.xsd
 46${PYSITELIB}/xmlschema/schemas/WSDL/soap-encoding.xsd
 47${PYSITELIB}/xmlschema/schemas/WSDL/soap-envelope.xsd
 48${PYSITELIB}/xmlschema/schemas/WSDL/wsdl-soap.xsd
 49${PYSITELIB}/xmlschema/schemas/WSDL/wsdl.xsd
 50${PYSITELIB}/xmlschema/schemas/XHTML/xhtml1-strict.xsd
 51${PYSITELIB}/xmlschema/schemas/XLINK/xlink.xsd
 52${PYSITELIB}/xmlschema/schemas/XML/xml_minimal.xsd
 53${PYSITELIB}/xmlschema/schemas/XSD_1.0/XMLSchema.xsd
 54${PYSITELIB}/xmlschema/schemas/XSD_1.0/datatypes.xsd
 55${PYSITELIB}/xmlschema/schemas/XSD_1.1/XMLSchema.xsd
 56${PYSITELIB}/xmlschema/schemas/XSD_1.1/datatypes.xsd
 57${PYSITELIB}/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd
 58${PYSITELIB}/xmlschema/schemas/XSI/XMLSchema-instance_minimal.xsd
47${PYSITELIB}/xmlschema/testing/__init__.py 59${PYSITELIB}/xmlschema/testing/__init__.py
48${PYSITELIB}/xmlschema/testing/__init__.pyc 60${PYSITELIB}/xmlschema/testing/__init__.pyc
49${PYSITELIB}/xmlschema/testing/__init__.pyo 61${PYSITELIB}/xmlschema/testing/__init__.pyo
50${PYSITELIB}/xmlschema/testing/builders.py 62${PYSITELIB}/xmlschema/testing/builders.py
51${PYSITELIB}/xmlschema/testing/builders.pyc 63${PYSITELIB}/xmlschema/testing/builders.pyc
52${PYSITELIB}/xmlschema/testing/builders.pyo 64${PYSITELIB}/xmlschema/testing/builders.pyo
53${PYSITELIB}/xmlschema/testing/case_class.py 65${PYSITELIB}/xmlschema/testing/case_class.py
54${PYSITELIB}/xmlschema/testing/case_class.pyc 66${PYSITELIB}/xmlschema/testing/case_class.pyc
55${PYSITELIB}/xmlschema/testing/case_class.pyo 67${PYSITELIB}/xmlschema/testing/case_class.pyo
56${PYSITELIB}/xmlschema/testing/factory.py 68${PYSITELIB}/xmlschema/testing/factory.py
57${PYSITELIB}/xmlschema/testing/factory.pyc 69${PYSITELIB}/xmlschema/testing/factory.pyc
58${PYSITELIB}/xmlschema/testing/factory.pyo 70${PYSITELIB}/xmlschema/testing/factory.pyo
59${PYSITELIB}/xmlschema/testing/observers.py 71${PYSITELIB}/xmlschema/testing/observers.py
@@ -91,36 +103,28 @@ ${PYSITELIB}/xmlschema/validators/groups @@ -91,36 +103,28 @@ ${PYSITELIB}/xmlschema/validators/groups
91${PYSITELIB}/xmlschema/validators/groups.pyo 103${PYSITELIB}/xmlschema/validators/groups.pyo
92${PYSITELIB}/xmlschema/validators/identities.py 104${PYSITELIB}/xmlschema/validators/identities.py
93${PYSITELIB}/xmlschema/validators/identities.pyc 105${PYSITELIB}/xmlschema/validators/identities.pyc
94${PYSITELIB}/xmlschema/validators/identities.pyo 106${PYSITELIB}/xmlschema/validators/identities.pyo
95${PYSITELIB}/xmlschema/validators/models.py 107${PYSITELIB}/xmlschema/validators/models.py
96${PYSITELIB}/xmlschema/validators/models.pyc 108${PYSITELIB}/xmlschema/validators/models.pyc
97${PYSITELIB}/xmlschema/validators/models.pyo 109${PYSITELIB}/xmlschema/validators/models.pyo
98${PYSITELIB}/xmlschema/validators/notations.py 110${PYSITELIB}/xmlschema/validators/notations.py
99${PYSITELIB}/xmlschema/validators/notations.pyc 111${PYSITELIB}/xmlschema/validators/notations.pyc
100${PYSITELIB}/xmlschema/validators/notations.pyo 112${PYSITELIB}/xmlschema/validators/notations.pyo
101${PYSITELIB}/xmlschema/validators/schema.py 113${PYSITELIB}/xmlschema/validators/schema.py
102${PYSITELIB}/xmlschema/validators/schema.pyc 114${PYSITELIB}/xmlschema/validators/schema.pyc
103${PYSITELIB}/xmlschema/validators/schema.pyo 115${PYSITELIB}/xmlschema/validators/schema.pyo
104${PYSITELIB}/xmlschema/validators/schemas/XMLSchema-hasFacetAndProperty_minimal.xsd 
105${PYSITELIB}/xmlschema/validators/schemas/XMLSchema-instance_minimal.xsd 
106${PYSITELIB}/xmlschema/validators/schemas/XMLSchema-versioning.xsd 
107${PYSITELIB}/xmlschema/validators/schemas/XSD_1.0/XMLSchema.xsd 
108${PYSITELIB}/xmlschema/validators/schemas/XSD_1.0/datatypes.xsd 
109${PYSITELIB}/xmlschema/validators/schemas/XSD_1.1/XMLSchema.xsd 
110${PYSITELIB}/xmlschema/validators/schemas/XSD_1.1/datatypes.xsd 
111${PYSITELIB}/xmlschema/validators/schemas/XSD_1.1/xsd11-extra.xsd 
112${PYSITELIB}/xmlschema/validators/schemas/xhtml1-strict.xsd 
113${PYSITELIB}/xmlschema/validators/schemas/xlink.xsd 
114${PYSITELIB}/xmlschema/validators/schemas/xml_minimal.xsd 
115${PYSITELIB}/xmlschema/validators/simple_types.py 116${PYSITELIB}/xmlschema/validators/simple_types.py
116${PYSITELIB}/xmlschema/validators/simple_types.pyc 117${PYSITELIB}/xmlschema/validators/simple_types.pyc
117${PYSITELIB}/xmlschema/validators/simple_types.pyo 118${PYSITELIB}/xmlschema/validators/simple_types.pyo
118${PYSITELIB}/xmlschema/validators/wildcards.py 119${PYSITELIB}/xmlschema/validators/wildcards.py
119${PYSITELIB}/xmlschema/validators/wildcards.pyc 120${PYSITELIB}/xmlschema/validators/wildcards.pyc
120${PYSITELIB}/xmlschema/validators/wildcards.pyo 121${PYSITELIB}/xmlschema/validators/wildcards.pyo
121${PYSITELIB}/xmlschema/validators/xsdbase.py 122${PYSITELIB}/xmlschema/validators/xsdbase.py
122${PYSITELIB}/xmlschema/validators/xsdbase.pyc 123${PYSITELIB}/xmlschema/validators/xsdbase.pyc
123${PYSITELIB}/xmlschema/validators/xsdbase.pyo 124${PYSITELIB}/xmlschema/validators/xsdbase.pyo
 125${PYSITELIB}/xmlschema/wsdl.py
 126${PYSITELIB}/xmlschema/wsdl.pyc
 127${PYSITELIB}/xmlschema/wsdl.pyo
124${PYSITELIB}/xmlschema/xpath.py 128${PYSITELIB}/xmlschema/xpath.py
125${PYSITELIB}/xmlschema/xpath.pyc 129${PYSITELIB}/xmlschema/xpath.pyc
126${PYSITELIB}/xmlschema/xpath.pyo 130${PYSITELIB}/xmlschema/xpath.pyo

cvs diff -r1.13 -r1.14 pkgsrc/textproc/py-xmlschema/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-xmlschema/distinfo 2020/09/29 14:12:12 1.13
+++ pkgsrc/textproc/py-xmlschema/distinfo 2020/11/10 13:46:26 1.14
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.13 2020/09/29 14:12:12 adam Exp $ 1$NetBSD: distinfo,v 1.14 2020/11/10 13:46:26 adam Exp $
2 2
3SHA1 (xmlschema-1.2.5.tar.gz) = 1724b34f3e38111b22796b976e293618bf94fb9d 3SHA1 (xmlschema-1.3.0.tar.gz) = d0c33431f2963b22b6991b03efb68fdbb7bfc59f
4RMD160 (xmlschema-1.2.5.tar.gz) = 3ec08ec5e2bbd2258b18cd2b890486f3f1a38289 4RMD160 (xmlschema-1.3.0.tar.gz) = 9798b98e0a18e96cbb9d4e3565db1c9d7ead750b
5SHA512 (xmlschema-1.2.5.tar.gz) = f821f041b7be483039746d7c7771117d4cac6189dd02a0f95235ea6597300dead39813b1ede9b6871fad93e50aa55f01f7da4e485c7074f66d78a76f1b57e7cf 5SHA512 (xmlschema-1.3.0.tar.gz) = b505b3a8e375e669631b8b8c4b0867fab7e48200da7bfb6b97f5bd5f604f5e30d4d00c72d919765db8663f7eaf98f4c6cc6491aeef520ee0cc49041062c5b3bc
6Size (xmlschema-1.2.5.tar.gz) = 290750 bytes 6Size (xmlschema-1.3.0.tar.gz) = 319713 bytes
7SHA1 (patch-setup.py) = 33f441c48a538fde5156588c17cc6e8af1d692e6 7SHA1 (patch-setup.py) = 33f441c48a538fde5156588c17cc6e8af1d692e6