summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-10-24 14:38:33 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-24 09:56:34 -0700
commitfb1c56aa59f85fba007e0d759db2631295b7ad29 (patch)
tree4e4b46217b3942fdb8e1cf7c6e3558e31df17f49
parent18db045554646f2b0d134d6909483a2c21908d3f (diff)
downloadmeta-openembedded-fb1c56aa59f85fba007e0d759db2631295b7ad29.tar.gz
python3-xxhash: upgrade 3.0.0 -> 3.1.0
Changelog: ========= Type annotations. Enabled muslinux wheels building. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
index ca8ed3b01e..bb7bdd3141 100644
--- a/meta-python/recipes-devtools/python/python3-xxhash_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3a9dab7f159514231249aa3e108ab26b" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=3a9dab7f159514231249aa3e108ab26b"
5 5
6SRC_URI[sha256sum] = "30b2d97aaf11fb122023f6b44ebb97c6955e9e00d7461a96415ca030b5ceb9c7" 6SRC_URI[sha256sum] = "ac21b1e21dc6fdfee9a57b53f4777539d53a84f2e1546a3f802f159f9966bdc1"
7 7
8SRC_URI += " \ 8SRC_URI += " \
9 file://run-ptest \ 9 file://run-ptest \