From 5d157933e974da9ee40a2199a1287781bf0b9387 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 9 Oct 2025 11:13:55 +0300 Subject: [PATCH] python3-msgpack: Upgrade 1.1.1 -> 1.1.2 Upgrade to release 1.1.2: - Update Cython to v3.1.4 - Update cibuildwheel to v3.2.0 - Drop Python 3.8 - Add Python 3.14 - Add windows-arm Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-msgpack_1.1.1.bb => python3-msgpack_1.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-msgpack_1.1.1.bb => python3-msgpack_1.1.2.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.1.1.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-msgpack_1.1.1.bb rename to meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb index 6704829f7d..85ec93695d 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb @@ -6,7 +6,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest PTEST_PYTEST_DIR = "test" -SRC_URI[sha256sum] = "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" +SRC_URI[sha256sum] = "3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e" RDEPENDS:${PN}:class-target += "\ python3-io \