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.4.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9aa14ca9dce
branches: trunk
changeset: 444155:e9aa14ca9dce
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jan 03 10:03:33 2021 +0000
description:
py-xmlschema: updated to 1.4.1
v1.4.1
* Include the pull request (fix xml.etree import)
* Additional tests for schema components
v1.4.0
* Fix for issues
* Code cleaning and optimizations on schema components
* Reducing and grouping helper functions
diffstat:
textproc/py-xmlschema/Makefile | 6 +++---
textproc/py-xmlschema/PLIST | 17 +++++++++++++----
textproc/py-xmlschema/distinfo | 10 +++++-----
3 files changed, 21 insertions(+), 12 deletions(-)
diffs (92 lines):
diff -r ed82694aac16 -r e9aa14ca9dce textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile Sun Jan 03 09:58:05 2021 +0000
+++ b/textproc/py-xmlschema/Makefile Sun Jan 03 10:03:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/11/16 13:10:07 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/03 10:03:33 adam Exp $
-DISTNAME= xmlschema-1.3.1
+DISTNAME= xmlschema-1.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -10,7 +10,7 @@
COMMENT= XML Schema validator and decoder
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-elementpath>=1.4.0:../../textproc/py-elementpath
+DEPENDS+= ${PYPKGPREFIX}-elementpath>=2.0.4:../../textproc/py-elementpath
TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
diff -r ed82694aac16 -r e9aa14ca9dce textproc/py-xmlschema/PLIST
--- a/textproc/py-xmlschema/PLIST Sun Jan 03 09:58:05 2021 +0000
+++ b/textproc/py-xmlschema/PLIST Sun Jan 03 10:03:33 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/11/10 13:46:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/01/03 10:03:33 adam Exp $
bin/xmlschema-json2xml-${PYVERSSUFFIX}
bin/xmlschema-validate-${PYVERSSUFFIX}
bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -32,12 +32,12 @@
${PYSITELIB}/xmlschema/limits.py
${PYSITELIB}/xmlschema/limits.pyc
${PYSITELIB}/xmlschema/limits.pyo
+${PYSITELIB}/xmlschema/names.py
+${PYSITELIB}/xmlschema/names.pyc
+${PYSITELIB}/xmlschema/names.pyo
${PYSITELIB}/xmlschema/namespaces.py
${PYSITELIB}/xmlschema/namespaces.pyc
${PYSITELIB}/xmlschema/namespaces.pyo
-${PYSITELIB}/xmlschema/qnames.py
-${PYSITELIB}/xmlschema/qnames.pyc
-${PYSITELIB}/xmlschema/qnames.pyo
${PYSITELIB}/xmlschema/resources.py
${PYSITELIB}/xmlschema/resources.pyc
${PYSITELIB}/xmlschema/resources.pyo
@@ -68,6 +68,9 @@
${PYSITELIB}/xmlschema/testing/factory.py
${PYSITELIB}/xmlschema/testing/factory.pyc
${PYSITELIB}/xmlschema/testing/factory.pyo
+${PYSITELIB}/xmlschema/testing/helpers.py
+${PYSITELIB}/xmlschema/testing/helpers.pyc
+${PYSITELIB}/xmlschema/testing/helpers.pyo
${PYSITELIB}/xmlschema/testing/observers.py
${PYSITELIB}/xmlschema/testing/observers.pyc
${PYSITELIB}/xmlschema/testing/observers.pyo
@@ -101,6 +104,9 @@
${PYSITELIB}/xmlschema/validators/groups.py
${PYSITELIB}/xmlschema/validators/groups.pyc
${PYSITELIB}/xmlschema/validators/groups.pyo
+${PYSITELIB}/xmlschema/validators/helpers.py
+${PYSITELIB}/xmlschema/validators/helpers.pyc
+${PYSITELIB}/xmlschema/validators/helpers.pyo
${PYSITELIB}/xmlschema/validators/identities.py
${PYSITELIB}/xmlschema/validators/identities.pyc
${PYSITELIB}/xmlschema/validators/identities.pyo
@@ -110,6 +116,9 @@
${PYSITELIB}/xmlschema/validators/notations.py
${PYSITELIB}/xmlschema/validators/notations.pyc
${PYSITELIB}/xmlschema/validators/notations.pyo
+${PYSITELIB}/xmlschema/validators/particles.py
+${PYSITELIB}/xmlschema/validators/particles.pyc
+${PYSITELIB}/xmlschema/validators/particles.pyo
${PYSITELIB}/xmlschema/validators/schema.py
${PYSITELIB}/xmlschema/validators/schema.pyc
${PYSITELIB}/xmlschema/validators/schema.pyo
diff -r ed82694aac16 -r e9aa14ca9dce textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo Sun Jan 03 09:58:05 2021 +0000
+++ b/textproc/py-xmlschema/distinfo Sun Jan 03 10:03:33 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2020/11/16 13:10:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2021/01/03 10:03:33 adam Exp $
-SHA1 (xmlschema-1.3.1.tar.gz) = d005ec801082eb2ac75d0629ce57df3c1154d78e
-RMD160 (xmlschema-1.3.1.tar.gz) = 099b0d4df0f7eab5e30edebd05b70e08de0b1e0c
-SHA512 (xmlschema-1.3.1.tar.gz) = 3bd2ba3004c1a397aff1c81c1105a603dd219f9c2c4afd0742aea3d7263dd0c50adbc05f4ccf96ad0a0f8bd5c116002152eba8194619e6bb636ef46111e6a2a4
-Size (xmlschema-1.3.1.tar.gz) = 318853 bytes
+SHA1 (xmlschema-1.4.1.tar.gz) = 92513953133c3b720b86b5397b8013045948d791
+RMD160 (xmlschema-1.4.1.tar.gz) = 53b33dd646e8e822d4b0bd7b9234220cfee1245b
+SHA512 (xmlschema-1.4.1.tar.gz) = 935e4bffa5361e87fe0656c04b79fe50213098db86e18de38d82d9c04e45557b7ce9468379644c202ab25bdbd6f430bf85a639c3aa7636833d4bbe8533738e82
+Size (xmlschema-1.4.1.tar.gz) = 329488 bytes
SHA1 (patch-setup.py) = 33f441c48a538fde5156588c17cc6e8af1d692e6
Home |
Main Index |
Thread Index |
Old Index