From a4402843c854eb0f1d7d7d5d67ee94446012e4fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Aug 2024 16:46:20 +0800 Subject: [PATCH] python3-rapidjson: upgrade 1.18 -> 1.19 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-rapidjson_1.18.bb => python3-rapidjson_1.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rapidjson_1.18.bb => python3-rapidjson_1.19.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb rename to meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb index 9ca1e826dc..bfc05a7354 100644 --- a/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb +++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=6fe0b2465366662d7cfa6793ccbab563" -SRC_URI[sha256sum] = "09a5c362e2fec2a41b53e79e88bd8f0704447cb67c1c89a59e3092ccb4a30355" +SRC_URI[sha256sum] = "81e7260f6297cad564389b700783c0a33de71310b9eb01fd013faec5e7ed4eff" # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe inherit setuptools3 pypi ptest