diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-12 07:17:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:15 +0700 |
commit | 3f96f8e2131cb4f0db229da18b2ae64b21db5a23 (patch) | |
tree | 5358db94af25d5aa1b4297b5c3c7a3f61a4a7e99 | |
parent | 8b20da3b10c670e4f6c68c7bcfbcc728beab40a5 (diff) |
python/python3-wheel: Updated for version 0.42.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-wheel/python3-wheel.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-wheel/python3-wheel.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild index 37a6e22af0a7..0945b3245dcc 100644 --- a/python/python3-wheel/python3-wheel.SlackBuild +++ b/python/python3-wheel/python3-wheel.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-wheel SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.41.3} +VERSION=${VERSION:-0.42.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-wheel/python3-wheel.info b/python/python3-wheel/python3-wheel.info index 3afa10833f5d..5f98000a9ae7 100644 --- a/python/python3-wheel/python3-wheel.info +++ b/python/python3-wheel/python3-wheel.info @@ -1,8 +1,8 @@ PRGNAM="python3-wheel" -VERSION="0.41.3" +VERSION="0.42.0" HOMEPAGE="https://github.com/pypa/wheel" -DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.41.3.tar.gz" -MD5SUM="c66db2f3a50d5659994fa974138d4002" +DOWNLOAD="https://files.pythonhosted.org/packages/source/w/wheel/wheel-0.42.0.tar.gz" +MD5SUM="802ad6e5f9336fcb1c76b7593f0cd22d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-installer" |