From 1f6ab13194867272d4ec67d8e847c2a9e60d29f4 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 15 Jun 2022 17:17:30 -0600 Subject: [PATCH] package/python-jsonschema: bump to version 4.5.1 Add new python-pyrsistent runtime dependency. Drop unused host-python-vcversioner build dependency. Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-jsonschema/Config.in | 1 + package/python-jsonschema/python-jsonschema.hash | 8 ++++---- package/python-jsonschema/python-jsonschema.mk | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/python-jsonschema/Config.in b/package/python-jsonschema/Config.in index 7002653722..7b30d46fc6 100644 --- a/package/python-jsonschema/Config.in +++ b/package/python-jsonschema/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PYTHON_JSONSCHEMA bool "python-jsonschema" + select BR2_PACKAGE_PYTHON_PYRSISTENT # runtime help An implementation of JSON Schema validation for Python. diff --git a/package/python-jsonschema/python-jsonschema.hash b/package/python-jsonschema/python-jsonschema.hash index c631fe981e..a2766f78cc 100644 --- a/package/python-jsonschema/python-jsonschema.hash +++ b/package/python-jsonschema/python-jsonschema.hash @@ -1,6 +1,6 @@ -# md5 from https://pypi.python.org/pypi/jsonschema/json -md5 374e848fdb69a3ce8b7e778b47c30640 jsonschema-2.5.1.tar.gz -# Locally computed -sha256 36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 jsonschema-2.5.1.tar.gz +# md5, sha256 from https://pypi.org/pypi/jsonschema/json +md5 c3f7a29c187bf1d038c66a5d5763eab1 jsonschema-4.5.1.tar.gz +sha256 7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc jsonschema-4.5.1.tar.gz +# Locally computed sha256 checksums sha256 4f92a015a13c4d1a040bef018aa13430b4f1bc73b41b16bb846c346766de7439 COPYING sha256 837402bd25fad9b704265801ca3f92566a98157c1f9a7acd6f446299ba1c305a json/LICENSE diff --git a/package/python-jsonschema/python-jsonschema.mk b/package/python-jsonschema/python-jsonschema.mk index 0fb2be869f..013a5c1293 100644 --- a/package/python-jsonschema/python-jsonschema.mk +++ b/package/python-jsonschema/python-jsonschema.mk @@ -4,12 +4,11 @@ # ################################################################################ -PYTHON_JSONSCHEMA_VERSION = 2.5.1 +PYTHON_JSONSCHEMA_VERSION = 4.5.1 PYTHON_JSONSCHEMA_SOURCE = jsonschema-$(PYTHON_JSONSCHEMA_VERSION).tar.gz -PYTHON_JSONSCHEMA_SITE = https://pypi.python.org/packages/58/0d/c816f5ea5adaf1293a1d81d32e4cdfdaf8496973aa5049786d7fdb14e7e7 +PYTHON_JSONSCHEMA_SITE = https://files.pythonhosted.org/packages/9e/62/93a54db0e44c4de57868a7d638d7a8abce113c8bc43a20b10b1109b2a517 PYTHON_JSONSCHEMA_SETUP_TYPE = setuptools PYTHON_JSONSCHEMA_LICENSE = MIT PYTHON_JSONSCHEMA_LICENSE_FILES = COPYING json/LICENSE -PYTHON_JSONSCHEMA_DEPENDENCIES = host-python-vcversioner $(eval $(python-package))