package/python-kiwisolver: bump to version 1.4.4

Add new host-python-cppy build dependency.

License hash changed due to filename update:
b04d5d3f6c

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2022-11-02 18:12:00 -06:00 committed by Thomas Petazzoni
parent d9d881323e
commit 4ce5a582e9
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,5 @@
# Locally calculated
sha256 48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb python-kiwisolver-1.1.0.tar.gz
sha256 95c32f73d43fa54d8146badbcbd73b83acb7fa2cc81a7cef7784b3cd33b146a0 LICENSE
# md5, sha256 from https://pypi.org/pypi/kiwisolver/json
md5 34796908455c3b23c889439b541e424b kiwisolver-1.4.4.tar.gz
sha256 d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955 kiwisolver-1.4.4.tar.gz
# Locally computed sha256 checksums
sha256 26da8d49744796f2601fb5fe9e5d8b9e8102064ca60a8dc1825b6177cb05450c LICENSE

View File

@ -4,10 +4,12 @@
#
################################################################################
PYTHON_KIWISOLVER_VERSION = 1.1.0
PYTHON_KIWISOLVER_SITE = $(call github,nucleic,kiwi,$(PYTHON_KIWISOLVER_VERSION))
PYTHON_KIWISOLVER_VERSION = 1.4.4
PYTHON_KIWISOLVER_SOURCE = kiwisolver-$(PYTHON_KIWISOLVER_VERSION).tar.gz
PYTHON_KIWISOLVER_SITE = https://files.pythonhosted.org/packages/5f/5c/272a7dd49a1914f35cd8d6d9f386defa8b047f6fbd06badd6b77b3ba24e7
PYTHON_KIWISOLVER_LICENSE = BSD-3-Clause
PYTHON_KIWISOLVER_LICENSE_FILES = LICENSE
PYTHON_KIWISOLVER_SETUP_TYPE = setuptools
PYTHON_KIWISOLVER_DEPENDENCIES = host-python-cppy
$(eval $(python-package))