From 25b9efc9b098b2faf8572b69d035a914a961534d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 10 Jan 2022 18:31:46 +0200 Subject: [PATCH] python3-huey: Upgrade 2.4.2 -> 2.4.3 Upgrade to release 2.4.3: - Fix compatibility issue with new redis-py Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-huey_2.4.2.bb => python3-huey_2.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_2.4.2.bb => python3-huey_2.4.3.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-huey_2.4.2.bb rename to meta-python/recipes-devtools/python/python3-huey_2.4.3.bb index 865e9ff77..f8f4062a6 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "20683288e27e851f786b38465784c5d0e7e2b93b8791cc826898f9555a320cb4" +SRC_URI[sha256sum] = "4fa2f6055d581778c3bcf93fc8c9ce87aecc2a345d5ff35bd955da152c02ef37" RDEPENDS:${PN} += " \ python3-datetime \