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.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca70f82ad727
branches:  trunk
changeset: 458141:ca70f82ad727
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 10 15:10:35 2021 +0000

description:
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

diffstat:

 textproc/py-xmlschema/Makefile |   6 +++---
 textproc/py-xmlschema/PLIST    |   3 ++-
 textproc/py-xmlschema/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 7376c0b98e60 -r ca70f82ad727 textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile    Fri Sep 10 15:09:47 2021 +0000
+++ b/textproc/py-xmlschema/Makefile    Fri Sep 10 15:10:35 2021 +0000
@@ -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 @@
 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
diff -r 7376c0b98e60 -r ca70f82ad727 textproc/py-xmlschema/PLIST
--- a/textproc/py-xmlschema/PLIST       Fri Sep 10 15:09:47 2021 +0000
+++ b/textproc/py-xmlschema/PLIST       Fri Sep 10 15:10:35 2021 +0000
@@ -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/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
diff -r 7376c0b98e60 -r ca70f82ad727 textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo    Fri Sep 10 15:09:47 2021 +0000
+++ b/textproc/py-xmlschema/distinfo    Fri Sep 10 15:10:35 2021 +0000
@@ -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