summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xmlschema_3.4.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xmlschema: upgrade 3.4.3 -> 3.4.5Wang Mingyu2025-03-251-15/+0
| | | | | | | | | | | Changelog: ============= - Migrate project metadata to pyproject.toml - Fix static typing errors with mypy==1.15.0 and elementpath==4.8.0 - Fix xs:all groups occurs check Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: dropped Python version in SUMMARYJan Vermaete2024-11-061-1/+1
| | | | | | | | The info at the homepage was that the python version 3.8+ is supported. But having this info in the SUMMARY has not point. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 3.4.2 -> 3.4.3Wang Mingyu2024-11-051-0/+15
Changelog: ========== - Fix incorrect validation error for substitution group with abstract head - Refactor XSD identities processing using also typed XPath 2.0+ for getting values - Clean tag retrieval during encode for some converter types Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>