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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2025-10-09 11:13:55 +03:00
committed by Khem Raj
parent 368ea9aa9a
commit 5d157933e9

View File

@@ -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"