diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-19 20:41:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:02:00 +0700 |
commit | a676d8f57dc490ab552b5b8907752fdd59a4d7b2 (patch) | |
tree | b396bc8e102ca21e0ad161da636a6eb5bebca43f /python | |
parent | 1e5c2b2e2860b59201490712a2dd87c43f4a42fd (diff) | |
download | slackbuilds-a676d8f57dc490ab552b5b8907752fdd59a4d7b2.tar.gz |
python/python3-jsonschema: Updated for version 3.1.1.
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-jsonschema/python3-jsonschema.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jsonschema/python3-jsonschema.info | 8 |
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" |