diff mbox series

[meta-python,33/44] python3-xxhash: upgrade 3.8.0 -> 3.8.1

Message ID 20260715103914.2120-33-wangmy@fujitsu.com
State New
Headers show
Series [meta-perl,01/44] cpan-requirements-dynamic: upgrade 0.002 -> 0.003 | expand

Commit Message

Wang Mingyu July 15, 2026, 10:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- Register the "benchmark" pytest mark to avoid PytestUnknownMarkWarning
- Update C extension docstrings and remove stale comments

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../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 mbox series

Patch

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 \