diff mbox series

[meta-python,21/25] python3-rapidjson: upgrade 1.17 -> 1.18

Message ID 1719816242-11839-21-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/25] ctags: upgrade 6.1.20240623.0 -> 6.1.20240630.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 1, 2024, 6:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere

License-Update: Copyright year updated to 1.18

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-rapidjson_1.17.bb => python3-rapidjson_1.18.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-rapidjson_1.17.bb => python3-rapidjson_1.18.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb
rename to meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
index d7a56b051..9ca1e826d 100644
--- a/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb
+++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
@@ -2,9 +2,9 @@  SUMMARY = "Python wrapper around rapidjson"
 HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6fe0b2465366662d7cfa6793ccbab563"
 
-SRC_URI[sha256sum] = "95a111da29d996af8549f8b32ec701dab3af2ab7c6cd9c79540391ecb05f20c8"
+SRC_URI[sha256sum] = "09a5c362e2fec2a41b53e79e88bd8f0704447cb67c1c89a59e3092ccb4a30355"
 
 # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe
 inherit setuptools3 pypi ptest