diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-19 14:43:04 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:07 +0700 |
commit | 6d55a2cc23d3f2be88f496708f775084a3ff8e73 (patch) | |
tree | 43be901d368b6ab42773965d305b89cd8b004085 /python | |
parent | 40e352e99a9b4f21fece223dcc891599f03e33db (diff) | |
download | slackbuilds-6d55a2cc23d3f2be88f496708f775084a3ff8e73.tar.gz |
python/stevedore: Updated for version 1.18.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-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 7d028fa7b7..27e23a17da 100644 --- a/python/stevedore/stevedore.SlackBuild +++ b/python/stevedore/stevedore.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stevedore -VERSION=${VERSION:-1.17.1} +VERSION=${VERSION:-1.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info index 7ad58d796a..b1ae371b36 100644 --- a/python/stevedore/stevedore.info +++ b/python/stevedore/stevedore.info @@ -1,8 +1,8 @@ PRGNAM="stevedore" -VERSION="1.17.1" +VERSION="1.18.0" HOMEPAGE="https://github.com/dreamhost/stevedore" -DOWNLOAD="https://pypi.python.org/packages/98/33/2c8003cb4294d1729bfb6cdf4bbfe74b968403b2df0a80ee876bebf20488/stevedore-1.17.1.tar.gz" -MD5SUM="ade3b7b9992419addf105ea66006e038" +DOWNLOAD="https://pypi.python.org/packages/d4/19/59008484543224f5ae9ca3940f6245b204102bc1080e9a5455066d3aabec/stevedore-1.18.0.tar.gz" +MD5SUM="0e021aa8942a603b06fac0a3e04819c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pbr six" |