diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-06-21 01:23:09 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 20:26:44 +0700 |
commit | 715c17afff93f2675c024c25219d4e10d64a4570 (patch) | |
tree | 9919e9f04d87230b4fcae7a017ded529e114d864 /python | |
parent | 5d95fd989aa9c1f3ca4429affa23d475c6e9e9ec (diff) |
python/python-zipp: Updated for version 3.19.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-zipp/python-zipp.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-zipp/python-zipp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-zipp/python-zipp.SlackBuild b/python/python-zipp/python-zipp.SlackBuild index 109e154d76..c68ea0d7f6 100644 --- a/python/python-zipp/python-zipp.SlackBuild +++ b/python/python-zipp/python-zipp.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-zipp -VERSION=${VERSION:-3.18.1} +VERSION=${VERSION:-3.19.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python-zipp/python-zipp.info b/python/python-zipp/python-zipp.info index 549d99aa42..e741b9faf9 100644 --- a/python/python-zipp/python-zipp.info +++ b/python/python-zipp/python-zipp.info @@ -1,8 +1,8 @@ PRGNAM="python-zipp" -VERSION="3.18.1" +VERSION="3.19.2" HOMEPAGE="https://github.com/jaraco/zipp" -DOWNLOAD="https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.18.1.tar.gz" -MD5SUM="35d5af28231d6464fe2c2bea05d306dd" +DOWNLOAD="https://files.pythonhosted.org/packages/source/z/zipp/zipp-3.19.2.tar.gz" +MD5SUM="2b920c3f604b1d51bf6c2e7c4af99129" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |