diff mbox series

[meta-python,46/60] python3-rapidjson: upgrade 1.18 -> 1.19

Message ID 1722933994-32549-46-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/60] apache2: upgrade 2.4.61 -> 2.4.62 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 6, 2024, 8:46 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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 9ca1e826d..bfc05a735 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