From 498c1343c8a30fa30c29b0755e64a4f1ef649320 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:07:33 +0800 Subject: [PATCH] python3-huey: upgrade 2.4.4 -> 2.4.5 Changelog: ========== Improves propagation of errors in task results and includes fix for newer versions of pip. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-huey_2.4.4.bb => python3-huey_2.4.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.4.4.bb => python3-huey_2.4.5.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.4.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.5.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-huey_2.4.4.bb rename to meta-python/recipes-devtools/python/python3-huey_2.4.5.bb index 2f433814ee..dbddd6cb80 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.4.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "6a27a7862a7a982c0508ad4e548d95765e3b0d97093a51106f07540837a09c86" +SRC_URI[sha256sum] = "760cf150deff1fa34b852da37701a5a750d1148f03ea07aa2b3764dc6060b4c3" RDEPENDS:${PN} += " \ python3-datetime \