aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Marcet <javier@marcet.info>2022-06-29 14:17:42 +0200
committerNick Hainke <vincent@systemli.org>2022-07-01 14:42:19 +0200
commit83de96fbb32d3feb3f740e1cd24f58511d223cf8 (patch)
treeca2056e5e1b82002ad928c5f4c066355244ae764
parent6f996e50e8c0198f820f155dfe93c43dfa38382f (diff)
python-jsonschema: Update to 4.6.1
What's Changed: - Type annotate format checker methods by @sirosen - Fix fuzzer to include instrumentation by @DavidKorczynski - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci Signed-off-by: Javier Marcet <javier@marcet.info>
-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 316bfd6c5..9deab447a 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.6.0
+PKG_VERSION:=4.6.1
PKG_RELEASE:=1
PYPI_NAME:=jsonschema
-PKG_HASH:=9d6397ba4a6c0bf0300736057f649e3e12ecbc07d3e81a0dacb72de4e9801957
+PKG_HASH:=ec2802e6a37517f09d47d9ba107947589ae1d25ff557b925d83a321fc2aa5d3b
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
PKG_LICENSE:=MIT