diff options
author | Dimitris Zlatanidis | 2016-03-07 20:06:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2016-03-12 00:42:46 +0100 |
commit | 7efd7c29bab21875f88ecfe95e2687a40a92b053 (patch) | |
tree | d2594cd0e93ea37eea6692fb11b764c47471ab5b /python/python-swiftclient | |
parent | 6420333a425dcf9f82637968cebde0f66a8913d3 (diff) | |
download | slackbuilds-7efd7c29bab21875f88ecfe95e2687a40a92b053.tar.gz |
python/python-swiftclient: Updated for version 3.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-swiftclient')
-rw-r--r-- | python/python-swiftclient/python-swiftclient.SlackBuild | 4 | ||||
-rw-r--r-- | python/python-swiftclient/python-swiftclient.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-swiftclient/python-swiftclient.SlackBuild b/python/python-swiftclient/python-swiftclient.SlackBuild index e88b33b25d..9a6f1908a1 100644 --- a/python/python-swiftclient/python-swiftclient.SlackBuild +++ b/python/python-swiftclient/python-swiftclient.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-swiftclient -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 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=python-swiftclient -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-swiftclient/python-swiftclient.info b/python/python-swiftclient/python-swiftclient.info index bec40d0274..a5823ab1f2 100644 --- a/python/python-swiftclient/python-swiftclient.info +++ b/python/python-swiftclient/python-swiftclient.info @@ -1,8 +1,8 @@ PRGNAM="python-swiftclient" -VERSION="2.7.0" +VERSION="3.0.0" HOMEPAGE="http://www.openstack.org/" -DOWNLOAD="https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-2.7.0.tar.gz" -MD5SUM="e04710f3a74dccefd64bc75f866dd37e" +DOWNLOAD="https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-3.0.0.tar.gz" +MD5SUM="88740cc4258b980d166e98d8a42c4da7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests six futures pbr" |