python/python3-boto3: Update for 1.35.28

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-10-10 00:29:26 -07:00 committed by Willy Sudiarto Raharjo
parent 6e284f4163
commit ec636071ce
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-boto3
VERSION=${VERSION:-1.34.99}
VERSION=${VERSION:-1.35.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-boto3"
VERSION="1.34.99"
VERSION="1.35.28"
HOMEPAGE="https://aws.amazon.com/sdk-for-python/"
DOWNLOAD="https://github.com/boto/boto3/archive/1.34.99/boto3-1.34.99.tar.gz"
MD5SUM="584b99efa57fbac24f98dce51dc90ce1"
DOWNLOAD="https://github.com/boto/boto3/archive/1.35.28/boto3-1.35.28.tar.gz"
MD5SUM="cfc250c0c92da4162c24136d7c430e81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="s3transfer"