diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-11 03:14:47 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-12 10:40:37 +0700 |
commit | 268fb6eb0407f8db06cd16f34f6d4ab3437bd0a9 (patch) | |
tree | bac62150faa7fef8b86a235be8bf1d91ecb3fe55 /python | |
parent | 44aefe2e06325adefd62a492baf1ca65ddb14893 (diff) |
python/jsonschema: Updated for version 2.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/jsonschema/jsonschema.SlackBuild | 4 | ||||
-rw-r--r-- | python/jsonschema/jsonschema.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/jsonschema/jsonschema.SlackBuild b/python/jsonschema/jsonschema.SlackBuild index 31cd9f49e907..c6b28d591727 100644 --- a/python/jsonschema/jsonschema.SlackBuild +++ b/python/jsonschema/jsonschema.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jsonschema -# 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=jsonschema -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/jsonschema/jsonschema.info b/python/jsonschema/jsonschema.info index 13c4f9463dc2..08dec52c9eb0 100644 --- a/python/jsonschema/jsonschema.info +++ b/python/jsonschema/jsonschema.info @@ -1,8 +1,8 @@ PRGNAM="jsonschema" -VERSION="2.5.0" +VERSION="2.5.1" HOMEPAGE="https://github.com/Julian/jsonschema" -DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.5.0.tar.gz" -MD5SUM="9fe4ce3e364fbdf05d0461128f804d3a" +DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.5.1.tar.gz" +MD5SUM="374e848fdb69a3ce8b7e778b47c30640" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools functools32" |