summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-14 11:35:23 +0300
committerKhem Raj <raj.khem@gmail.com>2021-04-15 09:25:26 -0700
commit3793fa1ca638e488cbb31882d3c8f79b71fa838d (patch)
tree1050f5fb54bed9d998de17e0d428be8cdadff478 /meta-python
parentd07aa9a0a7c5e0a9472c339cccd6604ef9e70d12 (diff)
downloadmeta-openembedded-3793fa1ca638e488cbb31882d3c8f79b71fa838d.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb
index 6f9b8d47a4..61b8152a1e 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_4.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_5.0.1.bb
@@ -1,10 +1,10 @@
1DESCRIPTION = "A colored formatter for the python logging module" 1DESCRIPTION = "A colored formatter for the python logging module"
2HOMEPAGE = "https://github.com/borntyping/python-colorlog" 2HOMEPAGE = "https://github.com/borntyping/python-colorlog"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=85a1d478cd35d62763a1419e948bdde4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=5c3c6ebdec7792ae12df8d1c0a46b26a"
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8PYPI_PACKAGE = "colorlog" 8PYPI_PACKAGE = "colorlog"
9 9
10SRC_URI[sha256sum] = "59b53160c60902c405cdec28d38356e09d40686659048893e026ecbd589516b1" 10SRC_URI[sha256sum] = "f17c013a06962b02f4449ee07cfdbe6b287df29efc2c9a1515b4a376f4e588ea"