diff mbox series

[2/2] package/python-kiwisolver: bump to version 1.4.4

Message ID 20221103001200.1576937-2-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/2] package/python-cppy: new package | expand

Commit Message

James Hilliard Nov. 3, 2022, 12:12 a.m. UTC
Add new host-python-cppy build dependency.

License hash changed due to filename update:
https://github.com/nucleic/kiwi/commit/b04d5d3f6cb404d1e23c0c4f9bff76bd5a8facb6

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-kiwisolver/python-kiwisolver.hash | 8 +++++---
 package/python-kiwisolver/python-kiwisolver.mk   | 6 ++++--
 2 files changed, 9 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/package/python-kiwisolver/python-kiwisolver.hash b/package/python-kiwisolver/python-kiwisolver.hash
index aa7d79ced7..7f2e263a5b 100644
--- a/package/python-kiwisolver/python-kiwisolver.hash
+++ b/package/python-kiwisolver/python-kiwisolver.hash
@@ -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
diff --git a/package/python-kiwisolver/python-kiwisolver.mk b/package/python-kiwisolver/python-kiwisolver.mk
index 2b99803c0d..2c5db26dbc 100644
--- a/package/python-kiwisolver/python-kiwisolver.mk
+++ b/package/python-kiwisolver/python-kiwisolver.mk
@@ -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))