From b676a8b203b80bfe0c916d887c33a08e75aafac1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:39:03 +0800 Subject: [PATCH] python3-xxhash: upgrade 3.8.0 -> 3.8.1 Changelog: ============= - Register the "benchmark" pytest mark to avoid PytestUnknownMarkWarning - Update C extension docstrings and remove stale comments Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-xxhash_3.8.0.bb => python3-xxhash_3.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xxhash_3.8.0.bb => python3-xxhash_3.8.1.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-xxhash_3.8.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_3.8.1.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-xxhash_3.8.0.bb rename to meta-python/recipes-devtools/python/python3-xxhash_3.8.1.bb index d33da2a57a..4416949f2f 100644 --- a/meta-python/recipes-devtools/python/python3-xxhash_3.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-xxhash_3.8.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=82f3295151c5e61043a4a201c031a5ee" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "d72b2204f37840b0f16f34192c09b994b97bd25823d723d47a1eddfacf06eb43" +SRC_URI[sha256sum] = "b0de4bf3aa66363552d52c6a89003c479911f12098cd48a53d44a0f7a25f7c46" SRC_URI += " \ file://run-ptest \