Browse Source
Merge pull request #13584 from ja-pa/python-zipp-3.3.0
python-zipp: update to version 3.3.0
lilik-openwrt-22.03
Rosen Penev
4 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-zipp/Makefile
|
|
@ -1,11 +1,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-zipp |
|
|
|
PKG_VERSION:=3.2.0 |
|
|
|
PKG_VERSION:=3.3.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=zipp |
|
|
|
PKG_HASH:=b52f22895f4cfce194bc8172f3819ee8de7540aa6d873535a8668b730b8b411f |
|
|
|
PKG_HASH:=64ad89efee774d1897a58607895d80789c59778ea02185dd846ac38394a8642b |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|