diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-15 13:05:11 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 10:22:25 +0700 |
commit | a24c62930ef59e8bfd8fe2fce08d7af02ef129b3 (patch) | |
tree | 614a5a6d410f26b1de9503558042592d963d421e | |
parent | ad9020b7c9be297a0805afea7db52ba37a3676d5 (diff) |
python/python3-setuptools-opt: Updated for version 69.2.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 87025e4b410e3..ab5aeafb2c524 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.1.1} +VERSION=${VERSION:-69.2.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 015eeeb4dae79..02a55c6ed24d7 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.1.1" +VERSION="69.2.0" HOMEPAGE="https://pypi.org/project/setuptools/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-69.1.1.tar.gz" -MD5SUM="bfad5bc64d49984f98fca0de77687f99" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-69.2.0.tar.gz" +MD5SUM="940ffdb3a2ce4f6a5ee80032aa115fc7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |