summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-elementpath_4.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-elementpath: Upgrade 4.8.0 -> 5.0.0Leon Anavi2025-04-281-19/+0
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.0.0: - Replace SafeXMLParser with SafeExpatParser - Drop compatibility with Python 3.8 - Restruct node trees with XPathNodeTree backbone - Unicode categories fallback with a warning - Rewriting decoder module - Add extras subpackage for experiment XDM and XPath on Path objects Fixes: WARNING: python3-elementpath-5.0.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.7.0 -> 4.8.0Wang Mingyu2025-03-111-0/+19
Changelog: =========== - Add full PSVI type labeling in XDM to solve type errors with XSD 1.1 assertion-s - 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>