From a915678f20b214351ba8c60ee29ad13d78b7823a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 24 Feb 2021 13:25:10 +0200 Subject: [PATCH] python3-cffi: Upgrade 1.14.4 -> 1.14.5 Upgrade to release 1.14.5: - Source fix for old gcc version - This and future releases should include wheels on more platforms Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/{python3-cffi_1.14.4.bb => python3-cffi_1.14.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cffi_1.14.4.bb => python3-cffi_1.14.5.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.14.4.bb b/meta-python/recipes-devtools/python/python3-cffi_1.14.5.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cffi_1.14.4.bb rename to meta-python/recipes-devtools/python/python3-cffi_1.14.5.bb index 45962c6ce8..16928f0dbc 100644 --- a/meta-python/recipes-devtools/python/python3-cffi_1.14.4.bb +++ b/meta-python/recipes-devtools/python/python3-cffi_1.14.5.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[sha256sum] = "1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c" +SRC_URI[sha256sum] = "fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c" inherit pypi setuptools3