diff options
author | Javier Marcet <javier@marcet.info> | 2022-05-24 18:39:32 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-25 17:04:47 -0700 |
commit | f1ed3f5bc299d4c2e326b7555bed7986ad5d716c (patch) | |
tree | 4216318fec0a56432ec8c62e5eb2c785de9588de /lang | |
parent | 117e3d6a1853088357d9ebf6fa95bd215fc4f196 (diff) |
python-jsonschema: Update to 4.5.1
What's Changed:
- Extend dynamicRef keyword by @nezhar
- Add FORMAT_CHECKER attribute for Validator by @TiborVoelcker
- Remove stray double-quote by @lurch
- Ensure proper sorting of list in error message by @ssbarnea
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-jsonschema/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile index 0ac136790..e08bfe050 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.4.0 +PKG_VERSION:=4.5.1 PKG_RELEASE:=1 PYPI_NAME:=jsonschema -PKG_HASH:=636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83 +PKG_HASH:=7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=MIT |