From 7aa8b35fd7dfd9b772b24185dc160388c7fad51b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 6 Jul 2022 10:07:08 +0200 Subject: [PATCH] python3-cffi: upgrade 1.15.0 -> 1.15.1 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/{python3-cffi_1.15.0.bb => python3-cffi_1.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cffi_1.15.0.bb => python3-cffi_1.15.1.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-cffi_1.15.0.bb b/meta/recipes-devtools/python/python3-cffi_1.15.1.bb similarity index 83% rename from meta/recipes-devtools/python/python3-cffi_1.15.0.bb rename to meta/recipes-devtools/python/python3-cffi_1.15.1.bb index c36f23b3dde..daa290a54e7 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.15.0.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.15.1.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[sha256sum] = "920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954" +SRC_URI[sha256sum] = "d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" inherit pypi setuptools3 -- 2.47.3