diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-24 00:14:46 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-26 10:05:37 +0700 |
commit | db13ca0c9f5dd935c7cb719f397a5dc1df2d8692 (patch) | |
tree | b95af4167e54656c16c8b33074d7764133e5f2df /python | |
parent | 0568e69968ea370306391de55768c3acdd99ab3d (diff) | |
download | slackbuilds-db13ca0c9f5dd935c7cb719f397a5dc1df2d8692.tar.gz |
python/jmespath: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/jmespath/jmespath.SlackBuild | 4 | ||||
-rw-r--r-- | python/jmespath/jmespath.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/jmespath/jmespath.SlackBuild b/python/jmespath/jmespath.SlackBuild index 6d29708e95..5ef73055a2 100644 --- a/python/jmespath/jmespath.SlackBuild +++ b/python/jmespath/jmespath.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jmespath -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jmespath -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/jmespath/jmespath.info b/python/jmespath/jmespath.info index 4e224ded00..8ad8b4a527 100644 --- a/python/jmespath/jmespath.info +++ b/python/jmespath/jmespath.info @@ -1,8 +1,8 @@ PRGNAM="jmespath" -VERSION="0.7.1" +VERSION="0.8.0" HOMEPAGE="https://github.com/boto/jmespath" -DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.7.1.tar.gz" -MD5SUM="ca76cb014165306c1eded212cfb78cf5" +DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.8.0.tar.gz" +MD5SUM="bfd2b7112c6b0b11d06bd235c593f838" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |