python-zope-interface: bump to 8.2
authorAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 17:23:50 +0000 (17:23 +0000)
committerAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 05:45:42 +0000 (07:45 +0200)
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 <redacted>
lang/python/python-zope-interface/Makefile

index 5bfeb7b37b57ab78b08b4d0c544831664b019efe..170d0f78b516374d28002c66ffc31ab0eac8f322 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT