From 0d2ddca3352fb131309c0fb75a1346f466d9be9f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 14 Dec 2023 05:03:39 +0000 Subject: [PATCH] python3-colorlog: update to version 6.8.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../{python3-colorlog_6.7.0.bb => python3-colorlog_6.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-colorlog_6.7.0.bb => python3-colorlog_6.8.0.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb rename to meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb index 69f4be17c4..6aefef6d13 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb @@ -7,6 +7,6 @@ inherit pypi setuptools3 PYPI_PACKAGE = "colorlog" -SRC_URI[sha256sum] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" +SRC_URI[sha256sum] = "fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6" RDEPENDS:${PN} += "python3-logging"