15
0

Accepting request 1254317 from home:glaubitz:branches:devel:languages:python

- Update to 4.8.0
  * Add full PSVI type labeling in XDM to solve type errors
    with XSD 1.1 assertions
  * Add *schema* optional argument to dynamic context
  * Add a RootToken as a proxy of the parsed token tree for
    compatibility with xmlschema<=3.4.3
  * Extend XDM to split ElementTree/lxml processing from
    schema nodes and to allow future extensions

OBS-URL: https://build.opensuse.org/request/show/1254317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=45
This commit is contained in:
2025-03-19 08:58:04 +00:00
committed by Git OBS Bridge
parent f047fc2e68
commit b279ca1878
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 19 07:53:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.8.0
* Add full PSVI type labeling in XDM to solve type errors
with XSD 1.1 assertions
* Add *schema* optional argument to dynamic context
* Add a RootToken as a proxy of the parsed token tree for
compatibility with xmlschema<=3.4.3
* Extend XDM to split ElementTree/lxml processing from
schema nodes and to allow future extensions
-------------------------------------------------------------------
Thu Jan 23 11:40:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>