From 5c07f4ca2dc53aefcd78f4f3ab9ae1bd870dbdca Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 24 Mar 2021 18:37:42 +0200 Subject: python3-colorlog: Upgrade 4.7.2 -> 4.8.0 Upgrade to release 4.8.0: - Reformat code with black Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb | 10 ---------- meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb deleted file mode 100644 index c9754ed887..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.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=85a1d478cd35d62763a1419e948bdde4" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "colorlog" - -SRC_URI[sha256sum] = "18d05b616438a75762d7d214b9ec3b05d274466c9f3ddd92807e755840c88251" diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb new file mode 100644 index 0000000000..6f9b8d47a4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.8.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=85a1d478cd35d62763a1419e948bdde4" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "colorlog" + +SRC_URI[sha256sum] = "59b53160c60902c405cdec28d38356e09d40686659048893e026ecbd589516b1" -- cgit v1.2.3-54-g00ecf