From 8f3369019180a1a9c0221e48a5a0401750fcac65 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Jun 2025 11:33:09 +0800 Subject: [PATCH] python3-joblib: upgrade 1.5.0 -> 1.5.1 Changelog: ============ - Fix backend hints causing errors when no multiprocessing is present - Vendor loky3.5.5 fixing the resource_tracker clean up with earlier Python versions. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-joblib_1.5.0.bb => python3-joblib_1.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-joblib_1.5.0.bb => python3-joblib_1.5.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb rename to meta-python/recipes-devtools/python/python3-joblib_1.5.1.bb index 5dc5d02f3f..a678f881b8 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066" inherit python_setuptools_build_meta pypi -SRC_URI[sha256sum] = "d8757f955389a3dd7a23152e43bc297c2e0c2d3060056dad0feefc88a06939b5" +SRC_URI[sha256sum] = "f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444" RDEPENDS:${PN} += " \ python3-asyncio \