From 4636a5ad3b032dfece1c0b8ae8a1cf1a255c1334 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 19 Jan 2021 19:37:37 +0200 Subject: python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Upgrade to release 4.7.2: - Fix linter errors - Fix typo Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb | 11 ----------- meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb deleted file mode 100644 index e98d276f06..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.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://LICENSE;md5=85a1d478cd35d62763a1419e948bdde4" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "colorlog" - -SRC_URI[md5sum] = "72441753be8ec437af9e5bb89db344e7" -SRC_URI[sha256sum] = "54e5f153419c22afc283c130c4201db19a3dbd83221a0f4657d5ee66234a2ea4" 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 new file mode 100644 index 0000000000..c9754ed887 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.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] = "18d05b616438a75762d7d214b9ec3b05d274466c9f3ddd92807e755840c88251" -- cgit v1.2.3-54-g00ecf