diff mbox series

[meta-python,19/34] python3-mmh3: upgrade 5.2.1 -> 5.3.0

Message ID 20260902102900.1296-19-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/34] catch2: upgrade 3.15.3 -> 3.16.0 | expand

Commit Message

Wang Mingyu Sept. 2, 2026, 10:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.3.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
rename to meta-python/recipes-devtools/python/python3-mmh3_5.3.0.bb
index 4d9be9a7b1..c7f3f18ad4 100644
--- a/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mmh3_5.3.0.bb
@@ -8,6 +8,6 @@  inherit pypi python_setuptools_build_meta
 
 DEPENDS += "python3-wheel-native"
 
-SRC_URI[sha256sum] = "bbea5b775f0ac84945191fb83f845a6fd9a21a03ea7f2e187defac7e401616ad"
+SRC_URI[sha256sum] = "95832419b87b882bec9dcd7d041d74887ba7745b3659c14be1ae1db5cfa35cad"
 
 BBCLASSEXTEND = "native nativesdk"