diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-09 21:13:00 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-10 18:21:23 -0700 |
commit | 47a6b2b73190d5dbe7d6100bea097e414bff47b2 (patch) | |
tree | aab0eb91dc38d6115023bc89084b9dda8cc8f64b /meta-python | |
parent | 3a9f81839b63c827e08035b0ce7e70ef35bc781b (diff) | |
download | meta-openembedded-47a6b2b73190d5dbe7d6100bea097e414bff47b2.tar.gz |
python3-wrapt: upgrade 1.11.2 -> 1.21.1
See full changelog https://wrapt.readthedocs.io/en/latest/changes.html
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-wrapt.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb (renamed from meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-wrapt.inc b/meta-python/recipes-devtools/python/python-wrapt.inc index 496c73fa8..f4a8f1951 100644 --- a/meta-python/recipes-devtools/python/python-wrapt.inc +++ b/meta-python/recipes-devtools/python/python-wrapt.inc | |||
@@ -4,8 +4,8 @@ LICENSE = "BSD-2-Clause" | |||
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "cc15c001b129f81eb2f79b15eb99ffe5" | 7 | SRC_URI[md5sum] = "6d56ed0de4336462a73350341462f45e" |
8 | SRC_URI[sha256sum] = "565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1" | 8 | SRC_URI[sha256sum] = "b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb index 85f446ef9..85f446ef9 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb | |||