Browse Source
Merge pull request #15830 from jefferyto/python-zope-interface-5.4.0
python-zope-interface: Update to 5.4.0
lilik-openwrt-22.03
Josef Schlehofer
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-zope-interface/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-zope-interface |
|
|
|
PKG_VERSION:=5.2.0 |
|
|
|
PKG_VERSION:=5.4.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=zope.interface |
|
|
|
PKG_HASH:=8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24 |
|
|
|
PKG_HASH:=5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e |
|
|
|
|
|
|
|
PKG_LICENSE:=ZPL-2.1 |
|
|
|
PKG_LICENSE_FILES:=LICENSE.txt |
|
|
|