From 5e69de6d129ef14d640547fe9fc615fde5c1b229 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 26 Jan 2024 21:39:12 +0000 Subject: python3-colorlog: update to version 6.8.2 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-colorlog_6.8.0.bb | 12 ------------ .../recipes-devtools/python/python3-colorlog_6.8.2.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb deleted file mode 100644 index 6aefef6d13..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "A colored formatter for the python logging module" -HOMEPAGE = "https://github.com/borntyping/python-colorlog" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5c3c6ebdec7792ae12df8d1c0a46b26a" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "colorlog" - -SRC_URI[sha256sum] = "fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6" - -RDEPENDS:${PN} += "python3-logging" diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb new file mode 100644 index 0000000000..c26f4bb70e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A colored formatter for the python logging module" +HOMEPAGE = "https://github.com/borntyping/python-colorlog" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5c3c6ebdec7792ae12df8d1c0a46b26a" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "colorlog" + +SRC_URI[sha256sum] = "3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44" + +RDEPENDS:${PN} += "python3-logging" -- cgit v1.2.3-54-g00ecf