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:           Fri Sep 10 15:10:35 UTC 2021

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

Log Message:
py-xmlschema: updated to 1.7.1

`v1.7.1`_ (2021-09-03)
======================
* Activate mypy checks for package
* Fix for issues 257 and 259

`v1.7.0`_ (2021-08-02)
======================
* Make XSD annotation parsing lazy
* Add lazy annotations to schema instances
* Add get_annotation() method to multiple-facets classes


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-xmlschema/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-xmlschema/PLIST
cvs rdiff -u -r1.25 -r1.26 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.26 pkgsrc/textproc/py-xmlschema/Makefile:1.27
--- pkgsrc/textproc/py-xmlschema/Makefile:1.26  Fri Jun 11 05:24:08 2021
+++ pkgsrc/textproc/py-xmlschema/Makefile       Fri Sep 10 15:10:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/06/11 05:24:08 adam Exp $
+# $NetBSD: Makefile,v 1.27 2021/09/10 15:10:35 adam Exp $
 
-DISTNAME=      xmlschema-1.6.4
+DISTNAME=      xmlschema-1.7.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>=2.0.4:../../textproc/py-elementpath
+DEPENDS+=      ${PYPKGPREFIX}-elementpath>=2.2.2:../../textproc/py-elementpath
 TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 
 USE_LANGUAGES= # none

Index: pkgsrc/textproc/py-xmlschema/PLIST
diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.11 pkgsrc/textproc/py-xmlschema/PLIST:1.12
--- pkgsrc/textproc/py-xmlschema/PLIST:1.11     Sun Feb 14 15:11:36 2021
+++ pkgsrc/textproc/py-xmlschema/PLIST  Fri Sep 10 15:10:35 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/02/14 15:11:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/09/10 15:10:35 adam Exp $
 bin/xmlschema-json2xml-${PYVERSSUFFIX}
 bin/xmlschema-validate-${PYVERSSUFFIX}
 bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -73,6 +73,7 @@ ${PYSITELIB}/xmlschema/names.pyo
 ${PYSITELIB}/xmlschema/namespaces.py
 ${PYSITELIB}/xmlschema/namespaces.pyc
 ${PYSITELIB}/xmlschema/namespaces.pyo
+${PYSITELIB}/xmlschema/py.typed
 ${PYSITELIB}/xmlschema/resources.py
 ${PYSITELIB}/xmlschema/resources.pyc
 ${PYSITELIB}/xmlschema/resources.pyo

Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.25 pkgsrc/textproc/py-xmlschema/distinfo:1.26
--- pkgsrc/textproc/py-xmlschema/distinfo:1.25  Fri Jun 11 05:24:08 2021
+++ pkgsrc/textproc/py-xmlschema/distinfo       Fri Sep 10 15:10:35 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2021/06/11 05:24:08 adam Exp $
+$NetBSD: distinfo,v 1.26 2021/09/10 15:10:35 adam Exp $
 
-SHA1 (xmlschema-1.6.4.tar.gz) = 968b8b250adb86f7e5f27deb07ea104fa4170b6f
-RMD160 (xmlschema-1.6.4.tar.gz) = 1528201ae06f11cc05d93792482c57f387c308e9
-SHA512 (xmlschema-1.6.4.tar.gz) = 7e13d20a6add1cc5b6d0f732e672be3eeeb2f107fd2031cd5c22d1059d24b7d818c534817ea115d0c5f011727175bdcae71a0b8d55f1d6bd263a7e38286c26fc
-Size (xmlschema-1.6.4.tar.gz) = 369270 bytes
+SHA1 (xmlschema-1.7.1.tar.gz) = 57b4d4d2d19f99fdbfcdb2573efdecf9f55f6405
+RMD160 (xmlschema-1.7.1.tar.gz) = 5ee681ef01b18e0e50a9e813d582ad86b27b3cdc
+SHA512 (xmlschema-1.7.1.tar.gz) = 4ad8ef9d91aa2e0b06d64aa06cc380898976c8c1b4efe049b67948b4534bb8edc3a3450cf5e242a004a039e8e29b23954138a0192ac6355fdeecb77e6284c3d9
+Size (xmlschema-1.7.1.tar.gz) = 372165 bytes
 SHA1 (patch-setup.py) = acfd8a0bcb39c7d35c5fcd62bfed643a81fe7516



Home | Main Index | Thread Index | Old Index