Sync from SUSE:SLFO:Main python-elementpath revision 99a158a36d1caa883c643efbdcd24880

This commit is contained in:
2025-05-17 15:39:58 +02:00
parent 3bf6471486
commit dfd03f31c5
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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>
- Update to 4.7.0
* Fix fragment argument usage (issue #81)
* Fix constructors nud() to skip argument check
with XP31+ arrow operator (issue #83)
-------------------------------------------------------------------
Mon Oct 28 11:35:48 UTC 2024 - Dirk Müller <dmueller@suse.com>