python-jsonschema: Update to 4.4.0
authorJeffery To <redacted>
Sun, 6 Mar 2022 21:23:43 +0000 (05:23 +0800)
committerRosen Penev <redacted>
Wed, 9 Mar 2022 05:56:02 +0000 (21:56 -0800)
Signed-off-by: Jeffery To <redacted>
lang/python/python-jsonschema/Makefile
lang/python/python-jsonschema/patches/001-setup.patch [new file with mode: 0644]

index 57611f59206f20a9a5dbfc9ccb93af47d1c14482..0ac1367908805d8418a9c1f141320e2736a045b8 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-jsonschema
-PKG_VERSION:=3.2.0
-PKG_RELEASE:=5
+PKG_VERSION:=4.4.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=jsonschema
-PKG_HASH:=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
+PKG_HASH:=636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=MIT
diff --git a/lang/python/python-jsonschema/patches/001-setup.patch b/lang/python/python-jsonschema/patches/001-setup.patch
new file mode 100644 (file)
index 0000000..f1e6174
--- /dev/null
@@ -0,0 +1,5 @@
+--- /dev/null
++++ b/setup.py
+@@ -0,0 +1,2 @@
++from setuptools import setup
++setup(use_scm_version=True)
git clone https://git.99rst.org/PROJECT