summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-elementpath_4.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-elementpath: upgrade 4.2.0 -> 4.3.0Wang Mingyu2024-02-191-19/+0
| | | | | | | | | | | | | Changelog: ========== -Change the purpose of the evaluation with a dynamic schema context, that is now used only for labeling tokens with XSD types -The static evaluation is now performed also when a schema is provided to the parser -First tests with Python 3.13 pre-releases by adding a tox.ini testenv Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.5 -> 4.2.0Wang Mingyu2024-02-091-0/+19
Changelog: ============ -Drop support for Python 3.7 -Add uri and fragment options to dynamic context -Make context root node not mandatory (issue #63) -Add function objects constructor (issue #70) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>