From a2daf1bf094f57b05f0966f21894bdb872010b60 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 24 Mar 2026 21:00:21 +0100 Subject: 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 Signed-off-by: Khem Raj --- .../0001-Allow-using-setuptools-74.patch | 24 ---------------------- .../python/python3-zopeinterface_7.1.1.bb | 24 ---------------------- .../python/python3-zopeinterface_8.2.bb | 23 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 48 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch delete mode 100644 meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb (limited to 'meta-python') 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 @@ -From 5060ecfe6cff5110cbfbc781fc7342ad08fc6f90 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 23 Nov 2024 18:30:40 -0800 -Subject: [PATCH] Allow using setuptools > 74 - -Upstream-Status: Pending -Signed-off-by: Khem Raj ---- - pyproject.toml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/pyproject.toml b/pyproject.toml -index 17da486..7906a37 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -3,7 +3,7 @@ - # https://github.com/zopefoundation/meta/tree/master/config/c-code - - [build-system] --requires = ["setuptools<74"] -+requires = ["setuptools"] - build-backend = "setuptools.build_meta" - - [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_7.1.1.bb deleted file mode 100644 index 79e00ce23e..0000000000 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Interface definitions for Zope products" -LICENSE = "ZPL-2.1" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e54fd776274c1b7423ec128974bd9d46" - -PYPI_PACKAGE = "zope.interface" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_setuptools_build_meta -SRC_URI += "file://0001-Allow-using-setuptools-74.patch" -SRC_URI[sha256sum] = "4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3" -PACKAGES =. "${PN}-test " - -RPROVIDES:${PN} += "zope-interfaces" - -RDEPENDS:${PN}: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 \ -" diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.bb new file mode 100644 index 0000000000..1446d15935 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_8.2.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] = "afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224" +PACKAGES =. "${PN}-test " + +RPROVIDES:${PN} += "zope-interfaces" + +RDEPENDS:${PN}: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