summaryrefslogtreecommitdiffstats
path: root/python/jsonschema
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-02-11 07:41:22 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-12 17:49:52 +0700
commit030dd1c0487260b26714db6ce4c8ac7a3e975299 (patch)
tree51de0db688fca1e7a69597df8de9c0da0829a896 /python/jsonschema
parent316f998c56f66abf2bea12e39f160a483fa983ad (diff)
downloadslackbuilds-030dd1c0487260b26714db6ce4c8ac7a3e975299.tar.gz
slackbuilds-030dd1c0487260b26714db6ce4c8ac7a3e975299.tar.xz
python/jsonschema: Updated for version 2.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jsonschema')
-rw-r--r--python/jsonschema/jsonschema.SlackBuild2
-rw-r--r--python/jsonschema/jsonschema.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/jsonschema/jsonschema.SlackBuild b/python/jsonschema/jsonschema.SlackBuild
index 2eb5506d9d..ff6053d71f 100644
--- a/python/jsonschema/jsonschema.SlackBuild
+++ b/python/jsonschema/jsonschema.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jsonschema
-VERSION=${VERSION:-2.3.0}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/jsonschema/jsonschema.info b/python/jsonschema/jsonschema.info
index 64a2a9edad..1edcdd8463 100644
--- a/python/jsonschema/jsonschema.info
+++ b/python/jsonschema/jsonschema.info
@@ -1,10 +1,10 @@
PRGNAM="jsonschema"
-VERSION="2.3.0"
+VERSION="2.4.0"
HOMEPAGE="https://github.com/Julian/jsonschema"
-DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.3.0.tar.gz"
-MD5SUM="410075e1969a9ec1838b5a6e1313c32b"
+DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.4.0.tar.gz"
+MD5SUM="661f85c3d23094afbb9ac3c0673840bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="pysetuptools"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"