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)
 - 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

index 3218e1ce335e88d517854723f1e8d4e454373f0e..859dcbb56d6d9b23ad8402f5023bbef6bc69f65e 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-jsonschema
-PKG_VERSION:=4.15.0
+PKG_VERSION:=4.16.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=jsonschema
-PKG_HASH:=21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e
+PKG_HASH:=165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=MIT