diff mbox series

[meta-python,41/64] python3-mmh3: upgrade 5.2.0 -> 5.2.1

Message ID 20260312105220.1856-41-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] castxml: upgrade 0.6.13 -> 0.7.0 | expand

Commit Message

Wang Mingyu March 12, 2026, 10:51 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2026

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb
rename to meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
index c719762885..5d4030f46e 100644
--- a/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb
@@ -2,10 +2,10 @@  SUMMARY = "Python extension for MurmurHash (MurmurHash3), a set of fast and \
            robust hash functions"
 HOMEPAGE = "https://github.com/hajimes/mmh3"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2edf2352bb2cd3d7787f05247781b314"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=53366c60f8214cfc1d3622ebacd141fb"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "1efc8fec8478e9243a78bb993422cf79f8ff85cb4cf6b79647480a31e0d950a8"
+SRC_URI[sha256sum] = "bbea5b775f0ac84945191fb83f845a6fd9a21a03ea7f2e187defac7e401616ad"
 
 BBCLASSEXTEND = "native nativesdk"