From c980ec1a86e23cacee868ee6100b4abd17740632 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 01:04:03 +0200 Subject: python3-colorlog: update to 6.5.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb | 10 ---------- meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb b/meta-python/recipes-devtools/python/python3-colorlog_6.4.1.bb deleted file mode 100644 index 59a0e94939..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.4.1.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] = "af99440154a01f27c09256760ea3477982bf782721feaa345904e806879df4d8" 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 new file mode 100644 index 0000000000..bd90083308 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.5.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] = "cf62a8e389d5660d0d22be17937b25b9abef9497ddc940197d1773aa1f604339" -- cgit 1.2.3-korg