Browse Source
Merge pull request #11929 from jefferyto/python-zope-interface-5.1.0
python-zope-interface: Update to 5.1.0
lilik-openwrt-22.03
Hannu Nyman
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
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 |
|
|
|