package/python-jaraco-functools: bump to version 4.4.0

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 15:35:54 -07:00
committed by Thomas Petazzoni
parent 16edb2ad25
commit b403dfe54a
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/jaraco.functools/json
md5 b8a8d165da986efa1966abd91c45348e jaraco_functools-4.1.0.tar.gz
sha256 70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d jaraco_functools-4.1.0.tar.gz
md5 501918900674199182b1bfa39db200b6 jaraco_functools-4.4.0.tar.gz
sha256 da21933b0417b89515562656547a77b4931f98176eb173644c0d35032a33d6bb jaraco_functools-4.4.0.tar.gz
# Locally computed sha256 checksums
sha256 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741 LICENSE
sha256 5a57cb4db85e2a2dd88c290628908add57e3451449e0a9a71fdfb38776fd759d LICENSE

View File

@@ -4,12 +4,14 @@
#
################################################################################
PYTHON_JARACO_FUNCTOOLS_VERSION = 4.1.0
PYTHON_JARACO_FUNCTOOLS_VERSION = 4.4.0
PYTHON_JARACO_FUNCTOOLS_SOURCE = jaraco_functools-$(PYTHON_JARACO_FUNCTOOLS_VERSION).tar.gz
PYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/ab/23/9894b3df5d0a6eb44611c36aec777823fc2e07740dabbd0b810e19594013
PYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/0f/27/056e0638a86749374d6f57d0b0db39f29509cce9313cf91bdc0ac4d91084
PYTHON_JARACO_FUNCTOOLS_LICENSE = MIT
PYTHON_JARACO_FUNCTOOLS_LICENSE_FILES = LICENSE
PYTHON_JARACO_FUNCTOOLS_SETUP_TYPE = setuptools
PYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = host-python-setuptools-scm
PYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = \
host-python-coherent-licensed \
host-python-setuptools-scm
$(eval $(python-package))