summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-11-20 05:41:43 +0100
committer Willy Sudiarto Raharjo2019-11-23 10:02:00 +0100
commita676d8f57dc490ab552b5b8907752fdd59a4d7b2 (patch)
treeb396bc8e102ca21e0ad161da636a6eb5bebca43f
parent1e5c2b2e2860b59201490712a2dd87c43f4a42fd (diff)
downloadslackbuilds-a676d8f57dc490ab552b5b8907752fdd59a4d7b2.tar.gz
python/python3-jsonschema: Updated for version 3.1.1.
-rw-r--r--python/python3-jsonschema/python3-jsonschema.SlackBuild2
-rw-r--r--python/python3-jsonschema/python3-jsonschema.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-jsonschema/python3-jsonschema.SlackBuild b/python/python3-jsonschema/python3-jsonschema.SlackBuild
index d8d9a92917..c5bd590430 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:-2.5.1}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-jsonschema/python3-jsonschema.info b/python/python3-jsonschema/python3-jsonschema.info
index 8f58861e71..eff8f3f835 100644
--- a/python/python3-jsonschema/python3-jsonschema.info
+++ b/python/python3-jsonschema/python3-jsonschema.info
@@ -1,10 +1,10 @@
PRGNAM="python3-jsonschema"
-VERSION="2.5.1"
+VERSION="3.1.1"
HOMEPAGE="https://github.com/Julian/jsonschema"
-DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.5.1.tar.gz"
-MD5SUM="374e848fdb69a3ce8b7e778b47c30640"
+DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-3.1.1.tar.gz"
+MD5SUM="a802ab85600074a726ef6acc4e6a8148"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="python-importlib_metadata python3-attrs python3-pyrsistent"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"