From 47a6b2b73190d5dbe7d6100bea097e414bff47b2 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 9 Mar 2020 21:13:00 +0000 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-wrapt.inc | 4 ++-- meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb | 2 -- meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-wrapt.inc b/meta-python/recipes-devtools/python/python-wrapt.inc index 496c73fa8f..f4a8f19513 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" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" -SRC_URI[md5sum] = "cc15c001b129f81eb2f79b15eb99ffe5" -SRC_URI[sha256sum] = "565a021fd19419476b9362b05eeaa094178de64f8361e44468f9e9d7843901e1" +SRC_URI[md5sum] = "6d56ed0de4336462a73350341462f45e" +SRC_URI[sha256sum] = "b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7" inherit pypi diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb deleted file mode 100644 index 85f446ef98..0000000000 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.11.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-wrapt.inc diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb new file mode 100644 index 0000000000..85f446ef98 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-wrapt.inc -- cgit v1.2.3-54-g00ecf