diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-05 01:49:36 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 22:09:56 +0700 |
commit | 6de3900ebb0e48e90dee3fc486e4d0bc5a722c25 (patch) | |
tree | eca9ea9b2a724d66b501fdfc62c589ee07d44861 | |
parent | 910c8b122c5b95bd945671db9bfc9e9729798154 (diff) | |
download | slackbuilds-6de3900ebb0e48e90dee3fc486e4d0bc5a722c25.tar.gz |
libraries/botocore: Updated for version 1.0.0b1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | libraries/botocore/botocore.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/botocore/botocore.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/botocore/botocore.SlackBuild b/libraries/botocore/botocore.SlackBuild index 9799dbf474..659302be19 100644 --- a/libraries/botocore/botocore.SlackBuild +++ b/libraries/botocore/botocore.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=botocore -VERSION=${VERSION:-1.0.0a3} +VERSION=${VERSION:-1.0.0b1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/botocore/botocore.info b/libraries/botocore/botocore.info index 655c44e5a6..3568121044 100644 --- a/libraries/botocore/botocore.info +++ b/libraries/botocore/botocore.info @@ -1,10 +1,10 @@ PRGNAM="botocore" -VERSION="1.0.0a3" +VERSION="1.0.0b1" HOMEPAGE="https://github.com/boto/botocore" -DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.0.0a3.tar.gz" -MD5SUM="e36b9ca3cd3b3ad5e66b79826d75458b" +DOWNLOAD="https://pypi.python.org/packages/source/b/botocore/botocore-1.0.0b1.tar.gz" +MD5SUM="8de9d83df9f63626ef513fda796c56fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-dateutil jmespath" +REQUIRES="python-dateutil jmespath bcdoc" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |