python/boto3: Updated for version 1.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1e0f4b2fa8
commit
dd3af35b84
|
@ -1,13 +1,9 @@
|
|||
Boto is the Amazon Web Services (AWS) Software Development Kit (SDK) for
|
||||
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for
|
||||
Python, which allows Python developers to write software that makes use
|
||||
of services like Amazon S3 and Amazon EC2. You can find the latest, most
|
||||
up to date, documentation at `Read the Docs`_, including a list of
|
||||
services that are supported.
|
||||
|
||||
**WARNING**: Boto 3 is in *developer preview* and **should not** be used in
|
||||
production yet! Please try it out and give feedback by opening issues or
|
||||
pull requests on this repository.
|
||||
|
||||
Note: boto3 can be installed alongside boto.
|
||||
|
||||
Optional dependencies: pysetuptools
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=boto3
|
||||
VERSION=${VERSION:-0.0.6}
|
||||
VERSION=${VERSION:-1.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="boto3"
|
||||
VERSION="0.0.6"
|
||||
VERSION="1.1.4"
|
||||
HOMEPAGE="http://aws.amazon.com/sdk-for-python/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/boto3/boto3-0.0.6.tar.gz"
|
||||
MD5SUM="b3033c41e896e929fd57a5e05f856cfb"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/b/boto3/boto3-1.1.4.tar.gz"
|
||||
MD5SUM="a1a2738a8d24f0e5ff40b143e69979d0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="botocore bcdoc"
|
||||
REQUIRES="botocore futures"
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
|
|
Loading…
Reference in New Issue