From 1c436070697d3340f71fc8b678e0f6241806786b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 30 Dec 2022 13:00:23 +0800 Subject: [PATCH] python3-xxhash: upgrade 3.1.0 -> 3.2.0 Changelog: ========== Build Python 3.11 wheels. Remove setup.py test_suites, call unittest directly Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-xxhash_3.1.0.bb => python3-xxhash_3.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xxhash_3.1.0.bb => python3-xxhash_3.2.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.2.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb rename to meta-python/recipes-devtools/python/python3-xxhash_3.2.0.bb index bb7bdd314..c4d74306c 100644 --- a/meta-python/recipes-devtools/python/python3-xxhash_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-xxhash_3.2.0.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3a9dab7f159514231249aa3e108ab26b" -SRC_URI[sha256sum] = "ac21b1e21dc6fdfee9a57b53f4777539d53a84f2e1546a3f802f159f9966bdc1" +SRC_URI[sha256sum] = "1afd47af8955c5db730f630ad53ae798cf7fae0acb64cebb3cf94d35c47dd088" SRC_URI += " \ file://run-ptest \