From 3e26e7be3c76faab1c96105d90173292728acc54 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:57 +0800 Subject: python3-mmh3: upgrade 5.2.0 -> 5.2.1 License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb | 11 ----------- meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb deleted file mode 100644 index c719762885..0000000000 --- a/meta-python/recipes-devtools/python/python3-mmh3_5.2.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -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" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "1efc8fec8478e9243a78bb993422cf79f8ff85cb4cf6b79647480a31e0d950a8" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb new file mode 100644 index 0000000000..5d4030f46e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mmh3_5.2.1.bb @@ -0,0 +1,11 @@ +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=53366c60f8214cfc1d3622ebacd141fb" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "bbea5b775f0ac84945191fb83f845a6fd9a21a03ea7f2e187defac7e401616ad" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf