* [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0"
@ 2026-05-09 9:38 Peter Korsgaard
2026-05-09 19:00 ` James Hilliard
2026-05-11 10:20 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-05-09 9:38 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
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 <peter@korsgaard.com>
---
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
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0"
2026-05-09 9:38 [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0" Peter Korsgaard
@ 2026-05-09 19:00 ` James Hilliard
2026-05-09 20:49 ` Peter Korsgaard
2026-05-11 10:20 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: James Hilliard @ 2026-05-09 19:00 UTC (permalink / raw)
To: Peter Korsgaard; +Cc: buildroot
On Sat, May 9, 2026 at 3:38 AM Peter Korsgaard <peter@korsgaard.com> wrote:
>
> 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.
Maybe we can install this somehow for compatibility?:
https://github.com/pypa/pkg_resources
>
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> 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
> --
> 2.47.3
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0"
2026-05-09 19:00 ` James Hilliard
@ 2026-05-09 20:49 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-05-09 20:49 UTC (permalink / raw)
To: James Hilliard; +Cc: buildroot
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> On Sat, May 9, 2026 at 3:38 AM Peter Korsgaard <peter@korsgaard.com> wrote:
>>
>> 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.
> Maybe we can install this somehow for compatibility?:
> https://github.com/pypa/pkg_resources
Yes, that may be a solution longer term. I would like to tag -rc1 very
soon, so I still think that a revert is maybe the best for 2026.05.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0"
2026-05-09 9:38 [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0" Peter Korsgaard
2026-05-09 19:00 ` James Hilliard
@ 2026-05-11 10:20 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2026-05-11 10:20 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> 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 <peter@korsgaard.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-11 10:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09 9:38 [Buildroot] [PATCH] Revert "package/python-setuptools: bump to version 82.0.0" Peter Korsgaard
2026-05-09 19:00 ` James Hilliard
2026-05-09 20:49 ` Peter Korsgaard
2026-05-11 10:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox