diff mbox series

[meta-python,1/5] python3-rapidjson: update to version 1.14

Message ID 20231221154435.3874910-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python,1/5] python3-rapidjson: update to version 1.14 | expand

Commit Message

Derek Straka Dec. 21, 2023, 3:44 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 ...thon3-rapidjson_1.13.bb => python3-rapidjson_1.14.bb} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-rapidjson_1.13.bb => python3-rapidjson_1.14.bb} (82%)

Comments

Khem Raj Dec. 27, 2023, 8:21 a.m. UTC | #1
On Thu, 21 Dec 2023 15:44:31 +0000, Derek Straka wrote:
> 


Applied, thanks!

[1/5] python3-rapidjson: update to version 1.14
      commit: b39c548100d8ffeec23a0dd45affcab6a2677874
[2/5] python3-bitarray: update to version 2.9.0
      commit: 9723cc8de511f591727508c3435ca3d5e5b13369
[3/5] python3-pyfanotify: update to version 0.2.2
      commit: b572db47ccaa54d26788125557982f5419e4042c
[4/5] python3-eventlet: update to version 0.34.1
      commit: 83f5f3d95b8396721af4525fe92c2e0a6ccbaab0
[5/5] python3-flask-wtf: update to version 1.2.1
      commit: 6fd6bd049c3ed2071d8eb52dd9056f6d2062195b

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb
rename to meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
index 1623f721f..8b76397bf 100644
--- a/meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb
+++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
@@ -4,13 +4,12 @@  HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd"
 
-SRC_URI = "git://github.com/python-rapidjson/python-rapidjson.git;protocol=https;branch=master"
-SRCREV = "a87053d9b97750afddb504da05bd1cd9f4b94654"
-
-S = "${WORKDIR}/git"
+SRC_URI[sha256sum] = "26806f0a658c34b48d2951d8d3f846ca9deb93a34e664ef436db632a188b6779"
 
 # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe
-inherit setuptools3 ptest
+inherit setuptools3 pypi ptest
+
+PYPI_PACKAGE = "python-rapidjson"
 
 SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}"