diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-10-06 21:23:09 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-10-06 21:23:09 +0800 |
commit | c7d4d1e80e920b403b4d432e826f1c37060ef9ec (patch) | |
tree | af1a26dfc7206d10153ceb42e1988ada493c37d0 /lang | |
parent | 77adfcac25549d3a0dad3b7f101f3478403e0660 (diff) |
python-zope-interface: Update to 5.1.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-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 e92f2a83a..3ce72c50b 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.0 +PKG_VERSION:=5.1.2 PKG_RELEASE:=1 PYPI_NAME:=zope.interface -PKG_HASH:=40e4c42bd27ed3c11b2c983fecfb03356fae1209de10686d03c02c8696a1d90e +PKG_HASH:=c9c8e53a5472b77f6a391b515c771105011f4b40740ce53af8428d1c8ca20004 PKG_LICENSE:=ZPL-2.1 PKG_LICENSE_FILES:=LICENSE.txt |