package/python-setuptools: bump to 79.0.1

This version of setuptools includes an update to distutils [0] which
fixes an issue with determining the linker command for C++ targets when
a wrapper, such as ccache, is in the command.

Fixes: https://autobuild.buildroot.org/results/5f017fca3d708388c9f66afea39b090f0976d496/

[0]: b8c06fffe4

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Vincent Fazio
2025-04-24 13:17:06 -05:00
committed by Julien Olivain
parent f4ab8cb590
commit 3672945a8d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/setuptools/json
md5 a15701d19326a1d4132fce56f2861a60 setuptools-76.0.0.tar.gz
sha256 43b4ee60e10b0d0ee98ad11918e114c70701bc6051662a9a675a0496c1a158f4 setuptools-76.0.0.tar.gz
md5 652d999eca1412525c01e4c5b6e2275b setuptools-79.0.1.tar.gz
sha256 128ce7b8f33c3079fd1b067ecbb4051a66e8526e7b65f6cec075dfc650ddfa88 setuptools-79.0.1.tar.gz
# Locally computed sha256 checksums
sha256 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SETUPTOOLS_VERSION = 76.0.0
PYTHON_SETUPTOOLS_VERSION = 79.0.1
PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz
PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/32/d2/7b171caf085ba0d40d8391f54e1c75a1cda9255f542becf84575cfd8a732
PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/bb/71/b6365e6325b3290e14957b2c3a804a529968c77a049b2ed40c095f749707
PYTHON_SETUPTOOLS_LICENSE = MIT
PYTHON_SETUPTOOLS_LICENSE_FILES = LICENSE
PYTHON_SETUPTOOLS_CPE_ID_VENDOR = python