From 7050ad06aca904115893ad0f50797fbb3ca1498b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 14 Apr 2021 11:35:23 +0300 Subject: python3-colorlog: Upgrade 4.8.0 -> 5.0.1 Upgrade to release 5.0.1: - Fix colorlog.basicConfig does not accept '{' style - Fix linter errors License-Update: Update year Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin (cherry picked from commit 3793fa1ca638e488cbb31882d3c8f79b71fa838d) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb 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 deleted file mode 100644 index 6f9b8d47a4..0000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_4.8.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=85a1d478cd35d62763a1419e948bdde4" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "colorlog" - -SRC_URI[sha256sum] = "59b53160c60902c405cdec28d38356e09d40686659048893e026ecbd589516b1" diff --git a/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb b/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb new file mode 100644 index 0000000000..61b8152a1e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.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] = "f17c013a06962b02f4449ee07cfdbe6b287df29efc2c9a1515b4a376f4e588ea" -- cgit v1.2.3-54-g00ecf