diff options
-rw-r--r-- | python/boto3/README | 6 | ||||
-rw-r--r-- | python/boto3/boto3.SlackBuild | 2 | ||||
-rw-r--r-- | python/boto3/boto3.info | 8 |
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" |