diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-12 08:29:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:59:33 +0700 |
commit | 12417306cf13816bd3f3625231f409af4905d331 (patch) | |
tree | 3106626c2d026ac1102d7e45bc6586d4b3fd0a4a /python | |
parent | aef63afe49d64c88d3bede09433788012811b02a (diff) | |
download | slackbuilds-12417306cf13816bd3f3625231f409af4905d331.tar.gz |
python/jmespath: Updated for version 0.9.2.
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 5e6aa1d1b8..f3c0a89859 100644 --- a/python/jmespath/jmespath.SlackBuild +++ b/python/jmespath/jmespath.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jmespath -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 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.9.0} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/jmespath/jmespath.info b/python/jmespath/jmespath.info index 62be317925..c64d6c219b 100644 --- a/python/jmespath/jmespath.info +++ b/python/jmespath/jmespath.info @@ -1,8 +1,8 @@ PRGNAM="jmespath" -VERSION="0.9.0" +VERSION="0.9.2" HOMEPAGE="https://github.com/boto/jmespath" -DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.9.0.tar.gz" -MD5SUM="471b7d19bd153ac11a21d4fb7466800c" +DOWNLOAD="https://pypi.python.org/packages/96/6e/0723cccec195a37de6a428ad8879fe063b6debe5c855444e9285b27d253e/jmespath-0.9.2.tar.gz" +MD5SUM="5ad9ac61b4a00bd5b9d02378b2381882" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |