summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-05 16:24:16 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-11 00:14:47 +0700
commit53abde68041f312315b4fb81c155b98f01c792f5 (patch)
treec093c4d9c04a04263e25bfdcb066ec256f9f9891 /python
parent9ffb26d5ba329bc29bec1b3ad6c507a832523f8c (diff)
downloadslackbuilds-53abde68041f312315b4fb81c155b98f01c792f5.tar.gz
slackbuilds-53abde68041f312315b4fb81c155b98f01c792f5.tar.xz
python/stevedore: Updated for version 1.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/stevedore/stevedore.SlackBuild3
-rw-r--r--python/stevedore/stevedore.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild
index 32fcc3d23d..bf1bc6c78f 100644
--- a/python/stevedore/stevedore.SlackBuild
+++ b/python/stevedore/stevedore.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for stevedore
# Copyright <2013> <vvoody> <Shanghai>
+# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
PRGNAM=stevedore
-VERSION=${VERSION:-0.13}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info
index e2c9bcc74e..26bfedfd13 100644
--- a/python/stevedore/stevedore.info
+++ b/python/stevedore/stevedore.info
@@ -1,8 +1,8 @@
PRGNAM="stevedore"
-VERSION="0.13"
+VERSION="1.0.0"
HOMEPAGE="https://github.com/dreamhost/stevedore"
-DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-0.13.tar.gz"
-MD5SUM="2f469231267f33a34ea7e940088b6287"
+DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.0.0.tar.gz"
+MD5SUM="b61ba05d0f6b69efc28541f5f42cbfe5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"