package/python-ujson: bump to version 4.1.0

Add license hash.

Add new host-python-setuptools-scm dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
James Hilliard 2021-09-22 01:19:27 -06:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 8dae40a87b
commit a47f332a20
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,5 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=42f77b0cce686dfa4da2e68480b1dd24,sha256 locally computed.
md5 42f77b0cce686dfa4da2e68480b1dd24 ujson-1.35.tar.gz
sha256 f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86 ujson-1.35.tar.gz
# md5, sha256 from https://pypi.org/pypi/ujson/json
md5 f8223127259c6a1f7d0e750fc88d19fd ujson-4.1.0.tar.gz
sha256 22b63ec4409f0d2f2c4c9d5aa331997e02470b7a15a3233f3cc32f2f9b92d58c ujson-4.1.0.tar.gz
# Locally computed sha256 checksums
sha256 6a00a8f8b4050303368b694147bde1aed9c96bdff869c181dbbf3ccb784a1501 LICENSE.txt

View File

@ -4,10 +4,12 @@
#
################################################################################
PYTHON_UJSON_VERSION = 1.35
PYTHON_UJSON_VERSION = 4.1.0
PYTHON_UJSON_SOURCE = ujson-$(PYTHON_UJSON_VERSION).tar.gz
PYTHON_UJSON_SITE = https://pypi.python.org/packages/source/u/ujson
PYTHON_UJSON_LICENSE = BSD-3-Clause
PYTHON_UJSON_SITE = https://files.pythonhosted.org/packages/2c/8d/63b4afe82d646a606cef838855a6110c7a3a012622e656bd29fb2d15f1d1
PYTHON_UJSON_SETUP_TYPE = setuptools
PYTHON_UJSON_LICENSE = BSD-3-Clause
PYTHON_UJSON_LICENSE_FILES = LICENSE.txt
PYTHON_UJSON_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))