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 2.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bac84f6a440
branches: trunk
changeset: 388129:6bac84f6a440
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 14 10:07:13 2022 +0000
description:
py-xmlschema: updated to 2.1.1
`v2.1.1`_ (2022-10-01)
======================
* Fix *schema_path* usage in `XMLSchemaBase.iter_errors()`
* Add *allow_empty* option to `XMLSchemaBase` validation API
`v2.1.0`_ (2022-09-25)
======================
* Add *to_etree()* to document API
* Improve generic encoding with wildcards
* Clean document API and schema decoding
`v2.0.4`_ (2022-09-08)
======================
* Add *use_location_hints* argument to document API for giving the option
of ignoring XSI schema locations hints
* Fix import from locations hints with namespace mismatch
`v2.0.3`_ (2022-08-25)
======================
* Add *keep_empty* and *element_hook* options to main `iter_decode()` method
* Fix default namespace mapping in `BadgerFishConverter`
* Fix type restriction check if restricted particle has `maxOccurs==0`
`v2.0.2`_ (2022-08-12)
======================
* Fix XSD 1.1 assertions effective scope
* Add support for Python 3.11
`v2.0.1`_ (2022-07-21)
======================
* Remove warnings during the build of the package using package_data specs in setup.py
* Fix decoding with `process_namespaces=False` and xsi:type in XML instance
* Refactor `DataElement.get()`, restore `DataElement.set()`
* Add *map_attribute_names* argument to `DataElementConverter`
`v2.0.0`_ (2022-07-18)
======================
* Refactor XPath interface for the full XPath node implementation of elementpath v3.0
* Fix BadgerFishConverter with mixed content
* Improve `get()` and `set()` of DataElement
diffstat:
textproc/py-xmlschema/Makefile | 4 ++--
textproc/py-xmlschema/PLIST | 5 +----
textproc/py-xmlschema/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 10 deletions(-)
diffs (44 lines):
diff -r 0efc0a6d5b52 -r 6bac84f6a440 textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile Mon Nov 14 10:05:11 2022 +0000
+++ b/textproc/py-xmlschema/Makefile Mon Nov 14 10:07:13 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2022/07/02 09:35:57 adam Exp $
+# $NetBSD: Makefile,v 1.41 2022/11/14 10:07:13 adam Exp $
-DISTNAME= xmlschema-1.11.3
+DISTNAME= xmlschema-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
diff -r 0efc0a6d5b52 -r 6bac84f6a440 textproc/py-xmlschema/PLIST
--- a/textproc/py-xmlschema/PLIST Mon Nov 14 10:05:11 2022 +0000
+++ b/textproc/py-xmlschema/PLIST Mon Nov 14 10:07:13 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2022/05/15 19:29:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2022/11/14 10:07:13 adam Exp $
bin/xmlschema-json2xml-${PYVERSSUFFIX}
bin/xmlschema-validate-${PYVERSSUFFIX}
bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -47,9 +47,6 @@
${PYSITELIB}/xmlschema/documents.py
${PYSITELIB}/xmlschema/documents.pyc
${PYSITELIB}/xmlschema/documents.pyo
-${PYSITELIB}/xmlschema/etree.py
-${PYSITELIB}/xmlschema/etree.pyc
-${PYSITELIB}/xmlschema/etree.pyo
${PYSITELIB}/xmlschema/exceptions.py
${PYSITELIB}/xmlschema/exceptions.pyc
${PYSITELIB}/xmlschema/exceptions.pyo
diff -r 0efc0a6d5b52 -r 6bac84f6a440 textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo Mon Nov 14 10:05:11 2022 +0000
+++ b/textproc/py-xmlschema/distinfo Mon Nov 14 10:07:13 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2022/07/02 09:35:57 adam Exp $
+$NetBSD: distinfo,v 1.41 2022/11/14 10:07:13 adam Exp $
-BLAKE2s (xmlschema-1.11.3.tar.gz) = 1c82d1c4fc419860b7dcdb27878ca404ab7ec37c697e0b6b7db24d52e03fc6bd
-SHA512 (xmlschema-1.11.3.tar.gz) = 5920573900f0cfc159e3239883aaada18502ac0d33dc7a9aaaf4ab63b41f6d37ba68989aa931e0e2e3e546d335788cb55b1d350d5856d06f12904549cf3cb723
-Size (xmlschema-1.11.3.tar.gz) = 477008 bytes
+BLAKE2s (xmlschema-2.1.1.tar.gz) = 6276435ead3d67c39cc186e9183ad74656d266fede7e2478a08543d3acd3ad01
+SHA512 (xmlschema-2.1.1.tar.gz) = 2c55de21ab4aaba9f499a0b348e60a50939af41b5ce43787c339ce86e4067681acf28b155bfba90346b1e8d976c468ad0ca21f73f76afc55bd700b1866bba945
+Size (xmlschema-2.1.1.tar.gz) = 482988 bytes
Home |
Main Index |
Thread Index |
Old Index