From: Alexander Kanavin Date: Wed, 6 Jul 2022 08:07:08 +0000 (+0200) Subject: python3-cffi: upgrade 1.15.0 -> 1.15.1 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3678 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7aa8b35fd7dfd9b772b24185dc160388c7fad51b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-cffi: upgrade 1.15.0 -> 1.15.1 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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