package/python-path: bump to version 17.1.1

License hash changed due to move to license file autogeneration:
9a81db3c77
d2b8d7750f

Add new python-coherent-licensed build dependency.

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 13:57:46 -07:00
committed by Thomas Petazzoni
parent f16475f377
commit 1033e83bb7
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/path/json
md5 3f03cdccfa0fdd9dee34c445701d4a31 path-17.1.0.tar.gz
sha256 d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9 path-17.1.0.tar.gz
md5 c7ab103cb96b36758daeccd1ed52b587 path-17.1.1.tar.gz
sha256 2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42 path-17.1.1.tar.gz
# Locally computed sha256 checksums
sha256 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741 LICENSE
sha256 5a57cb4db85e2a2dd88c290628908add57e3451449e0a9a71fdfb38776fd759d LICENSE

View File

@@ -4,12 +4,14 @@
#
################################################################################
PYTHON_PATH_VERSION = 17.1.0
PYTHON_PATH_VERSION = 17.1.1
PYTHON_PATH_SOURCE = path-$(PYTHON_PATH_VERSION).tar.gz
PYTHON_PATH_SITE = https://files.pythonhosted.org/packages/ed/51/127cd9fa2baae5715e24839d6fb73c6fa6eca7b84a52fc7ce8195d830802
PYTHON_PATH_SITE = https://files.pythonhosted.org/packages/dd/52/a7bdd5ef8488977d354b7915d1e75009bebbd04f73eff14e52372d5e9435
PYTHON_PATH_SETUP_TYPE = setuptools
PYTHON_PATH_LICENSE = MIT
PYTHON_PATH_LICENSE_FILES = LICENSE
PYTHON_PATH_DEPENDENCIES = host-python-setuptools-scm
PYTHON_PATH_DEPENDENCIES = \
host-python-coherent-licensed \
host-python-setuptools-scm
$(eval $(python-package))