diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-11-10 05:01:00 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-11-10 05:01:00 +0800 |
commit | 9f934e5ca7fc875fabfc4aab2e2062bebfcf6cce (patch) | |
tree | 637bf7b4e8d39a8224f9ec6aa8391112372eb866 /lang/python | |
parent | 5c6a3f78a8a9ecf899a186eb81f7c99860277206 (diff) |
python-zope-interface: Update to 5.2.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-zope-interface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index 3ce72c50b..02a746d5f 100644 --- a/lang/python/python-zope-interface/Makefile +++ b/lang/python/python-zope-interface/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zope-interface -PKG_VERSION:=5.1.2 +PKG_VERSION:=5.2.0 PKG_RELEASE:=1 PYPI_NAME:=zope.interface -PKG_HASH:=c9c8e53a5472b77f6a391b515c771105011f4b40740ce53af8428d1c8ca20004 +PKG_HASH:=8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24 PKG_LICENSE:=ZPL-2.1 PKG_LICENSE_FILES:=LICENSE.txt |