diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-02 18:07:51 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:45 -0700 |
| commit | 2074aa8e0d47ea5c6d6cebca84941e56e9cdd114 (patch) | |
| tree | b5889727da9cb0fed2a10436752f929454d1c19e /meta-python/recipes-devtools | |
| parent | 4ba309bd4452f575e89f3c80e6c45c1676c96754 (diff) | |
| download | meta-openembedded-2074aa8e0d47ea5c6d6cebca84941e56e9cdd114.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb index 51169e04f7..a148622f13 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_8.4.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.5.bb | |||
| @@ -6,7 +6,7 @@ PYPI_PACKAGE = "zope_interface" | |||
| 6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 6 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 7 | 7 | ||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | SRC_URI[sha256sum] = "9dbee7925a23aa6349738892c911019d4095a96cff487b743482073ecbc174a8" | 9 | SRC_URI[sha256sum] = "7a3ba1c5877f0f3e3906b02ddf793abed2becc2948116414ce0e1dd820b68d6d" |
| 10 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
| 11 | 11 | ||
| 12 | RPROVIDES:${PN} += "zope-interfaces" | 12 | RPROVIDES:${PN} += "zope-interfaces" |
