]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-cffi: upgrade 2.1.0 -> 2.1.1
authorTim Orling <tim.orling@konsulko.com>
Tue, 4 Aug 2026 15:06:00 +0000 (08:06 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Aug 2026 16:55:17 +0000 (17:55 +0100)
For a full comparison of changes (2 commits, 9 files changed), see:
https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1

Upstream release notes:
https://cffi.readthedocs.io/en/stable/whatsnew.html#v2-1-1

v2.1.1
======
* Minimize internal Python API usage for interpreter and thread state
  sampling where possible. Avoids breaking ABI change in
  Python >= 3.15.0b4. (#269)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-cffi_2.1.1.bb [moved from meta/recipes-devtools/python/python3-cffi_2.1.0.bb with 91% similarity]

similarity index 91%
rename from meta/recipes-devtools/python/python3-cffi_2.1.0.bb
rename to meta/recipes-devtools/python/python3-cffi_2.1.1.bb
index 718e43e3399024218a87933f32d899b5c10233bd..455732a2699429e23cfa6fb238fc962128ff5404 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "MIT-0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c0158ab9b75875f3bb7fea081d388818"
 DEPENDS += "libffi python3-pycparser"
 
-SRC_URI[sha256sum] = "efc1cdd798b1aaf39b4610bba7aad28c9bea9b910f25c784ccf9ec1fa719d1f9"
+SRC_URI[sha256sum] = "dd31f52ea1086513bb9df30f8fcee9b8918323ae067a3d5b78bc826a000712be"
 
 SRC_URI += "file://run-ptest"