From: Alexandru Ardelean Date: Sat, 4 Apr 2026 18:37:47 +0000 (+0300) Subject: python-jsonschema: bump to 4.26.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1b3be237a7d27afd7e361b3269a4af7cc350480d;p=openwrt-packages.git python-jsonschema: bump to 4.26.0 Changelog: https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst Minor release with bug fixes and improved draft 2020-12 support. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile index 82ce406bd..8b6215dcc 100644 --- a/lang/python/python-jsonschema/Makefile +++ b/lang/python/python-jsonschema/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-jsonschema -PKG_VERSION:=4.22.0 +PKG_VERSION:=4.26.0 PKG_RELEASE:=1 PYPI_NAME:=jsonschema -PKG_HASH:=5b22d434a45935119af990552c862e5d6d564e8f6601206b305a61fdf661a2b7 +PKG_HASH:=0c26707e2efad8aa1bfc5b7ce170f3fccc2e4918ff85989ba9ffa9facb2be326 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT