libraries/botocore: Updated for version 1.0.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-07-02 14:21:50 +03:00 committed by Willy Sudiarto Raharjo
parent a1be2e0de9
commit 20efa9078b
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for botocore
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=botocore
VERSION=${VERSION:-1.0.0b1}
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="botocore"
VERSION="1.0.0b1"
VERSION="1.0.1"
HOMEPAGE="https://github.com/boto/botocore"
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.0.0b1.tar.gz"
MD5SUM="0e2806b14a99bddfa03e1afb34019d4f"
DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.0.1.tar.gz"
MD5SUM="596512fcf8497a9c04cce9468f578494"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-dateutil jmespath bcdoc"