From fed296fd7ff5d361c3a0c6546c295f48de582f72 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:41 +0800 Subject: [PATCH] python3-elementpath: upgrade 5.0.2 -> 5.0.3 Changelog: =============== Fix for XPath 1.0 processing of schema annotated XML data Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ython3-elementpath_5.0.2.bb => python3-elementpath_5.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-elementpath_5.0.2.bb => python3-elementpath_5.0.3.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.0.2.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.0.3.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-elementpath_5.0.2.bb rename to meta-python/recipes-devtools/python/python3-elementpath_5.0.3.bb index f766ed002b..8659d4f8ba 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_5.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_5.0.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf" -SRC_URI[sha256sum] = "26224a33ad9edc82bfa5b26a767a640c8407fbbf9e019b1c369f718dd21823fb" +SRC_URI[sha256sum] = "61040ca014769d507ce19d26521a4bf1c64d2bd0776466e45030dbfe181f7062" PYPI_PACKAGE = "elementpath"