libraries/botocore: Updated for version 1.29.87.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73c55ef9dc
commit
484f56bfa3
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for botocore
|
||||
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=botocore
|
||||
VERSION=${VERSION:-1.29.21}
|
||||
VERSION=${VERSION:-1.29.87}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="botocore"
|
||||
VERSION="1.29.21"
|
||||
VERSION="1.29.87"
|
||||
HOMEPAGE="https://github.com/boto/botocore"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/01/ea/f314032e746e4190571333da688c626312276fa699b8826dce3e3680af34/botocore-1.29.21.tar.gz"
|
||||
MD5SUM="df497052c2cab27ae00265b05f9772d0"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/90/e8/19b4b72b31265cefd4fe2498b91ce7556171f0e4b2a2cb640ca9be576554/botocore-1.29.87.tar.gz"
|
||||
MD5SUM="cb08a0aea3016092d959ba375c9d3de2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dateutil jmespath bcdoc"
|
||||
|
|
Loading…
Reference in New Issue