From 3974f2087a085eaee7c0a2d539715e5f2a3977a2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Mar 2025 17:01:37 +0800 Subject: [PATCH] python3-huey: upgrade 2.5.2 -> 2.5.3 Changelog: ============ - Add support for a new SIGNAL_ENQUEUED. - Use FOR UPDATE SKIP LOCKED when supported by the database in the sql_huey storage engine. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-huey_2.5.2.bb => python3-huey_2.5.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.5.2.bb => python3-huey_2.5.3.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-huey_2.5.2.bb rename to meta-python/recipes-devtools/python/python3-huey_2.5.3.bb index 7829555b90..cb033712d9 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "df33db474c05414ed40ee2110e9df692369871734da22d74ffb035a4bd74047f" +SRC_URI[sha256sum] = "089fc72b97fd26a513f15b09925c56fad6abe4a699a1f0e902170b37e85163c7" RDEPENDS:${PN} += " \ python3-datetime \