pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-xmlschema py-xmlschema: updated to 1.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffa650d70b6a
branches: trunk
changeset: 441769:ffa650d70b6a
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 10 13:46:26 2020 +0000
description:
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
diffstat:
textproc/py-xmlschema/Makefile | 4 ++--
textproc/py-xmlschema/PLIST | 34 +++++++++++++++++++---------------
textproc/py-xmlschema/distinfo | 10 +++++-----
3 files changed, 26 insertions(+), 22 deletions(-)
diffs (97 lines):
diff -r f5fe6ca9011a -r ffa650d70b6a textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile Tue Nov 10 13:40:06 2020 +0000
+++ b/textproc/py-xmlschema/Makefile Tue Nov 10 13:46:26 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/09/29 14:12:12 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/11/10 13:46:26 adam Exp $
-DISTNAME= xmlschema-1.2.5
+DISTNAME= xmlschema-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
diff -r f5fe6ca9011a -r ffa650d70b6a textproc/py-xmlschema/PLIST
--- a/textproc/py-xmlschema/PLIST Tue Nov 10 13:40:06 2020 +0000
+++ b/textproc/py-xmlschema/PLIST Tue Nov 10 13:46:26 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/09/14 08:57:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/11/10 13:46:26 adam Exp $
bin/xmlschema-json2xml-${PYVERSSUFFIX}
bin/xmlschema-validate-${PYVERSSUFFIX}
bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -14,9 +14,6 @@
${PYSITELIB}/xmlschema/cli.py
${PYSITELIB}/xmlschema/cli.pyc
${PYSITELIB}/xmlschema/cli.pyo
-${PYSITELIB}/xmlschema/compat.py
-${PYSITELIB}/xmlschema/compat.pyc
-${PYSITELIB}/xmlschema/compat.pyo
${PYSITELIB}/xmlschema/converters.py
${PYSITELIB}/xmlschema/converters.pyc
${PYSITELIB}/xmlschema/converters.pyo
@@ -44,6 +41,21 @@
${PYSITELIB}/xmlschema/resources.py
${PYSITELIB}/xmlschema/resources.pyc
${PYSITELIB}/xmlschema/resources.pyo
+${PYSITELIB}/xmlschema/schemas/HFP/XMLSchema-hasFacetAndProperty_minimal.xsd
+${PYSITELIB}/xmlschema/schemas/VC/XMLSchema-versioning.xsd
+${PYSITELIB}/xmlschema/schemas/WSDL/soap-encoding.xsd
+${PYSITELIB}/xmlschema/schemas/WSDL/soap-envelope.xsd
+${PYSITELIB}/xmlschema/schemas/WSDL/wsdl-soap.xsd
+${PYSITELIB}/xmlschema/schemas/WSDL/wsdl.xsd
+${PYSITELIB}/xmlschema/schemas/XHTML/xhtml1-strict.xsd
+${PYSITELIB}/xmlschema/schemas/XLINK/xlink.xsd
+${PYSITELIB}/xmlschema/schemas/XML/xml_minimal.xsd
+${PYSITELIB}/xmlschema/schemas/XSD_1.0/XMLSchema.xsd
+${PYSITELIB}/xmlschema/schemas/XSD_1.0/datatypes.xsd
+${PYSITELIB}/xmlschema/schemas/XSD_1.1/XMLSchema.xsd
+${PYSITELIB}/xmlschema/schemas/XSD_1.1/datatypes.xsd
+${PYSITELIB}/xmlschema/schemas/XSD_1.1/xsd11-extra.xsd
+${PYSITELIB}/xmlschema/schemas/XSI/XMLSchema-instance_minimal.xsd
${PYSITELIB}/xmlschema/testing/__init__.py
${PYSITELIB}/xmlschema/testing/__init__.pyc
${PYSITELIB}/xmlschema/testing/__init__.pyo
@@ -101,17 +113,6 @@
${PYSITELIB}/xmlschema/validators/schema.py
${PYSITELIB}/xmlschema/validators/schema.pyc
${PYSITELIB}/xmlschema/validators/schema.pyo
-${PYSITELIB}/xmlschema/validators/schemas/XMLSchema-hasFacetAndProperty_minimal.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XMLSchema-instance_minimal.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XMLSchema-versioning.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XSD_1.0/XMLSchema.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XSD_1.0/datatypes.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XSD_1.1/XMLSchema.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XSD_1.1/datatypes.xsd
-${PYSITELIB}/xmlschema/validators/schemas/XSD_1.1/xsd11-extra.xsd
-${PYSITELIB}/xmlschema/validators/schemas/xhtml1-strict.xsd
-${PYSITELIB}/xmlschema/validators/schemas/xlink.xsd
-${PYSITELIB}/xmlschema/validators/schemas/xml_minimal.xsd
${PYSITELIB}/xmlschema/validators/simple_types.py
${PYSITELIB}/xmlschema/validators/simple_types.pyc
${PYSITELIB}/xmlschema/validators/simple_types.pyo
@@ -121,6 +122,9 @@
${PYSITELIB}/xmlschema/validators/xsdbase.py
${PYSITELIB}/xmlschema/validators/xsdbase.pyc
${PYSITELIB}/xmlschema/validators/xsdbase.pyo
+${PYSITELIB}/xmlschema/wsdl.py
+${PYSITELIB}/xmlschema/wsdl.pyc
+${PYSITELIB}/xmlschema/wsdl.pyo
${PYSITELIB}/xmlschema/xpath.py
${PYSITELIB}/xmlschema/xpath.pyc
${PYSITELIB}/xmlschema/xpath.pyo
diff -r f5fe6ca9011a -r ffa650d70b6a textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo Tue Nov 10 13:40:06 2020 +0000
+++ b/textproc/py-xmlschema/distinfo Tue Nov 10 13:46:26 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/09/29 14:12:12 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/11/10 13:46:26 adam Exp $
-SHA1 (xmlschema-1.2.5.tar.gz) = 1724b34f3e38111b22796b976e293618bf94fb9d
-RMD160 (xmlschema-1.2.5.tar.gz) = 3ec08ec5e2bbd2258b18cd2b890486f3f1a38289
-SHA512 (xmlschema-1.2.5.tar.gz) = f821f041b7be483039746d7c7771117d4cac6189dd02a0f95235ea6597300dead39813b1ede9b6871fad93e50aa55f01f7da4e485c7074f66d78a76f1b57e7cf
-Size (xmlschema-1.2.5.tar.gz) = 290750 bytes
+SHA1 (xmlschema-1.3.0.tar.gz) = d0c33431f2963b22b6991b03efb68fdbb7bfc59f
+RMD160 (xmlschema-1.3.0.tar.gz) = 9798b98e0a18e96cbb9d4e3565db1c9d7ead750b
+SHA512 (xmlschema-1.3.0.tar.gz) = b505b3a8e375e669631b8b8c4b0867fab7e48200da7bfb6b97f5bd5f604f5e30d4d00c72d919765db8663f7eaf98f4c6cc6491aeef520ee0cc49041062c5b3bc
+Size (xmlschema-1.3.0.tar.gz) = 319713 bytes
SHA1 (patch-setup.py) = 33f441c48a538fde5156588c17cc6e8af1d692e6
Home |
Main Index |
Thread Index |
Old Index