diff options
-rw-r--r-- | python/jsonschema/jsonschema.SlackBuild | 2 | ||||
-rw-r--r-- | python/jsonschema/jsonschema.info | 8 |
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" |