diff mbox series

[meta-python] python3-colorlog: update to version 6.8.2

Message ID 20240126213912.1589460-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-colorlog: update to version 6.8.2 | expand

Commit Message

Derek Straka Jan. 26, 2024, 9:39 p.m. UTC
Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../{python3-colorlog_6.8.0.bb => python3-colorlog_6.8.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-colorlog_6.8.0.bb => python3-colorlog_6.8.2.bb} (77%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb
rename to meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
index 6aefef6d1..c26f4bb70 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb
@@ -7,6 +7,6 @@  inherit pypi setuptools3
 
 PYPI_PACKAGE = "colorlog"
 
-SRC_URI[sha256sum] = "fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6"
+SRC_URI[sha256sum] = "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44"
 
 RDEPENDS:${PN} += "python3-logging"