diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-22 23:06:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 23:06:24 +0300 |
commit | d6dd2aa97326db9c47a4a01bce06340ffcff5176 (patch) | |
tree | cf3abe596f8a897af7da0793e409b591ea13135e /lang | |
parent | ebd05cf227c0f65d17988e905e85e404668a4ba7 (diff) | |
parent | 2e14e639c44275c085a023ca82fbc9fc5cb073d3 (diff) |
Merge pull request #11929 from jefferyto/python-zope-interface-5.1.0
python-zope-interface: Update to 5.1.0
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-zope-interface/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index 23ab41be9..e92f2a83a 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.0.2 -PKG_RELEASE:=2 +PKG_VERSION:=5.1.0 +PKG_RELEASE:=1 PYPI_NAME:=zope.interface -PKG_HASH:=67267aa6764f488833f92d9d6889239af92bd80b4c99cc76e7f847f660e660fa +PKG_HASH:=40e4c42bd27ed3c11b2c983fecfb03356fae1209de10686d03c02c8696a1d90e PKG_LICENSE:=ZPL-2.1 PKG_LICENSE_FILES:=LICENSE.txt |