From f134622986107b7da05e62553b60fe5d9fb9a5ca Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Feb 2024 20:26:25 +0000 Subject: python3-jsonrpcclient: update to version 4.0.3 Leverage the github repo as src is not published in the latest pypi release Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-jsonrpcclient_4.0.2.bb | 16 ---------------- .../python/python3-jsonrpcclient_4.0.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb deleted file mode 100644 index 08ee15a920..0000000000 --- a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Generate JSON-RPC requests and parse responses in Python" -HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677" - -SRC_URI[sha256sum] = "c0d475494b3e1b591ecdee7883739accaf5695edb673f16b7383b8c6bbdb1ca3" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-json \ - python3-math \ - python3-netclient \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb new file mode 100644 index 0000000000..459726199e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb @@ -0,0 +1,19 @@ +SUMMARY = "Generate JSON-RPC requests and parse responses in Python" +HOMEPAGE = "https://github.com/explodinglabs/jsonrpcclient" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=10f3d7679914df805c98fb351172e677" + +SRCREV = "e5dd11736925a9a8e463fc9420eab95235f181e3" +SRC_URI = "git://github.com/explodinglabs/jsonrpcclient.git;branch=main;protocol=https" + +inherit python_setuptools_build_meta + +S = "${WORKDIR}/git" + +RDEPENDS:${PN} += "\ + python3-json \ + python3-math \ + python3-netclient \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf