diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-07-09 19:01:47 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-13 07:47:24 +0700 |
commit | f7213d7112bf82c9ec69bc07ad72b4dc9af474ce (patch) | |
tree | ee54b0b083f6deeb71c520475ec788aa1d8c6ab6 | |
parent | b548d5be7f346de3adebc1afd9f9ab998e157de4 (diff) |
python/python3-setuptools-opt: Updated for version 70.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 5c1229c70a..61b69d2f93 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:-70.1.0} +VERSION=${VERSION:-70.3.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 07d3ae4a46..cc508a9621 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="70.1.0" +VERSION="70.3.0" HOMEPAGE="https://pypi.org/project/setuptools/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-70.1.0.tar.gz" -MD5SUM="5b2697b2e8d8b750e3e5738a6e04a099" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-70.3.0.tar.gz" +MD5SUM="2ba75817d4b434bb6e3d67d48a808457" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |