From aa8e6bc395fe11070cab29f2ef8f848a1a871c4e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 9 May 2026 11:38:51 +0200 Subject: [PATCH] Revert "package/python-setuptools: bump to version 82.0.0" This reverts commit 51365ff06379aaf6fcc9a751e8ff32ac694f3e92. This breaks u-boot < v2025.10 builds using binman, so revert it for now given that v2025.10 is a quite recent release. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/14249332016 And many more. Longer term we either want to upgrade all the defconfigs (which will not fix the issue for external users) or find a way to patch older u-boot versions. Signed-off-by: Peter Korsgaard --- package/python-setuptools/python-setuptools.hash | 4 ++-- package/python-setuptools/python-setuptools.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-setuptools/python-setuptools.hash b/package/python-setuptools/python-setuptools.hash index 0236a13999..d0ed270e9c 100644 --- a/package/python-setuptools/python-setuptools.hash +++ b/package/python-setuptools/python-setuptools.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/setuptools/json -md5 6e65b88d2466b35e86e5187b99502b1c setuptools-82.0.0.tar.gz -sha256 22e0a2d69474c6ae4feb01951cb69d515ed23728cf96d05513d36e42b62b37cb setuptools-82.0.0.tar.gz +md5 82e1d67883b713f9493659b50d13b436 setuptools-80.9.0.tar.gz +sha256 f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c setuptools-80.9.0.tar.gz # Locally computed sha256 checksums sha256 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741 LICENSE diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index 3c94931fbe..e013000c57 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_SETUPTOOLS_VERSION = 82.0.0 +PYTHON_SETUPTOOLS_VERSION = 80.9.0 PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz -PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/82/f3/748f4d6f65d1756b9ae577f329c951cda23fb900e4de9f70900ced962085 +PYTHON_SETUPTOOLS_SITE = https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca PYTHON_SETUPTOOLS_LICENSE = MIT PYTHON_SETUPTOOLS_LICENSE_FILES = LICENSE PYTHON_SETUPTOOLS_CPE_ID_VENDOR = python