From 9f2c5ed0d984725a5cf2e82789bc4e2fe0d0e1ba Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 24 Jul 2020 13:35:14 +0300 Subject: python3-colorlog: Upgrade 4.1.0 -> 4.2.1 Upgrade to release 4.2.1: - Fix: product description on pypi is not formatted. For details: https://github.com/borntyping/python-colorlog/issues/67 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb | 11 ----------- meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb deleted file mode 100644 index ea4c575eb0..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "A colored formatter for the python logging module" -HOMEPAGE = "https://github.com/borntyping/python-colorlog" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://README.md;md5=05592f7a5b83bfc756f62dbd70a9b9b5" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "colorlog" - -SRC_URI[md5sum] = "25f79b76421132e2a9e08da15e4e0a73" -SRC_URI[sha256sum] = "30aaef5ab2a1873dec5da38fd6ba568fa761c9fa10b40241027fa3edea47f3d2" diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb new file mode 100644 index 0000000000..a4aaa3cb6c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "A colored formatter for the python logging module" +HOMEPAGE = "https://github.com/borntyping/python-colorlog" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.md;md5=05592f7a5b83bfc756f62dbd70a9b9b5" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "colorlog" + +SRC_URI[md5sum] = "a01336efc6f54e58e3ed4f331d76c2f0" +SRC_URI[sha256sum] = "75e55822c3a3387d721579241e776de2cf089c9ef9528b1f09e8b04d403ad118" -- cgit v1.2.3-54-g00ecf