aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-jsonschema
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2024-01-18 00:16:17 +0100
committerTianling Shen <cnsztl@gmail.com>2024-01-19 14:48:23 +0800
commit85bdad926939b7bc93aca15254a6d84d9f47a3a7 (patch)
tree0a530058e58e4770a6c5d6c19fd95118d84b0805 /lang/python/python-jsonschema
parent42bd4ef5da8d66d0587bf14a7729210979365fdb (diff)
python-jsonschema: Update to 4.21.0
- Fix the behavior of enum in the presence of 0 or 1 to properly consider True and False unequal. - Special case the error message for {min,max} {Items,Length,Properties} when they're checking for emptiness rather than true length. Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python/python-jsonschema')
-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 cd87fa1e6..f903fdd02 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.20.0
+PKG_VERSION:=4.21.0
PKG_RELEASE:=1
PYPI_NAME:=jsonschema
-PKG_HASH:=4f614fd46d8d61258610998997743ec5492a648b33cf478c1ddc23ed4598a5fa
+PKG_HASH:=3ba18e27f7491ea4a1b22edce00fb820eec968d397feb3f9cb61d5894bb38167
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=MIT