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

- Update indentation in hash file (two spaces)
- Update URL in Config.in as current URL returns 404 Not Found

https://github.com/zopefoundation/zope.interface/blob/5.3.0/CHANGES.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2021-04-06 21:55:49 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 1e44b1b838
commit 7133276bdf
3 changed files with 6 additions and 6 deletions

View File

@ -9,4 +9,4 @@ config BR2_PACKAGE_PYTHON_ZOPE_INTERFACE
implementation of the Design By Contract methodology support
in Python.
http://docs.zope.org/zope.interface/
https://zopeinterface.readthedocs.io/

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/zope-interface/json
md5 a3b24f9d079bae5e13dd7a88aa512112 zope.interface-4.6.0.tar.gz
sha256 1b3d0dcabc7c90b470e59e38a9acaa361be43b3a6ea644c0063951964717f0e5 zope.interface-4.6.0.tar.gz
md5 291fd76bd83dda946674af1526b6c2cd zope.interface-5.3.0.tar.gz
sha256 b18a855f8504743e0a2d8b75d008c7720d44e4c76687e13f959e35d9a13eb397 zope.interface-5.3.0.tar.gz
# Locally computed sha256 checksums
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt
sha256 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ZOPE_INTERFACE_VERSION = 4.6.0
PYTHON_ZOPE_INTERFACE_VERSION = 5.3.0
PYTHON_ZOPE_INTERFACE_SOURCE = zope.interface-$(PYTHON_ZOPE_INTERFACE_VERSION).tar.gz
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/4e/d0/c9d16bd5b38de44a20c6dc5d5ed80a49626fafcb3db9f9efdc2a19026db6
PYTHON_ZOPE_INTERFACE_SITE = https://files.pythonhosted.org/packages/b1/f8/aa59109d5345ece4820e8e7a05a97203ef21a0ac2c0460c6c929ea5be889
PYTHON_ZOPE_INTERFACE_SETUP_TYPE = setuptools
PYTHON_ZOPE_INTERFACE_LICENSE = ZPL-2.1
PYTHON_ZOPE_INTERFACE_LICENSE_FILES = LICENSE.txt