From ea97646a59fbea69d5f74d6233b502996ff3223f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:57:48 +0800 Subject: [PATCH] python3-msgpack: upgrade 1.0.7 -> 1.0.8 Changelog: =========== - exclude C/Cython files from wheel - Build pure Python wheel for minor architectures. - update Cython to 3.0.8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-msgpack_1.0.7.bb => python3-msgpack_1.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-msgpack_1.0.7.bb => python3-msgpack_1.0.8.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.8.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb rename to meta-python/recipes-devtools/python/python3-msgpack_1.0.8.bb index 5180301f7b..a000737f42 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.8.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" inherit pypi setuptools3 ptest -SRC_URI[sha256sum] = "572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87" +SRC_URI[sha256sum] = "95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3" RDEPENDS:${PN}:class-target += "\ python3-io \