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

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


Branch: CURRENT, Version: 3.1.0, Package name: py311-xmlschema-3.1.0, 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: 553.477 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-18 09:53:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 3.1.0

v3.1.0

* Add GData converter
* Fix typing protocols usage
* Extend XSD annotations parsing
   2024-02-19 07:05:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 3.0.2

v3.0.2

* Use XPath subtree as fragment for xs:assert
* Fix in XMLSchemaProxy definition and usage for providing
  a base-uri to schema nodes
* Module xpath.py splitted to a subpackage for including all the
  custom XPath 1.0/2.0 parsers and related classes to XPath
* Add support for Python 3.13 (pre-releases)
   2024-01-14 16:09:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-xmlschema: updated to 3.0.1

v3.0.1 (2024-01-09)
* Hotfix release for broken requirement
* Set python-requires metadata to >=3.8
* Upgrade GitHub Actions

v3.0.0 (2024-01-07)
* XML declaration processing option *xmlns_processing* for converters
* Decode/validate from XML document with dynamic schema load
* XMLResource enhancement for a better XML resources processing
* Improve lazy resources iteration removing preceding elements (*thin_mode* option)
* Drop support for Python 3.7
   2023-12-28 19:43:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 2.5.1

v2.5.1

* Fix slowness of key selectors introduced by v2.5.0
* Remove redundant wheel dep from pyproject.toml and unnecessary build deps from \ 
tox.ini
   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