diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-24 21:00:21 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-24 14:22:33 -0700 |
| commit | a2daf1bf094f57b05f0966f21894bdb872010b60 (patch) | |
| tree | 50462ecb6f5d02c13c942f7a4b82c53323d973cd /meta-python/recipes-devtools/python | |
| parent | 5cfa1275ec72a8fbbd57a2661c26ccc5e77748d6 (diff) | |
| download | meta-openembedded-a2daf1bf094f57b05f0966f21894bdb872010b60.tar.gz | |
python3-zopeinterface: upgrade 7.1.1 -> 8.2
Drop obsolete patch.
An important change is that this version supports Python 3.14.
License-Update: switch to license file instead of PKG-INFO file. The license
itself hasn't changed.
Changelog:
https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch | 24 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb (renamed from meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb) | 7 |
2 files changed, 3 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch b/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch deleted file mode 100644 index a01247fe5a..0000000000 --- a/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | From 5060ecfe6cff5110cbfbc781fc7342ad08fc6f90 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 23 Nov 2024 18:30:40 -0800 | ||
| 4 | Subject: [PATCH] Allow using setuptools > 74 | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | pyproject.toml | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 13 | index 17da486..7906a37 100644 | ||
| 14 | --- a/pyproject.toml | ||
| 15 | +++ b/pyproject.toml | ||
| 16 | @@ -3,7 +3,7 @@ | ||
| 17 | # https://github.com/zopefoundation/meta/tree/master/config/c-code | ||
| 18 | |||
| 19 | [build-system] | ||
| 20 | -requires = ["setuptools<74"] | ||
| 21 | +requires = ["setuptools"] | ||
| 22 | build-backend = "setuptools.build_meta" | ||
| 23 | |||
| 24 | [tool.coverage.run] | ||
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb index 79e00ce23e..1446d15935 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | SUMMARY = "Interface definitions for Zope products" | 1 | SUMMARY = "Interface definitions for Zope products" |
| 2 | LICENSE = "ZPL-2.1" | 2 | LICENSE = "ZPL-2.1" |
| 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" |
| 4 | 4 | ||
| 5 | PYPI_PACKAGE = "zope.interface" | 5 | 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 += "file://0001-Allow-using-setuptools-74.patch" | 9 | SRC_URI[sha256sum] = "afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224" |
| 10 | SRC_URI[sha256sum] = "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3" | ||
| 11 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
| 12 | 11 | ||
| 13 | RPROVIDES:${PN} += "zope-interfaces" | 12 | RPROVIDES:${PN} += "zope-interfaces" |
