From 5d157933e974da9ee40a2199a1287781bf0b9387 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 9 Oct 2025 11:13:55 +0300 Subject: 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 --- .../recipes-devtools/python/python3-msgpack_1.1.2.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb (limited to 'meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb new file mode 100644 index 0000000000..85ec93695d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.1.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "MessagePack (de)serializer" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PTEST_PYTEST_DIR = "test" + +SRC_URI[sha256sum] = "3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e" + +RDEPENDS:${PN}:class-target += "\ + python3-io \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf