diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-05 19:54:40 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-08 09:32:41 +0700 |
commit | 5e51d1de754e16e4af2b99bc111378b66b603663 (patch) | |
tree | 294cc1980b3567d276b78c1cf58ff126e70ff964 /python | |
parent | b18986e4a44781d2446dd79c18af02f1d994eee0 (diff) |
python/python3-boto3: Update for 1.34.11
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-boto3/python3-boto3.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-boto3/python3-boto3.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-boto3/python3-boto3.SlackBuild b/python/python3-boto3/python3-boto3.SlackBuild index 80c0320dc04f8..12f4f0c537fa9 100644 --- a/python/python3-boto3/python3-boto3.SlackBuild +++ b/python/python3-boto3/python3-boto3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-boto3 -# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-boto3 -VERSION=${VERSION:-1.26.87} +VERSION=${VERSION:-1.34.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-boto3/python3-boto3.info b/python/python3-boto3/python3-boto3.info index 6fd7fab12b152..d7c42e70c12f2 100644 --- a/python/python3-boto3/python3-boto3.info +++ b/python/python3-boto3/python3-boto3.info @@ -1,8 +1,8 @@ PRGNAM="python3-boto3" -VERSION="1.26.87" +VERSION="1.34.11" HOMEPAGE="https://aws.amazon.com/sdk-for-python/" -DOWNLOAD="https://github.com/boto/boto3/archive/1.26.87/boto3-1.26.87.tar.gz" -MD5SUM="0ae50b50b9536fa2ce28b16e5ea8599a" +DOWNLOAD="https://github.com/boto/boto3/archive/1.34.11/boto3-1.34.11.tar.gz" +MD5SUM="a5165dbb9c1ed8c38f10b7f58d613050" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="s3transfer" |