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>
This commit is contained in:
parent
42bd4ef5da
commit
85bdad9269
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue