diff mbox series

[meta-python,1/2] python3-elementpath: Upgrade 5.0.1 -> 5.0.2

Message ID 20250625141236.3027897-1-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/2] python3-elementpath: Upgrade 5.0.1 -> 5.0.2 | expand

Commit Message

Leon Anavi June 25, 2025, 2:12 p.m. UTC
Upgrade to release 5.0.2:

- Fix for XPath 2.0 fn:node-name
- Workaround for processing arguments with multiple occurrences for
  external functions

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-elementpath_5.0.1.bb => python3-elementpath_5.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-elementpath_5.0.1.bb => python3-elementpath_5.0.2.bb} (86%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_5.0.1.bb b/meta-python/recipes-devtools/python/python3-elementpath_5.0.2.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-elementpath_5.0.1.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_5.0.2.bb
index 71ccec5719..f766ed002b 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_5.0.2.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/sissaschool/elementpath"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = "d3e4807b7e38e190e382eefef93f35ce6f71adf63b33e3f01d0e11f22e5d5cc7"
+SRC_URI[sha256sum] = "26224a33ad9edc82bfa5b26a767a640c8407fbbf9e019b1c369f718dd21823fb"
 
 PYPI_PACKAGE = "elementpath"