mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/jmespath: Updated for version 0.7.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e1795768ca
commit
228a33167b
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jmespath
|
||||
|
||||
# Copyright 2014 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.0}
|
||||
VERSION=${VERSION:-0.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jmespath"
|
||||
VERSION="0.7.0"
|
||||
VERSION="0.7.1"
|
||||
HOMEPAGE="https://github.com/boto/jmespath"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.7.0.tar.gz"
|
||||
MD5SUM="baa6aa02950cc35613a7eebbe267d496"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.7.1.tar.gz"
|
||||
MD5SUM="ca76cb014165306c1eded212cfb78cf5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue