diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-14 06:06:18 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 19:07:16 +0700 |
commit | b9276a1f12a0e84b589a24b7106364f0b4fa6263 (patch) | |
tree | d5486de25bcaf9a94e18f95a08c35b6a7ad6554b /python | |
parent | 8370eeca1137f566bcbd7bfc186206d5cb77a7d6 (diff) | |
download | slackbuilds-b9276a1f12a0e84b589a24b7106364f0b4fa6263.tar.gz |
python/s3transfer: Updated for version 0.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/s3transfer/s3transfer.SlackBuild | 2 | ||||
-rw-r--r-- | python/s3transfer/s3transfer.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/s3transfer/s3transfer.SlackBuild b/python/s3transfer/s3transfer.SlackBuild index dfe7a9fad0..5c04bff653 100644 --- a/python/s3transfer/s3transfer.SlackBuild +++ b/python/s3transfer/s3transfer.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s3transfer -VERSION=${VERSION:-0.1.3} +VERSION=${VERSION:-0.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/s3transfer/s3transfer.info b/python/s3transfer/s3transfer.info index 4c09ea5a99..5361e194bb 100644 --- a/python/s3transfer/s3transfer.info +++ b/python/s3transfer/s3transfer.info @@ -1,8 +1,8 @@ PRGNAM="s3transfer" -VERSION="0.1.3" +VERSION="0.1.4" HOMEPAGE="https://github.com/boto/s3transfer" -DOWNLOAD="https://pypi.python.org/packages/d4/6e/1e9014fa7d3e8cd1f0c717321cea628606f61d24991c8945eb464ae4b325/s3transfer-0.1.3.tar.gz" -MD5SUM="8001ab82015f085facd42e948d5d569d" +DOWNLOAD="https://pypi.python.org/packages/a3/e9/24937eaf1ffccb5f7861b24b45cd3ef13c09e21f6932466cc2862021ab70/s3transfer-0.1.4.tar.gz" +MD5SUM="4ddecf1ad55accd86fd4491926d6a17a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="botocore futures" |