summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2015-09-27 21:19:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-27 21:19:45 +0700
commitdd3af35b84445fbf15da76fd0e148d27fc8a386f (patch)
treec6841b867a7127ab0d51c457197f83b751cd942e /python
parent1e0f4b2fa8bb39b5c4fa19243436a52b478d9bac (diff)
downloadslackbuilds-dd3af35b84445fbf15da76fd0e148d27fc8a386f.tar.gz
slackbuilds-dd3af35b84445fbf15da76fd0e148d27fc8a386f.tar.xz
python/boto3: Updated for version 1.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/boto3/README6
-rw-r--r--python/boto3/boto3.SlackBuild2
-rw-r--r--python/boto3/boto3.info8
3 files changed, 6 insertions, 10 deletions
diff --git a/python/boto3/README b/python/boto3/README
index e3ccaeefad..c32f866174 100644
--- a/python/boto3/README
+++ b/python/boto3/README
@@ -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
diff --git a/python/boto3/boto3.SlackBuild b/python/boto3/boto3.SlackBuild
index 356717ea76..1a72c49190 100644
--- a/python/boto3/boto3.SlackBuild
+++ b/python/boto3/boto3.SlackBuild
@@ -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}
diff --git a/python/boto3/boto3.info b/python/boto3/boto3.info
index b7ebe4e470..a06b7b9c6c 100644
--- a/python/boto3/boto3.info
+++ b/python/boto3/boto3.info
@@ -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"