diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-08-30 19:20:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:37 +0700 |
commit | 7986599961be773f22bac2d401be5f7a2b5886f0 (patch) | |
tree | 035682a2fb00a6ef6816a4481c1af52fca421423 | |
parent | 93ffe045ce7155da6e80befcbb3331994c5dad98 (diff) |
python/python3-distlib: Updated for version 0.3.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-distlib/python3-distlib.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-distlib/python3-distlib.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-distlib/python3-distlib.SlackBuild b/python/python3-distlib/python3-distlib.SlackBuild index a018d358901f1..7262cf8833a35 100644 --- a/python/python3-distlib/python3-distlib.SlackBuild +++ b/python/python3-distlib/python3-distlib.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-distlib # Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-distlib -VERSION=${VERSION:-0.3.6} +VERSION=${VERSION:-0.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-distlib/python3-distlib.info b/python/python3-distlib/python3-distlib.info index 57ea896378bb2..755d7906c3d9e 100644 --- a/python/python3-distlib/python3-distlib.info +++ b/python/python3-distlib/python3-distlib.info @@ -1,8 +1,8 @@ PRGNAM="python3-distlib" -VERSION="0.3.6" +VERSION="0.3.7" HOMEPAGE="https://distlib.readthedocs.io" -DOWNLOAD="https://github.com/pypa/distlib/releases/download/0.3.6/distlib-0.3.6.tar.gz" -MD5SUM="f60ba4e3f8e76c214d3d00b2227a16f7" +DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.7/distlib-0.3.7.tar.gz" +MD5SUM="08fb3188f5a5c80b1d528b57febf5c52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |