summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-02-11 05:28:21 +0200
committer Robby Workman <rworkman@slackbuilds.org>2016-02-11 18:37:52 -0600
commitbdea21822d6fbb5b02c9db70a37c0e5505e021b6 (patch)
tree87a2a049ab582a75fc7b052ecf4c346e7c8f40f2 /python
parentbe57138cf5e3bac9c8914ce343453fed1b86fa53 (diff)
downloadslackbuilds-bdea21822d6fbb5b02c9db70a37c0e5505e021b6.tar.gz
slackbuilds-bdea21822d6fbb5b02c9db70a37c0e5505e021b6.tar.xz
python/stevedore: Updated for version 1.11.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 64790c8c7f..44d8c157a5 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-2016 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.10.0}
+VERSION=${VERSION:-1.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info
index c9268e31b9..849e5b8f08 100644
--- a/python/stevedore/stevedore.info
+++ b/python/stevedore/stevedore.info
@@ -1,8 +1,8 @@
PRGNAM="stevedore"
-VERSION="1.10.0"
+VERSION="1.11.0"
HOMEPAGE="https://github.com/dreamhost/stevedore"
-DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.10.0.tar.gz"
-MD5SUM="01117561e6156d3c4780ce869fc245b6"
+DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.11.0.tar.gz"
+MD5SUM="902f31620ab85d5447621c28ddb2e3e4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pbr six"