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

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


Branch: CURRENT, Version: 3.4.3, Package name: py312-xmlschema-3.4.3, 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: 571.43 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-03 13:17:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.4.3

v3.4.3

* Fix incorrect validation error for substitution group with abstract head
* Refactor XSD identities processing using also typed XPath 2.0+ for getting values
* Clean tag retrieval during encode for some converter types (Abdera, BadgerFish \ 
and GData)
   2024-10-03 10:57:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.4.2

`v3.4.2`_ (2024-09-17)

* Fix other failing URL normalization tests
* Avoid the use of sys.version_info for checking results, better to extend the \ 
check to more values.
   2024-09-12 20:58:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.4.1

v3.4.1 (2024-09-12)

* Fix failing URL normalization tests
* Disable protocols checking with elementpath v4.5.0

v3.4.0 (2024-09-10)

* Extended ModelVisitor to make it usable as an helper class for generating content
   2024-07-30 05:49:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.3.2

v3.3.2

* Fix UNC path tests
   2024-04-29 10:40:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.3.1

v3.3.1

* Update validation errors with logging stacktrace in debug mode
* Improve locations parsing and URL encoding
   2024-04-19 06:20:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.3.0

v3.3.0
* Rewrite the validation of openContent using InterleavedModelVisitor and \ 
SuffixedModelVisitor
* Fix validation of XSD 1.1 'all' nested models
   2024-04-07 21:27:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-xmlschema: updated to 3.2.1

v3.2.1
* Improve ModelVisitor and particle occurs checking
* Fix interleave mode with XSD 1.1 open content
* Fix for export/download of XSD sources with commented-out imports/include