python/stevedore: Updated for version 1.10.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-12-07 22:00:18 +02:00 committed by Willy Sudiarto Raharjo
parent e2f5f3ba51
commit 36452245be
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
PRGNAM=stevedore
VERSION=${VERSION:-1.9.0}
VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="stevedore"
VERSION="1.9.0"
VERSION="1.10.0"
HOMEPAGE="https://github.com/dreamhost/stevedore"
DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.9.0.tar.gz"
MD5SUM="53e2bc3b49dd9c920cfce7f63822b1a5"
DOWNLOAD="https://pypi.python.org/packages/source/s/stevedore/stevedore-1.10.0.tar.gz"
MD5SUM="01117561e6156d3c4780ce869fc245b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pbr six"