From: Wang Mingyu <[email protected]> Changelog: ========== - Python 3.14 added. - Fix SystemError: buffer overflow on Python 3.14+ on 64-bit systems by using c_ulong instead of c_uint32 for I2C_FUNCS ioctl.
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-smbus2_0.5.0.bb => python3-smbus2_0.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-smbus2_0.5.0.bb => python3-smbus2_0.6.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.5.0.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.6.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-smbus2_0.5.0.bb rename to meta-python/recipes-devtools/python/python3-smbus2_0.6.0.bb index dc73f915e0..33613d9abe 100644 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.6.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba" inherit pypi setuptools3 -SRC_URI[sha256sum] = "4a5946fd82277870c2878befdb1a29bb28d15cda14ea4d8d2d54cf3d4bdcb035" +SRC_URI[sha256sum] = "9b5ff1e998e114730f9dfe0c4babbef06c92468cfb61eaa684e30f225661b95b" CLEANBROKEN = "1" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122873): https://lists.openembedded.org/g/openembedded-devel/message/122873 Mute This Topic: https://lists.openembedded.org/mt/116927041/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
