python-jsonschema: Update to 4.16.0
authorJavier Marcet <javier@marcet.info>
Sat, 10 Sep 2022 01:36:55 +0000 (03:36 +0200)
committerRosen Penev <rosenp@gmail.com>
Sat, 17 Sep 2022 19:58:04 +0000 (12:58 -0700)
commit6c553c35b37a5a760b18b5fcf58e85306889ec36
tree1c3c459139fe6b5e5e67473d6ac736d3b4459281
parent617efbc02e52ee9cbb9955bdf19348bcf33f4a46
python-jsonschema: Update to 4.16.0

 - Improve the base URI behavior when resolving a $ref to a resolution
 URI which is different from the resolved schema's declared $id.
 - Accessing jsonschema.draftN_format_checker is deprecated. Instead,
 if you want access to the format checker itself, it is exposed as
 jsonschema.validators.DraftNValidator.FORMAT_CHECKER on any
 jsonschema.protocols.Validator.

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-jsonschema/Makefile