From 7ea6be4b5a9fb54c61a0dcfca6a40389d9ad1f8b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Dec 2025 17:55:41 +0800 Subject: [PATCH] python3-pybase64: upgrade 1.4.2 -> 1.4.3 Changelog: ========== - Publish Android Python 3.14 wheels - Publish GraalPy v25 wheels Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-pybase64_1.4.2.bb => python3-pybase64_1.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pybase64_1.4.2.bb => python3-pybase64_1.4.3.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb b/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb rename to meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb index 2246f93e8c..e4a90c3f7d 100644 --- a/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "46cdefd283ed9643315d952fe44de80dc9b9a811ce6e3ec97fd1827af97692d0" +SRC_URI[sha256sum] = "c2ed274c9e0ba9c8f9c4083cfe265e66dd679126cd9c2027965d807352f3f053" BBCLASSEXTEND = "native nativesdk"