]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-jsonschema: upgrade 4.7.2 -> 4.9.0
authorwangmy <wangmy@fujitsu.com>
Wed, 3 Aug 2022 08:44:03 +0000 (16:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2022 15:27:22 +0000 (16:27 +0100)
commit203dc71c2b2a712a88f41fc6a5b9894d36d0d3c0
tree333786e5a8f379ea7bfc9e222e81727cb4f14a3c
parent7a23323ce828d24e85f42773c7e5ac5e11b11f45
python3-jsonschema: upgrade 4.7.2 -> 4.9.0

Changelog:
===========
-Fix relative $ref resolution when the base URI is a URN or other scheme (#544).
-pkgutil.resolve_name is now used to retrieve validators provided on the command
 line. This function is only available on 3.9+, so 3.7 and 3.8 (which are still
 supported) now rely on the pkgutil_resolve_name backport package. Note however
 that the CLI itself is due to be deprecated shortly in favor of check-jsonschema.
-best_match no longer traverses into anyOf and oneOf when all of the errors
 within them seem equally applicable. This should lead to clearer error messages
 in some cases where no branches were matched.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-devtools/python/python3-jsonschema_4.9.0.bb [moved from meta/recipes-devtools/python/python3-jsonschema_4.7.2.bb with 93% similarity]