diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-05-07 05:03:46 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-11 08:12:24 +0700 |
commit | 1931df1c96c3ebaf460f267c0429371e138f6611 (patch) | |
tree | 2192c0a9cfc087e5bccd513cca990b9bdeb429a2 /python | |
parent | 40fba573f8abd262b3f92ef0343d9947f4f7fdcb (diff) |
python/python3-setuptools-opt: Updated for version 69.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-setuptools-opt/python3-setuptools-opt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild index 5ac75cd8a91db..e92d788a63c7b 100644 --- a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild +++ b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-setuptools-opt SRCNAM=setuptools -VERSION=${VERSION:-69.2.0} +VERSION=${VERSION:-69.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.info b/python/python3-setuptools-opt/python3-setuptools-opt.info index 02a55c6ed24d7..36cb763a1d13c 100644 --- a/python/python3-setuptools-opt/python3-setuptools-opt.info +++ b/python/python3-setuptools-opt/python3-setuptools-opt.info @@ -1,8 +1,8 @@ PRGNAM="python3-setuptools-opt" -VERSION="69.2.0" +VERSION="69.5.1" HOMEPAGE="https://pypi.org/project/setuptools/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-69.2.0.tar.gz" -MD5SUM="940ffdb3a2ce4f6a5ee80032aa115fc7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-69.5.1.tar.gz" +MD5SUM="645f672221ed628e888e38a9da6c5aed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |