diff mbox series

[meta-python,28/70] python3-elementpath: upgrade 5.1.3 -> 5.1.4

Message ID 20260819093514.1101-28-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/70] avro-c: upgrade 1.12.1 -> 1.12.2 | expand

Commit Message

Wang Mingyu Aug. 19, 2026, 9:34 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Add allow_environment and allow_external_resources arguments to XPath30Parser
- some/every statements: revert to v4.8 implementation
- reverse axis position: workaround until next minor-version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-elementpath_5.1.3.bb => python3-elementpath_5.1.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-elementpath_5.1.3.bb => python3-elementpath_5.1.4.bb} (86%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.1.3.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-elementpath_5.1.3.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb
index 88b0995720..8f15d5c723 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_5.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_5.1.4.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/sissaschool/elementpath"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c04ab6ce886cc843af8941bb199406ba"
 
-SRC_URI[sha256sum] = "35e98cc2e26332305a49b32eaaebfb7289d1963c88d3989ff5ccb02c46809820"
+SRC_URI[sha256sum] = "3c912a9c41311ac5244c038867670d7c0b0fec0e444813608e5b846dbb3428ac"
 
 PYPI_PACKAGE = "elementpath"