package/python-jsonschema: bump to version 4.19.2

Drop no longer required python-pyrsistent runtime dependency.

Add new python-jsonschema-specifications runtime dependency.

Add new python-referencing runtime dependency.

Add new python-rpds-py runtime dependency.

Propagate python-rpds-py target rust support requirement to
python-jsonschema reverse dependencies.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2023-11-05 01:55:46 -07:00 committed by Arnout Vandecappelle
parent 94e985fdc3
commit 64fc2dd727
6 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_DTSCHEMA
bool "python-dtschema"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema -> python-rpds-py
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
select BR2_PACKAGE_PYTHON_PYLIBFDT # runtime
select BR2_PACKAGE_PYTHON_RFC3987 # runtime

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_FLASK_EXPECTS_JSON
bool "python-flask-expects-json"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema -> python-rpds-py
select BR2_PACKAGE_PYTHON_FLASK # runtime
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
help

View File

@ -1,8 +1,11 @@
config BR2_PACKAGE_PYTHON_JSONSCHEMA
bool "python-jsonschema"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-rpds-py
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_PYRSISTENT # runtime
select BR2_PACKAGE_PYTHON_JSONSCHEMA_SPECIFICATIONS # runtime
select BR2_PACKAGE_PYTHON_REFERENCING # runtime
select BR2_PACKAGE_PYTHON_RPDS_PY # runtime
help
An implementation of JSON Schema validation for Python.
http://github.com/Julian/jsonschema
https://github.com/python-jsonschema/jsonschema

View File

@ -1,6 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/jsonschema/json
md5 7c65ceb8923c83cb1f22c2b5a86d99b0 jsonschema-4.17.3.tar.gz
sha256 0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d jsonschema-4.17.3.tar.gz
md5 8bf5f0a2342dc4c8390c28a99be555e7 jsonschema-4.19.2.tar.gz
sha256 c9ff4d7447eed9592c23a12ccee508baf0dd0d59650615e847feb6cdca74f392 jsonschema-4.19.2.tar.gz
# Locally computed sha256 checksums
sha256 4f92a015a13c4d1a040bef018aa13430b4f1bc73b41b16bb846c346766de7439 COPYING
sha256 837402bd25fad9b704265801ca3f92566a98157c1f9a7acd6f446299ba1c305a json/LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_JSONSCHEMA_VERSION = 4.17.3
PYTHON_JSONSCHEMA_VERSION = 4.19.2
PYTHON_JSONSCHEMA_SOURCE = jsonschema-$(PYTHON_JSONSCHEMA_VERSION).tar.gz
PYTHON_JSONSCHEMA_SITE = https://files.pythonhosted.org/packages/36/3d/ca032d5ac064dff543aa13c984737795ac81abc9fb130cd2fcff17cfabc7
PYTHON_JSONSCHEMA_SITE = https://files.pythonhosted.org/packages/95/18/618159fb2efbe3fb2cd32b16c40278954cde94744957734ef0482286a052
PYTHON_JSONSCHEMA_SETUP_TYPE = pep517
PYTHON_JSONSCHEMA_LICENSE = MIT
PYTHON_JSONSCHEMA_LICENSE_FILES = COPYING json/LICENSE

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_PYTABLEREADER
bool "python-pytablereader"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema -> python-rpds-py
select BR2_PACKAGE_PYTHON_BEAUTIFULSOUP4 # runtime
select BR2_PACKAGE_PYTHON_DATAPROPERTY # runtime
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime