package/python-zope-interface: bump to version 7.0.3

Drop no longer required python-setuptools runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard
2024-09-22 01:35:45 -06:00
committed by Yann E. MORIN
parent 19be003a01
commit d7318420eb
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
bool "python-zope-interface"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
This package provides an implementation of "object
interfaces" for Python. Interfaces are a mechanism for

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/zope-interface/json
md5 5a383d71156ce6f89f59a86d957a8d65 zope.interface-5.5.2.tar.gz
sha256 bfee1f3ff62143819499e348f5b8a7f3aa0259f9aca5e0ddae7391d059dce671 zope.interface-5.5.2.tar.gz
md5 fd1cadffe80b9a1702636826c30136f0 zope.interface-7.0.3.tar.gz
sha256 cd2690d4b08ec9eaf47a85914fe513062b20da78d10d6d789a792c0b20307fb1 zope.interface-7.0.3.tar.gz
# Locally computed sha256 checksums
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ZOPE_INTERFACE_VERSION = 5.5.2
PYTHON_ZOPE_INTERFACE_VERSION = 7.0.3
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/38/6f/fbfb7dde38be7e5644bb342c4c7cdc444cd5e2ffbd70d091263b3858a8cb
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/c8/83/7de03efae7fc9a4ec64301d86e29a324f32fe395022e3a5b1a79e376668e
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt