From 4d0d6eedfadb758d99ee76b52245038a5a1e7e43 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 7 Mar 2022 05:23:43 +0800 Subject: [PATCH] python-jsonschema: Update to 4.4.0 Signed-off-by: Jeffery To --- lang/python/python-jsonschema/Makefile | 6 +++--- lang/python/python-jsonschema/patches/001-setup.patch | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 lang/python/python-jsonschema/patches/001-setup.patch diff --git a/lang/python/python-jsonschema/Makefile b/lang/python/python-jsonschema/Makefile index 57611f592..0ac136790 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:=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 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 index 000000000..f1e6174fe --- /dev/null +++ b/lang/python/python-jsonschema/patches/001-setup.patch @@ -0,0 +1,5 @@ +--- /dev/null ++++ b/setup.py +@@ -0,0 +1,2 @@ ++from setuptools import setup ++setup(use_scm_version=True)