summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-07-02 14:21:50 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-04 15:14:38 +0700
commit20efa9078b6f26314b76ec1cac1fe0e91ce8bae7 (patch)
tree5bfecdda11a3c87faf61286ec16ead0fb65fe6bb /libraries
parenta1be2e0de9a86877b3beb1345fe8fba514e9a3d5 (diff)
downloadslackbuilds-20efa9078b6f26314b76ec1cac1fe0e91ce8bae7.tar.gz
slackbuilds-20efa9078b6f26314b76ec1cac1fe0e91ce8bae7.tar.xz
libraries/botocore: Updated for version 1.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/botocore/botocore.SlackBuild4
-rw-r--r--libraries/botocore/botocore.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/botocore/botocore.SlackBuild b/libraries/botocore/botocore.SlackBuild
index 659302be19..bf2d1387eb 100644
--- a/libraries/botocore/botocore.SlackBuild
+++ b/libraries/botocore/botocore.SlackBuild
@@ -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}
diff --git a/libraries/botocore/botocore.info b/libraries/botocore/botocore.info
index c696148b0d..62dfdecebf 100644
--- a/libraries/botocore/botocore.info
+++ b/libraries/botocore/botocore.info
@@ -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"