From 41533a54f0f111e29d2fa036820313a0631dfca3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Nov 2021 15:10:22 +0200 Subject: 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 --- meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb deleted file mode 100644 index bd90083308..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb +++ /dev/null @@ -1,10 +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] = "cf62a8e389d5660d0d22be17937b25b9abef9497ddc940197d1773aa1f604339" diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb new file mode 100644 index 0000000000..2f8a0e5ca8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb @@ -0,0 +1,10 @@ +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] = "344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8" -- cgit v1.2.3-54-g00ecf