From 16316689b0d1664db013bfc814673e579d643152 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 5 Dec 2025 12:53:55 +0200 Subject: [PATCH] python3-huey: Upgrade 2.5.4 -> 2.5.5 Upgrade to release 2.5.5: - Fix for pypi Signed-off-by: Leon Anavi Signed-off-by: Khem Raj (cherry picked from commit 7954f37b3ca479b4b086e887afc7ddc03d7f9eb2) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../python/{python3-huey_2.5.4.bb => python3-huey_2.5.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.5.4.bb => python3-huey_2.5.5.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb b/meta-python/recipes-devtools/python/python3-huey_2.5.5.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-huey_2.5.4.bb rename to meta-python/recipes-devtools/python/python3-huey_2.5.5.bb index 9402dee2f1..d80ece1fc7 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.5.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "4b7fb217b640fbb46efc4f4681b446b40726593522f093e8ef27c4a8fcb6cfbb" +SRC_URI[sha256sum] = "a39010628a9a1a9e91462f9bf33dc243b006a9f21193026ea47ae18949a12581" RDEPENDS:${PN} += " \ python3-datetime \