Browse Source
python/python3-jsonschema: Updated for version 4.25.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/322/head
fourtysixandtwo
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-jsonschema/python3-jsonschema.SlackBuild
-
python/python3-jsonschema/python3-jsonschema.info
|
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-jsonschema |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-4.24.0} |
|
|
|
VERSION=${VERSION:-4.25.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-jsonschema" |
|
|
|
VERSION="4.24.0" |
|
|
|
VERSION="4.25.1" |
|
|
|
HOMEPAGE="https://github.com/Julian/jsonschema" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-4.24.0.tar.gz" |
|
|
|
MD5SUM="168a114dcc5c3f977b7a10795fe3d99d" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-4.25.1.tar.gz" |
|
|
|
MD5SUM="e33f133a5b56b9f9756b38065849c86f" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-jsonschema-specifications" |
|
|
|