python/boto3: Updated for version 1.1.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2015-09-27 21:19:45 +07:00 committed by Willy Sudiarto Raharjo
parent 1e0f4b2fa8
commit dd3af35b84
3 changed files with 6 additions and 10 deletions

View File

@ -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

View File

@ -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}

View File

@ -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"