mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python-swiftclient: Updated for version 2.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
97502849b8
commit
f54a145078
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-swiftclient
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python-swiftclient"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://www.openstack.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-2.2.0.tar.gz"
|
||||
MD5SUM="5173427dc061aa9dee8c5cc11d309e48"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/python-swiftclient/python-swiftclient-2.3.1.tar.gz"
|
||||
MD5SUM="7ad68f32a9df6ef7bb81878261b89ab6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools python-requests simplejson six"
|
||||
REQUIRES="python-requests simplejson six futures"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue