2023-02-15 19:15:13 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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
|
2022-11-14 11:07:13 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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
|
2022-07-02 11:35:57 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-xmlschema: updated to 1.11.3
v1.11.3
* Fix invalid element not detected with empty particle
* Fix Sphinx warnings
|
2022-06-17 12:56:23 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-xmlschema: updated to 1.11.2
v1.11.2
* Fix 'replace_existing' argument usage in `XsdElement.get_binding` method
* Add Russian full translation
|
2022-05-23 10:34:28 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-xmlschema: updated to 1.11.1
v1.11.1
* Protect converter calls in iter_decode()/iter_encode()
* Extend XSD type matching for code generators (fallback to schema types with a \
local name)
|
2022-05-15 21:29:25 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-xmlschema: updated to 1.11.0
v1.11.0
* Add localization for validation related error messages
* Add Italian translation
* Add Russian partial translation
|
2022-04-11 18:33:56 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-xmlschema: updated to 1.10.0
v1.10.0:
* Add 'nonlocal' option to *defuse* argument of `XMLResource` (also for schema \
classes)
* Add 'none' option to *allow* argument of `XMLResource`
* Fix too strict parsing on XSD annotations
* Drop support for Python 3.6
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 21:39:00 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-xmlschema: updated to 1.9.2
v1.9.2:
* Fix for global simple type naming
|