* [Buildroot] [PATCH 1/1] package/python-kiwisolver: bump to version 1.4.9
@ 2026-01-02 22:22 James Hilliard
2026-01-02 22:45 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2026-01-02 22:22 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Esben Haabendal
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 <james.hilliard1@gmail.com>
---
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))
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-02 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-02 22:22 [Buildroot] [PATCH 1/1] package/python-kiwisolver: bump to version 1.4.9 James Hilliard
2026-01-02 22:45 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.