From: Alexandru Ardelean Date: Fri, 20 Mar 2026 17:23:50 +0000 (+0000) Subject: python-zope-interface: bump to 8.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1e1166d0bad6ae5708a97b14db0d30c9c7b1832a;p=openwrt-packages.git python-zope-interface: bump to 8.2 Changelog since 8.0.1: - v8.0.1: Improve test robustness; eliminate runtime dependency on setuptools - v8.1: Drop Python 3.9 support; add Python 3.14 support - v8.2: Consolidate package metadata into pyproject.toml; add handling for Python 3.14's new __annotate_func__ attribute Full changelog: https://github.com/zopefoundation/zope.interface/releases Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index 5bfeb7b37..170d0f78b 100644 --- a/lang/python/python-zope-interface/Makefile +++ b/lang/python/python-zope-interface/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zope-interface -PKG_VERSION:=8.0.1 +PKG_VERSION:=8.2 PKG_RELEASE:=1 PYPI_NAME:=zope.interface PYPI_SOURCE_NAME:=zope_interface -PKG_HASH:=eba5610d042c3704a48222f7f7c6ab5b243ed26f917e2bc69379456b115e02d1 +PKG_HASH:=afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224 PKG_LICENSE:=ZPL-2.1 PKG_LICENSE_FILES:=LICENSE.txt