From 67474b0bdcdf565f5c0074f61a50242adb8ea8c2 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 5 Feb 2026 07:59:44 +0100 Subject: python3-orjson: upgrade 3.10.17 -> 3.10.18 Changelog: Fix incorrect escaping of the vertical tabulation character. This was introduced in 3.10.17. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- .../python/python3-orjson_3.10.18.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-orjson_3.10.18.bb (limited to 'meta-python/recipes-devtools/python/python3-orjson_3.10.18.bb') diff --git a/meta-python/recipes-devtools/python/python3-orjson_3.10.18.bb b/meta-python/recipes-devtools/python/python3-orjson_3.10.18.bb new file mode 100644 index 0000000000..1a8c369879 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-orjson_3.10.18.bb @@ -0,0 +1,20 @@ +SUMMARY = "orjson is a fast, correct JSON library for Python" +HOMEPAGE = "https://pypi.org/project/orjson/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d" + +SRC_URI[sha256sum] = "e8da3947d92123eda795b68228cafe2724815621fe35e8e320a9e9593a4bcd53" + +require ${BPN}-crates.inc + +inherit pypi python_maturin cargo-update-recipe-crates + +DEPENDS = "python3-maturin-native" + +RDEPENDS:${PN} += "python3-maturin python3-mypy" + +do_compile:prepend() { + sed -i "/panic = \"abort\"/d" ${S}/Cargo.toml +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf