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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-06-02 18:07:51 +08:00
committed by Khem Raj
parent 4ba309bd44
commit 2074aa8e0d
@@ -6,7 +6,7 @@ PYPI_PACKAGE = "zope_interface"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "9dbee7925a23aa6349738892c911019d4095a96cff487b743482073ecbc174a8"
SRC_URI[sha256sum] = "7a3ba1c5877f0f3e3906b02ddf793abed2becc2948116414ce0e1dd820b68d6d"
PACKAGES =. "${PN}-test "
RPROVIDES:${PN} += "zope-interfaces"