diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-12 12:56:16 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-18 08:18:20 -0800 |
commit | 4729c7008b4ba4f01f445b6f53396b9be67e021f (patch) | |
tree | f3a386fccf67584019179ab1e5206ccde8d33bcd | |
parent | 6027141c0ccada9a73438193582139a271ab0506 (diff) | |
download | meta-openembedded-4729c7008b4ba4f01f445b6f53396b9be67e021f.tar.gz |
python3-colorlog: Upgrade 4.4.0 -> 4.6.2
Upgrade to release 4.6.2:
- Include tests using MANIFEST.in instead of setup.py
- Switch to GitHub Actions
- Don't publish to test pypi - we'd have to bump the version
every commit
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb (renamed from meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb index 4a40ef38c..e98d276f0 100644 --- a/meta-python/recipes-devtools/python/python3-colorlog_4.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb | |||
@@ -7,5 +7,5 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "colorlog" | 8 | PYPI_PACKAGE = "colorlog" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "0997566a87c6fdec0baa88055adc06c3" | 10 | SRC_URI[md5sum] = "72441753be8ec437af9e5bb89db344e7" |
11 | SRC_URI[sha256sum] = "0272c537469ab1e63b9915535874d15b671963c9325db0c4891a2aeff97ce3d1" | 11 | SRC_URI[sha256sum] = "54e5f153419c22afc283c130c4201db19a3dbd83221a0f4657d5ee66234a2ea4" |