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
This commit is contained in:
parent
7dde680b27
commit
44c5aeb4db
3 changed files with 10 additions and 9 deletions
|
@ -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/xmlschema
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue