summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-06-03 15:37:10 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-07 22:09:54 +0700
commitcce41d06201abcb28c6103b2190e3c688afe5799 (patch)
tree6027c206109b35098c913dbf2d830b268847080b /python
parentf8d8ddd73b4a9b4c3f9afabbe71e2f7bd14f22ce (diff)
downloadslackbuilds-cce41d06201abcb28c6103b2190e3c688afe5799.tar.gz
slackbuilds-cce41d06201abcb28c6103b2190e3c688afe5799.tar.xz
python/stevedore: Updated for version 1.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/stevedore/stevedore.SlackBuild4
-rw-r--r--python/stevedore/stevedore.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild
index d03b7b2857..621267911b 100644
--- a/python/stevedore/stevedore.SlackBuild
+++ b/python/stevedore/stevedore.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for stevedore
# Copyright <2013> <vvoody> <Shanghai>
-# 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
@@ -25,7 +25,7 @@
PRGNAM=stevedore
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info
index a2f224fcd1..490445cb5d 100644
--- a/python/stevedore/stevedore.info
+++ b/python/stevedore/stevedore.info
@@ -1,8 +1,8 @@
PRGNAM="stevedore"
-VERSION="1.2.0"
+VERSION="1.5.0"
HOMEPAGE="https://github.com/dreamhost/stevedore"
-DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.2.0.tar.gz"
-MD5SUM="bd82728ab03e62121fbbb077bcd55fdb"
+DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.5.0.tar.gz"
+MD5SUM="e8c98db3f12f36cd23158dfde2431c81"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pbr six"