diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-06 18:20:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:49:06 +0700 |
commit | df6f3da1fc46315d39ee65b4e966a1d08a85ff6a (patch) | |
tree | 1a044f4bda84001d6ae1d4941d5917b42125d593 /libraries | |
parent | f42919185d981fa3ea428ea7be3db281b15c45dc (diff) |
libraries/botocore: Updated for version 1.33.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/botocore/botocore.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/botocore/botocore.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/botocore/botocore.SlackBuild b/libraries/botocore/botocore.SlackBuild index bbd2d8fcc3d74..f2e4f94e7f4bc 100644 --- a/libraries/botocore/botocore.SlackBuild +++ b/libraries/botocore/botocore.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=botocore -VERSION=${VERSION:-1.33.1} +VERSION=${VERSION:-1.33.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE.txt PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE.txt NOTICE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/botocore/botocore.info b/libraries/botocore/botocore.info index 1caa5a5188c83..6ee96b17bc354 100644 --- a/libraries/botocore/botocore.info +++ b/libraries/botocore/botocore.info @@ -1,8 +1,8 @@ PRGNAM="botocore" -VERSION="1.33.1" +VERSION="1.33.8" HOMEPAGE="https://github.com/boto/botocore" -DOWNLOAD="https://files.pythonhosted.org/packages/3b/01/0f22b3c6d0578d163c967d4b3fbeaee8fb0697d9d5c1c33926f8551bd0ac/botocore-1.33.1.tar.gz" -MD5SUM="daf8d172eb552c884f702a0e1c419640" +DOWNLOAD="https://github.com/boto/botocore/archive/1.33.8/botocore-1.33.8.tar.gz" +MD5SUM="972f0c184a9d9530f5ab7c6d08afc9bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-dateutil jmespath" |