From 2074aa8e0d47ea5c6d6cebca84941e56e9cdd114 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jun 2026 18:07:51 +0800 Subject: python3-zopeinterface: upgrade 8.4 -> 8.5 Changelog: =========== - Build and upload free-threaded (cp314t, cp315t) wheels for all platforms. - Replace all remaining PyDict_GetItem() calls in the C extension with exception-safe alternatives (PyDict_Contains, PyDict_GetItemWithError). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-zopeinterface_8.5.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb (limited to 'meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb') diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb new file mode 100644 index 0000000000..a148622f13 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb @@ -0,0 +1,23 @@ +SUMMARY = "Interface definitions for Zope products" +LICENSE = "ZPL-2.1" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" + +PYPI_PACKAGE = "zope_interface" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_setuptools_build_meta +SRC_URI[sha256sum] = "7a3ba1c5877f0f3e3906b02ddf793abed2becc2948116414ce0e1dd820b68d6d" +PACKAGES =. "${PN}-test " + +RPROVIDES:${PN} += "zope-interfaces" + +RDEPENDS:${PN}:append:class-target = " python3-datetime" +RDEPENDS:${PN}-test += "python3-unittest python3-doctest" + +FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" +FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" +FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" +FILES:${PN}-test += " \ + ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ + ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ +" -- cgit v1.2.3-54-g00ecf