2024-04-29 10:40:16 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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
|
2024-04-03 09:27:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-xmlschema: updated to 3.2.0
v3.2.0
* Add *download_schemas()* to package API
* Fix issue with facets on list types
|
2024-03-18 09:53:08 by Adam Ciarcinski | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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.
|