diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-12-07 22:00:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-12 07:18:46 +0700 |
commit | 36452245bef39df53492c12c913095acf0f6c8e4 (patch) | |
tree | 73b16b5aea51ba52b09f6de3b44acbc376ca0bc9 /python/stevedore | |
parent | e2f5f3ba51b93846473de972520002e4f8275aa4 (diff) | |
download | slackbuilds-36452245bef39df53492c12c913095acf0f6c8e4.tar.gz |
python/stevedore: Updated for version 1.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/stevedore')
-rw-r--r-- | python/stevedore/stevedore.SlackBuild | 2 | ||||
-rw-r--r-- | python/stevedore/stevedore.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild index 72542e155e..64790c8c7f 100644 --- a/python/stevedore/stevedore.SlackBuild +++ b/python/stevedore/stevedore.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=stevedore -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info index 88633501a3..c9268e31b9 100644 --- a/python/stevedore/stevedore.info +++ b/python/stevedore/stevedore.info @@ -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" |