From 41533a54f0f111e29d2fa036820313a0631dfca3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Nov 2021 15:10:22 +0200 Subject: [PATCH] python3-colorlog: Upgrade 6.5.0 -> 6.6.0 Upgrade to release 6.6.0: - Add a force_color option to colorlog.formatter.ColoredFormatter - Support the FORCE_COLOR environment variable Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-colorlog_6.5.0.bb => python3-colorlog_6.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-colorlog_6.5.0.bb => python3-colorlog_6.6.0.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb rename to meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb index bd90083308..2f8a0e5ca8 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb @@ -7,4 +7,4 @@ inherit pypi setuptools3 PYPI_PACKAGE = "colorlog" -SRC_URI[sha256sum] = "cf62a8e389d5660d0d22be17937b25b9abef9497ddc940197d1773aa1f604339" +SRC_URI[sha256sum] = "344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8"