python/python-swiftclient: Updated for version 2.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
24d18e249a
commit
bb9327f6b2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python-swiftclient
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# 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=python-swiftclient
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
VERSION=${VERSION:-2.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python-swiftclient"
|
||||
VERSION="2.3.1"
|
||||
VERSION="2.6.0"
|
||||
HOMEPAGE="http://www.openstack.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-2.3.1.tar.gz"
|
||||
MD5SUM="7ad68f32a9df6ef7bb81878261b89ab6"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-2.6.0.tar.gz"
|
||||
MD5SUM="bc02b10328d763be2f1ea1b282a91456"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-requests simplejson six futures"
|
||||
REQUIRES="python-requests six futures pbr"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue