From af19d01578d06f7a4a39bc7d3bf4cb17fabd5597 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:52:04 +0800 Subject: [PATCH] python3-rapidjson: upgrade 1.10 -> 1.11 Changelog: ========== Use current master version of rapidjson Use cibuildwheel 2.15.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-rapidjson_1.10.bb => python3-rapidjson_1.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rapidjson_1.10.bb => python3-rapidjson_1.11.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.10.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-rapidjson_1.10.bb rename to meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb index 7dac464bea..930ad34340 100644 --- a/meta-python/recipes-devtools/python/python3-rapidjson_1.10.bb +++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.11.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd" SRC_URI = "git://github.com/python-rapidjson/python-rapidjson.git;protocol=https;branch=master" -SRCREV = "e9e209553a65db3568471f32392f54549c8a9816" +SRCREV = "e1b41f64df1705770b7b70d7221a4812909c1d0f" S = "${WORKDIR}/git"