diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-04-27 12:31:11 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-03 09:37:15 +0700 |
commit | a75b1ef94e5169ee38dba96da7e8a9b9391f11b8 (patch) | |
tree | e2c12598495eddd55027adcd17025d4704f14b19 /python | |
parent | fb189b3393e495136a3c40601d086560f2108715 (diff) |
python/python3-setuptools-opt: Updated for version 80.1.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 40f96b123b..98200a4326 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:-79.0.1} +VERSION=${VERSION:-80.1.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 3d44adc9ee..f93f302619 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="79.0.1" +VERSION="80.1.0" HOMEPAGE="https://pypi.org/project/setuptools/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-79.0.1.tar.gz" -MD5SUM="652d999eca1412525c01e4c5b6e2275b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-80.1.0.tar.gz" +MD5SUM="5166c89fb80c5b05a51ca4034ffae788" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-packaging-opt python3-wheel" |