mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python-swiftclient: Updated for version 3.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6420333a42
commit
7efd7c29ba
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue