From 0d2ddca3352fb131309c0fb75a1346f466d9be9f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 14 Dec 2023 05:03:39 +0000 Subject: python3-colorlog: update to version 6.8.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-colorlog_6.7.0.bb | 12 ------------ .../recipes-devtools/python/python3-colorlog_6.8.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.8.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb deleted file mode 100644 index 69f4be17c4..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.7.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] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" - -RDEPENDS:${PN} += "python3-logging" 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 new file mode 100644 index 0000000000..6aefef6d13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.8.0.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] = "fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6" + +RDEPENDS:${PN} += "python3-logging" -- cgit v1.2.3-54-g00ecf