./textproc/py-xmlschema, XML Schema validator and decoder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.5.0nb2, Package name: py311-xmlschema-2.5.0nb2, Maintainer: pkgsrc-users

The xmlschema library is an implementation of XML Schema for Python (supports
Python 2.7 and Python 3.5+).

This library arises from the needs of a solid Python layer for processing XML
Schema based files for MaX (Materials design at the Exascale) European project.
A significant problem is the encoding and the decoding of the XML data files
produced by different simulation software. Another important requirement is the
XML data validation, in order to put the produced data under control. The lack
of a suitable alternative for Python in the schema-based decoding of XML data
has led to build this library. Obviously this library can be useful for other
cases related to XML Schema based processing, not only for the original scope.


Required to run:
[devel/py-setuptools] [textproc/py-elementpath] [lang/python310]

Master sites:

Filesize: 526.717 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-15 00:59:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-xmlschema: add missing setuptools tool
   2023-11-05 12:03:41 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-xmlschema: convert to wheel.mk

Fix PLIST while here.

Bump PKGREVISION.
   2023-10-01 18:15:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.5.0

`v2.5.0`_ (2023-09-21)
======================
* Fix identity keys tracking with additional full XPath checks on XML data
* Rewrite schema exports using relative paths
   2023-07-31 18:28:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 2.4.0

v2.4.0
* Improve schema export using XSD source encoding
* Add XML signature and encryption to local fallback schemas
   2023-06-26 18:06:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.3.1

v2.3.1
* Meta-schema elements and groups ignore xsi:type attributes
* Use the meta-schemas only for validating XSD sources otherwise create dummy schemas

v2.3.0
* Improve sequence/all restriction checks for XSD 1.1
* Add *schema* argument to `Wsdl11Document`
   2023-04-24 12:52:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.2.3

v2.2.3
* Add support for Python 3.12
* Detach content iteration methods from ModelVisitor
   2023-03-07 21:20:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.2.2

v2.2.2
* Fix mixed content extension with empty content
* Fix lru_cache() usage on global maps caching
   2023-02-15 19:15:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.2.1

`v2.2.1`_ (2023-02-11)
* Fix mixed content extension without explicit mixed attribute

`v2.2.0`_ (2023-02-06)
* Refine string serialization of XML resources and data elements
* Switch to use elementpath v4
* Fix sequence_type property for XSD types
* Remove *XsdElement.get_attribute()*: unused and doesn't work as expected