diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-07-20 18:44:10 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-21 06:53:33 +0700 |
commit | fb581c39c832d4b5ccf9c16e3e3f62f072e81598 (patch) | |
tree | aacd742b32990234a563ba83ae742b4ee5e423f1 /python/stevedore | |
parent | 1f79d22c14e86139759f6892dc4e8ebd1e70038c (diff) |
python/stevedore: Updated for version 1.29.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/stevedore')
-rw-r--r-- | python/stevedore/stevedore.SlackBuild | 4 | ||||
-rw-r--r-- | python/stevedore/stevedore.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild index 537d525a497d..51b5b78a47c5 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-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stevedore -VERSION=${VERSION:-1.27.1} +VERSION=${VERSION:-1.29.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info index da1095684d5e..1edfdb1d4379 100644 --- a/python/stevedore/stevedore.info +++ b/python/stevedore/stevedore.info @@ -1,8 +1,8 @@ PRGNAM="stevedore" -VERSION="1.27.1" +VERSION="1.29.0" HOMEPAGE="https://github.com/dreamhost/stevedore" -DOWNLOAD="https://pypi.python.org/packages/74/d4/5e2f93795f587154f27a389817de0e066620eb3f5034979b1dfa782014ce/stevedore-1.27.1.tar.gz" -MD5SUM="80113d0f3b0f4d64107546dde410003a" +DOWNLOAD="https://files.pythonhosted.org/packages/61/c9/1d10fc4ffd9657caea9e3f0428cad6e0eefed9dfea11435f97ab34c1927f/stevedore-1.29.0.tar.gz" +MD5SUM="525186cba577852e0408c92c3f8fac65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pbr six" |