aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2024-01-20 10:19:01 +0100
committerTianling Shen <cnsztl@gmail.com>2024-01-23 15:13:23 +0800
commit02f428baf1f792a3419a4c689a1a0be0b9bc2062 (patch)
treefe178a49cb1077e22c39c88166abb88f4b6bcb1b /lang
parentab4fc8896a341c7c893baeaa4c1a54b5168be362 (diff)
python-jsonschema: Update to 4.21.1
- Slightly speed up the contains keyword by removing some unnecessary validator (re-)creation. Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-jsonschema/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile
index f903fdd02..17002cf89 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.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