package/python-kiwisolver: bump to version 1.4.9

Add new host-python-setuptools-scm build dependency.

License hash changed due to year update:
728f5661fd

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
2026-01-02 15:22:38 -07:00
committed by Thomas Petazzoni
parent 294783d757
commit 3530127704
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/kiwisolver/json
md5 2eb55aab42272292a732411bb6c79dee kiwisolver-1.4.8.tar.gz
sha256 23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e kiwisolver-1.4.8.tar.gz
md5 63d13da80a2420278c695d5784dc0b78 kiwisolver-1.4.9.tar.gz
sha256 c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d kiwisolver-1.4.9.tar.gz
# Locally computed sha256 checksums
sha256 238e69906d7e507a94832b9831131862c4176d58c002b388e2e99db5d83677d2 LICENSE
sha256 cf20799d32de0eefa2ea904e3ac5122f47aed5d352930751eb61724762c49d90 LICENSE

View File

@@ -4,12 +4,12 @@
#
################################################################################
PYTHON_KIWISOLVER_VERSION = 1.4.8
PYTHON_KIWISOLVER_VERSION = 1.4.9
PYTHON_KIWISOLVER_SOURCE = kiwisolver-$(PYTHON_KIWISOLVER_VERSION).tar.gz
PYTHON_KIWISOLVER_SITE = https://files.pythonhosted.org/packages/82/59/7c91426a8ac292e1cdd53a63b6d9439abd573c875c3f92c146767dd33faf
PYTHON_KIWISOLVER_SITE = https://files.pythonhosted.org/packages/5c/3c/85844f1b0feb11ee581ac23fe5fce65cd049a200c1446708cc1b7f922875
PYTHON_KIWISOLVER_LICENSE = BSD-3-Clause
PYTHON_KIWISOLVER_LICENSE_FILES = LICENSE
PYTHON_KIWISOLVER_SETUP_TYPE = setuptools
PYTHON_KIWISOLVER_DEPENDENCIES = host-python-cppy
PYTHON_KIWISOLVER_DEPENDENCIES = host-python-cppy host-python-setuptools-scm
$(eval $(python-package))