python-jsonschema: Update to 4.21.1
authorJavier Marcet <javier@marcet.info>
Sat, 20 Jan 2024 09:19:01 +0000 (10:19 +0100)
committerTianling Shen <cnsztl@gmail.com>
Tue, 23 Jan 2024 07:13:23 +0000 (15:13 +0800)
 - Slightly speed up the contains keyword by removing some unnecessary
 validator (re-)creation.

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

index f903fdd02a70b91157b63a9fdcffc7bb84cdc467..17002cf89962666dabb6fb8c53cd49a3e06da548 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-jsonschema
-PKG_VERSION:=4.21.0
+PKG_VERSION:=4.21.1
 PKG_RELEASE:=1
 
 PYPI_NAME:=jsonschema
-PKG_HASH:=3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167
+PKG_HASH:=85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=MIT