pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-xmlschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan  3 10:03:33 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-xmlschema/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-xmlschema/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-xmlschema/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-xmlschema/Makefile
diff -u pkgsrc/textproc/py-xmlschema/Makefile:1.16 pkgsrc/textproc/py-xmlschema/Makefile:1.17
--- pkgsrc/textproc/py-xmlschema/Makefile:1.16  Mon Nov 16 13:10:07 2020
+++ pkgsrc/textproc/py-xmlschema/Makefile       Sun Jan  3 10:03:33 2021
@@ -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 @@ HOMEPAGE=     https://github.com/brunato/xml
 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
 

Index: pkgsrc/textproc/py-xmlschema/PLIST
diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.8 pkgsrc/textproc/py-xmlschema/PLIST:1.9
--- pkgsrc/textproc/py-xmlschema/PLIST:1.8      Tue Nov 10 13:46:26 2020
+++ pkgsrc/textproc/py-xmlschema/PLIST  Sun Jan  3 10:03:33 2021
@@ -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/helpers.pyo
 ${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/case_clas
 ${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/global
 ${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/models
 ${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

Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.15 pkgsrc/textproc/py-xmlschema/distinfo:1.16
--- pkgsrc/textproc/py-xmlschema/distinfo:1.15  Mon Nov 16 13:10:07 2020
+++ pkgsrc/textproc/py-xmlschema/distinfo       Sun Jan  3 10:03:33 2021
@@ -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