From 990e9556e8b600b168d7ead66ff1e3fef4986320 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 19 Aug 2026 17:34:32 +0800 Subject: [PATCH] python3-elementpath: upgrade 5.1.3 -> 5.1.4 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 Signed-off-by: Khem Raj --- ...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 --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"