From 088a43afec3f746138911a98711d93bf925a8f2d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:24 +0800 Subject: python3-msgpack: upgrade 1.1.0 -> 1.1.1 Changelog: Update Cython to 3.1.1 and cibuildwheel to 2.23.3. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-msgpack_1.1.0.bb | 15 --------------- .../recipes-devtools/python/python3-msgpack_1.1.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-msgpack_1.1.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb deleted file mode 100644 index cf755517e7..0000000000 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -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] = "dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e" - -RDEPENDS:${PN}:class-target += "\ - python3-io \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.1.1.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.1.1.bb new file mode 100644 index 0000000000..6704829f7d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.1.1.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] = "77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd" + +RDEPENDS:${PN}:class-target += "\ + python3-io \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf