From: Wang Mingyu <[email protected]> Changelog: =========== -Add support for Python 3.12. -Drop support for end-of-life Python versions (2.7, 3.6, 3.7). -Add support for PEP517 builds; setuptools is now a required build dependency. -Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels. -Move project source under src/; a more standard layout that also enables CI to more easily catch packaging errors.
Signed-off-by: Wang Mingyu <[email protected]> --- .../python/{python3-cffi_1.15.1.bb => python3-cffi_1.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cffi_1.15.1.bb => python3-cffi_1.16.0.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-cffi_1.15.1.bb b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb similarity index 83% rename from meta/recipes-devtools/python/python3-cffi_1.15.1.bb rename to meta/recipes-devtools/python/python3-cffi_1.16.0.bb index daa290a54e..a351029ef2 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.15.1.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[sha256sum] = "d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" +SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" inherit pypi setuptools3 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#189048): https://lists.openembedded.org/g/openembedded-core/message/189048 Mute This Topic: https://lists.openembedded.org/mt/101936465/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
