From 09fa34b9c7a460e60bd49cd6a2fcc7711a725993 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Mar 2021 10:47:20 +0200 Subject: [PATCH] python3-jsonpointer: Upgrade 2.0 -> 2.1 Upgrade to release 2.1: - Support Python 3.8 and 3.9 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-jsonpointer_2.0.bb => python3-jsonpointer_2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-jsonpointer_2.0.bb => python3-jsonpointer_2.1.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer_2.0.bb b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-jsonpointer_2.0.bb rename to meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb index 68bfe97166..a4cc05c947 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpointer_2.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3" inherit pypi ptest setuptools3 -SRC_URI[md5sum] = "741b98d0e693b08b5e44e0a9da5a7bb7" -SRC_URI[sha256sum] = "c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83975362" +SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" RDEPENDS_${PN} += " \ ${PYTHON_PN}-json \