mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-colorlog: Upgrade 4.2.1 -> 4.4.0
Upgrade to release 4.4.0: - Add parameters to basic config - Update README - Init colorama with strip=False to avoid unanticipated behavior differences dependent on whether or not colorama is installed. License-Update: Use file LICENSE Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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] = "a01336efc6f54e58e3ed4f331d76c2f0"
|
||||
SRC_URI[sha256sum] = "75e55822c3a3387d721579241e776de2cf089c9ef9528b1f09e8b04d403ad118"
|
||||
@@ -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://LICENSE;md5=85a1d478cd35d62763a1419e948bdde4"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "colorlog"
|
||||
|
||||
SRC_URI[md5sum] = "0997566a87c6fdec0baa88055adc06c3"
|
||||
SRC_URI[sha256sum] = "0272c537469ab1e63b9915535874d15b671963c9325db0c4891a2aeff97ce3d1"
|
||||
Reference in New Issue
Block a user