Browse Source

python/python3-distlib: Version bump to 0.3.9

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
Jeremy Hansen 12 months ago
committed by Willy Sudiarto Raharjo
parent
commit
1dbb8b94b9
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      python/python3-distlib/python3-distlib.SlackBuild
  2. 6
      python/python3-distlib/python3-distlib.info

4
python/python3-distlib/python3-distlib.SlackBuild

@ -3,7 +3,7 @@
# Slackware build script for python3-distlib
# Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-distlib
VERSION=${VERSION:-0.3.8}
VERSION=${VERSION:-0.3.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
python/python3-distlib/python3-distlib.info

@ -1,8 +1,8 @@
PRGNAM="python3-distlib"
VERSION="0.3.8"
VERSION="0.3.9"
HOMEPAGE="https://distlib.readthedocs.io"
DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.8/distlib-0.3.8.tar.gz"
MD5SUM="aec417e2f2f834d3ab602bb019135c87"
DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.9/distlib-0.3.9.tar.gz"
MD5SUM="0c3bb7d1236c6c774cf678b46e4e0da5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"

Loading…
Cancel
Save