diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-22 20:33:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-30 07:33:33 +0700 |
commit | 175dd6f8ecc541fd5c079df93b311cef1c60557d (patch) | |
tree | fcc8d5e2f34be773e42de9e3828a4fd00a60efc1 /python | |
parent | 882fbfed9114eae966bc5ebee96466b938e94559 (diff) |
python/python3-setuptools-opt: Updated for version 69.0.3.
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-setuptools-opt/python3-setuptools-opt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild b/python/python3-setuptools-opt/python3-setuptools-opt.SlackBuild index 9291086671e02..5f3ab1e14069b 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:-65.1.1} +VERSION=${VERSION:-69.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -108,7 +108,7 @@ else fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES.rst LICENSE PKG-INFO README.rst \ +cp -a NEWS.rst LICENSE PKG-INFO README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-setuptools-opt/python3-setuptools-opt.info b/python/python3-setuptools-opt/python3-setuptools-opt.info index 3b52b70345f49..a246253ec8c3a 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="65.1.1" +VERSION="69.0.3" HOMEPAGE="https://pypi.org/project/setuptools/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-65.1.1.tar.gz" -MD5SUM="5b164fbb171cfcc20a9db3c9a6baa66e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-69.0.3.tar.gz" +MD5SUM="b82de45aaa6b9bb911226660212ebb83" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |