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: Mon Nov 14 10:07:13 UTC 2022
Modified Files:
pkgsrc/textproc/py-xmlschema: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/py-xmlschema/Makefile \
pkgsrc/textproc/py-xmlschema/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-xmlschema/PLIST
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.40 pkgsrc/textproc/py-xmlschema/Makefile:1.41
--- pkgsrc/textproc/py-xmlschema/Makefile:1.40 Sat Jul 2 09:35:57 2022
+++ pkgsrc/textproc/py-xmlschema/Makefile Mon Nov 14 10:07:13 2022
@@ -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/}
Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.40 pkgsrc/textproc/py-xmlschema/distinfo:1.41
--- pkgsrc/textproc/py-xmlschema/distinfo:1.40 Sat Jul 2 09:35:57 2022
+++ pkgsrc/textproc/py-xmlschema/distinfo Mon Nov 14 10:07:13 2022
@@ -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
Index: pkgsrc/textproc/py-xmlschema/PLIST
diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.16 pkgsrc/textproc/py-xmlschema/PLIST:1.17
--- pkgsrc/textproc/py-xmlschema/PLIST:1.16 Sun May 15 19:29:25 2022
+++ pkgsrc/textproc/py-xmlschema/PLIST Mon Nov 14 10:07:13 2022
@@ -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/dataobjects.pyo
${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
Home |
Main Index |
Thread Index |
Old Index