From 40e23174d5cf87e530713ccaa626e7c5c1b1bc5c Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 23 Nov 2019 06:31:02 -0800 Subject: [PATCH] python/python3-jsonschema: Updated for version 3.2.0. Signed-off-by: Benjamin Trigona-Harany --- python/python3-jsonschema/python3-jsonschema.SlackBuild | 2 +- python/python3-jsonschema/python3-jsonschema.info | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/python3-jsonschema/python3-jsonschema.SlackBuild b/python/python3-jsonschema/python3-jsonschema.SlackBuild index c5bd590430..e95d835e4d 100644 --- a/python/python3-jsonschema/python3-jsonschema.SlackBuild +++ b/python/python3-jsonschema/python3-jsonschema.SlackBuild @@ -25,7 +25,7 @@ SRCNAM=jsonschema PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-jsonschema/python3-jsonschema.info b/python/python3-jsonschema/python3-jsonschema.info index eff8f3f835..d5976ba97b 100644 --- a/python/python3-jsonschema/python3-jsonschema.info +++ b/python/python3-jsonschema/python3-jsonschema.info @@ -1,8 +1,8 @@ PRGNAM="python3-jsonschema" -VERSION="3.1.1" +VERSION="3.2.0" HOMEPAGE="https://github.com/Julian/jsonschema" -DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-3.1.1.tar.gz" -MD5SUM="a802ab85600074a726ef6acc4e6a8148" +DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-3.2.0.tar.gz" +MD5SUM="f1a0b5011f05a02a8dee1070cd10a26d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-importlib_metadata python3-attrs python3-pyrsistent"