summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-07-11 02:00:12 +0200
committer Willy Sudiarto Raharjo2015-07-12 05:40:36 +0200
commit44aefe2e06325adefd62a492baf1ca65ddb14893 (patch)
tree87352e515db7570caa35d579d6926ba2cb48c214
parentdc9c6958e9260f9603c22f3ab04759eb6bb7b41e (diff)
downloadslackbuilds-44aefe2e06325adefd62a492baf1ca65ddb14893.tar.gz
python/stevedore: Updated for version 1.6.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 621267911b..2075661d91 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-2015 Dimitris Zlatanidis Orestiada, Greece
+# 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.5.0}
+VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info
index 490445cb5d..7fb1d6071e 100644
--- a/python/stevedore/stevedore.info
+++ b/python/stevedore/stevedore.info
@@ -1,8 +1,8 @@
PRGNAM="stevedore"
-VERSION="1.5.0"
+VERSION="1.6.0"
HOMEPAGE="https://github.com/dreamhost/stevedore"
-DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.5.0.tar.gz"
-MD5SUM="e8c98db3f12f36cd23158dfde2431c81"
+DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.6.0.tar.gz"
+MD5SUM="c53fc7d4408f715339e7fd3e8189ca4e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pbr six"