summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-11-20 10:09:36 +0000
committeradam <adam@pkgsrc.org>2019-11-20 10:09:36 +0000
commit27fa2b9090d3b30e45fd61378426051f51d04725 (patch)
tree99a31873ed87c2115f1b7283802d915a66beb0c5 /textproc
parentd37bb63891c3d33da5dfe1e59bfc5e4d4d284f89 (diff)
downloadpkgsrc-27fa2b9090d3b30e45fd61378426051f51d04725.tar.gz
py-xmlschema: updated to 1.0.16
v1.0.16: * Improved XMLResource class for working with compressed files * Fix for validation with XSD wildcards and 'lax' process content * Fix ambiguous items validation for xs:choice and xs:sequence models
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-xmlschema/Makefile4
-rw-r--r--textproc/py-xmlschema/PLIST11
-rw-r--r--textproc/py-xmlschema/distinfo10
3 files changed, 16 insertions, 9 deletions
diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile
index 5d561bb827e..a9e5eaefe66 100644
--- a/textproc/py-xmlschema/Makefile
+++ b/textproc/py-xmlschema/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/10/22 17:32:03 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/20 10:09:36 adam Exp $
-DISTNAME= xmlschema-1.0.15
+DISTNAME= xmlschema-1.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
diff --git a/textproc/py-xmlschema/PLIST b/textproc/py-xmlschema/PLIST
index 1c3416f6892..f91b6ed4402 100644
--- a/textproc/py-xmlschema/PLIST
+++ b/textproc/py-xmlschema/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/22 17:32:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/11/20 10:09:36 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -28,6 +28,9 @@ ${PYSITELIB}/xmlschema/exceptions.pyo
${PYSITELIB}/xmlschema/helpers.py
${PYSITELIB}/xmlschema/helpers.pyc
${PYSITELIB}/xmlschema/helpers.pyo
+${PYSITELIB}/xmlschema/limits.py
+${PYSITELIB}/xmlschema/limits.pyc
+${PYSITELIB}/xmlschema/limits.pyo
${PYSITELIB}/xmlschema/namespaces.py
${PYSITELIB}/xmlschema/namespaces.pyc
${PYSITELIB}/xmlschema/namespaces.pyo
@@ -111,6 +114,10 @@ ${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/default_ns_valid2.xs
${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case1.xsd
${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case2.xsd
${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case3.xsd
+${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case4-1.xml
+${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case4-2.xml
+${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case4a.xsd
+${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/import-case4b.xsd
${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/include-case1.xsd
${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/include-case1bis.xsd
${PYSITELIB}/xmlschema/tests/test_cases/features/namespaces/include-case2.xsd
@@ -170,6 +177,7 @@ ${PYSITELIB}/xmlschema/tests/test_cases/issues/issue_105/issue_105.xsd
${PYSITELIB}/xmlschema/tests/test_cases/issues/issue_111/issue_111.xsd
${PYSITELIB}/xmlschema/tests/test_cases/issues/issue_111/issue_111_skeleton.xsd
${PYSITELIB}/xmlschema/tests/test_cases/issues/issue_115/Rotation.xsd
+${PYSITELIB}/xmlschema/tests/test_cases/resources/dummy file #2.txt
${PYSITELIB}/xmlschema/tests/test_cases/resources/dummy file.txt
${PYSITELIB}/xmlschema/tests/test_cases/resources/external_entity.xml
${PYSITELIB}/xmlschema/tests/test_cases/resources/malformed.xml
@@ -317,7 +325,6 @@ ${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/puppet.xsd
${PYSITELIB}/xmlschema/validators/schemas/xhtml1-strict.xsd
${PYSITELIB}/xmlschema/validators/schemas/xlink.xsd
${PYSITELIB}/xmlschema/validators/schemas/xml_minimal.xsd
diff --git a/textproc/py-xmlschema/distinfo b/textproc/py-xmlschema/distinfo
index 31f7cefb629..3840f81d976 100644
--- a/textproc/py-xmlschema/distinfo
+++ b/textproc/py-xmlschema/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/10/22 17:32:03 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/11/20 10:09:36 adam Exp $
-SHA1 (xmlschema-1.0.15.tar.gz) = 2b80b11ca841d749accf44a26168d406a1590718
-RMD160 (xmlschema-1.0.15.tar.gz) = 53648940f6c5c236db8eaafe2456f45b939b81be
-SHA512 (xmlschema-1.0.15.tar.gz) = ada5221d3ee3d980a245204a3c100b1ec88d6ae591265ba3195a8a5f7b370ec0eb1ca4eba460c84f308f72feb01dbefc6682bbe6d08fb3f120b116d42682a196
-Size (xmlschema-1.0.15.tar.gz) = 270853 bytes
+SHA1 (xmlschema-1.0.16.tar.gz) = 8d7a89aa18edac2a1b3e9aeaf53e28ca0e9c1535
+RMD160 (xmlschema-1.0.16.tar.gz) = 1a907cd362e94f8b93e56dad8eb7a178fa7491c1
+SHA512 (xmlschema-1.0.16.tar.gz) = 5dd79e608036995d70b4da627f89c86cd8e7a66f80c2cb87d701395229daa920759769bf7efad34c33dd28ca14971eb155a654f8fec12fb6ace8cb5ecf979650
+Size (xmlschema-1.0.16.tar.gz) = 278082 bytes