diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-09 13:35:33 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-13 22:28:25 -0700 |
commit | 7c23a0ea1a7d49250a94e52feed96784659fe434 (patch) | |
tree | ac9a095a3173b7e39601f4a3d9bb82eec434fae4 /meta-python | |
parent | 516ec2606df8b34fd4e19d4d22d0d216d468fb55 (diff) | |
download | meta-openembedded-7c23a0ea1a7d49250a94e52feed96784659fe434.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb | 11 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb | 11 |
2 files changed, 11 insertions, 11 deletions
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 deleted file mode 100644 index a4aaa3cb6..000000000 --- a/meta-python/recipes-devtools/python/python3-colorlog_4.2.1.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "A colored formatter for the python logging module" | ||
2 | HOMEPAGE = "https://github.com/borntyping/python-colorlog" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://README.md;md5=05592f7a5b83bfc756f62dbd70a9b9b5" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | PYPI_PACKAGE = "colorlog" | ||
9 | |||
10 | SRC_URI[md5sum] = "a01336efc6f54e58e3ed4f331d76c2f0" | ||
11 | SRC_URI[sha256sum] = "75e55822c3a3387d721579241e776de2cf089c9ef9528b1f09e8b04d403ad118" | ||
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb new file mode 100644 index 000000000..4a40ef38c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "A colored formatter for the python logging module" | ||
2 | HOMEPAGE = "https://github.com/borntyping/python-colorlog" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=85a1d478cd35d62763a1419e948bdde4" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | PYPI_PACKAGE = "colorlog" | ||
9 | |||
10 | SRC_URI[md5sum] = "0997566a87c6fdec0baa88055adc06c3" | ||
11 | SRC_URI[sha256sum] = "0272c537469ab1e63b9915535874d15b671963c9325db0c4891a2aeff97ce3d1" | ||