libraries/botocore: Updated for version 1.32.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f3d8714b5
commit
49a44394b9
|
@ -1,3 +1,5 @@
|
|||
The low-level, core functionality of boto 3.
|
||||
A low-level interface to a growing number of Amazon Web Services.
|
||||
The botocore package is the foundation for AWS-CLI.
|
||||
|
||||
Optional dependencies: awscrt
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=botocore
|
||||
VERSION=${VERSION:-1.31.76}
|
||||
VERSION=${VERSION:-1.32.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="botocore"
|
||||
VERSION="1.31.76"
|
||||
VERSION="1.32.3"
|
||||
HOMEPAGE="https://github.com/boto/botocore"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/35/1c/12cbcac18268412be5fb24b6d0341b763bde24ed36d9b4a620b0063791dc/botocore-1.31.76.tar.gz"
|
||||
MD5SUM="7921cd40e2f489484d75fc465bd78754"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/de/d1/6bbd2a3ade785ff5af9f46c0865c3e7e0f1e4d3c99e9530756ffda9cc1aa/botocore-1.32.3.tar.gz"
|
||||
MD5SUM="c4b4d0da3155cec1f24fc22421466aee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dateutil jmespath"
|
||||
|
|
Loading…
Reference in New Issue