From 353012770406783a3ee7cf8d139f463d4f0e17b6 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Fri, 2 Jan 2026 15:22:38 -0700 Subject: [PATCH] package/python-kiwisolver: bump to version 1.4.9 Add new host-python-setuptools-scm build dependency. License hash changed due to year update: https://github.com/nucleic/kiwi/commit/728f5661fdd021c68dac1b914b3c8610a46b2e7e Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-kiwisolver/python-kiwisolver.hash | 6 +++--- package/python-kiwisolver/python-kiwisolver.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/python-kiwisolver/python-kiwisolver.hash b/package/python-kiwisolver/python-kiwisolver.hash index ded337b823..636d339739 100644 --- a/package/python-kiwisolver/python-kiwisolver.hash +++ b/package/python-kiwisolver/python-kiwisolver.hash @@ -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 diff --git a/package/python-kiwisolver/python-kiwisolver.mk b/package/python-kiwisolver/python-kiwisolver.mk index cbdb5c3aee..2b81c60688 100644 --- a/package/python-kiwisolver/python-kiwisolver.mk +++ b/package/python-kiwisolver/python-kiwisolver.mk @@ -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))