From b99a11afad0d02c63150b0f012f5df739858b8e3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 May 2024 10:48:17 -0400 Subject: [PATCH] python3-rlp: upgrade 4.0.0 -> 4.0.1 Changelog: Add python 3.12 support, rust-backend now works with python 3.11 and 3.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-rlp_4.0.0.bb => python3-rlp_4.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rlp_4.0.0.bb => python3-rlp_4.0.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-rlp_4.0.0.bb b/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-rlp_4.0.0.bb rename to meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb index 7df8ac07c5..46ca600ea2 100644 --- a/meta-python/recipes-devtools/python/python3-rlp_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-rlp_4.0.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=00854fa80a84236706b11f47f23e61e7" -SRC_URI[sha256sum] = "61a5541f86e4684ab145cb849a5929d2ced8222930a570b3941cf4af16b72a78" +SRC_URI[sha256sum] = "bcefb11013dfadf8902642337923bd0c786dc8a27cb4c21da6e154e52869ecb1" inherit pypi setuptools3