From e301aa9c78c4929b6c4622dcfbfcbe000bb9b70c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Oct 2025 10:22:10 +0800 Subject: python3-colorlog: upgrade 6.9.0 -> 6.10.1 Changelog: When logging exceptions, enable colorized traceback Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-colorlog_6.10.1.bb | 14 ++++++++++++++ .../recipes-devtools/python/python3-colorlog_6.9.0.bb | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.10.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.9.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.10.1.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.10.1.bb new file mode 100644 index 0000000000..5e5a6174f2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.10.1.bb @@ -0,0 +1,14 @@ +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] = "eb4ae5cb65fe7fec7773c2306061a8e63e02efc2c72eba9d27b0fa23c94f1321" + +RDEPENDS:${PN} += "python3-logging" + +BBCLASSEXTEND += "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.9.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.9.0.bb deleted file mode 100644 index a418d213af..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.9.0.bb +++ /dev/null @@ -1,14 +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] = "bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2" - -RDEPENDS:${PN} += "python3-logging" - -BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf