From c16320e0baad1c2c6d22768f4d1c93279f8ede37 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 7 Sep 2022 19:23:16 +0800 Subject: python3-colorlog: upgrade 6.6.0 -> 6.7.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_6.7.0.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 2f8a0e5ca8..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_6.6.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] = "344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8" 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 new file mode 100644 index 0000000000..84b67e784a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_6.7.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] = "bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" -- cgit v1.2.3-54-g00ecf