diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-05-20 19:59:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-24 15:03:53 +0700 |
commit | c0369732ee27bb637a9e1bbeb7aca695a1642932 (patch) | |
tree | 50e647e7d3fe1af311866b4b7053d1006d5e17cc /python | |
parent | d42ae21f929282d0ee69fbf91d8c09ba755eb2ff (diff) |
python/python3-setuptools-opt: Updated for version 80.8.0.
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 0386d3752c..874d979893 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:-80.3.1} +VERSION=${VERSION:-80.8.0} 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 b521515ca7..08a85e0db7 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="80.3.1" +VERSION="80.8.0" HOMEPAGE="https://pypi.org/project/setuptools/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-80.3.1.tar.gz" -MD5SUM="def5e5a92579663416097d8b22bb539d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-80.8.0.tar.gz" +MD5SUM="d03a14faa95c881e62e4376553363a3b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-packaging-opt python3-wheel" |