diff mbox series

[AUH] python3-setuptools: upgrading to 82.0.1 SUCCEEDED

Message ID 0101019cf1bb6add-eb3e82c9-dbe5-441e-8d10-17716f9fd62c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-setuptools: upgrading to 82.0.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 15, 2026, 1:41 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *82.0.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-setuptools-upgrade-82.0.0-82.0.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 80c9bd60de57f78acdb7ff61d883c7520d2a8802 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Mar 2026 08:28:26 +0000
Subject: [PATCH] python3-setuptools: upgrade 82.0.0 -> 82.0.1

---
 ...1-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 2 +-
 ...ython3-setuptools_82.0.0.bb => python3-setuptools_82.0.1.bb} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_82.0.0.bb => python3-setuptools_82.0.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
index 0fc5e3f134..297974571e 100644
--- a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
+++ b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
@@ -1,4 +1,4 @@ 
-From cb37237fd60689ccf999689ff60acabe8e1ec1de Mon Sep 17 00:00:00 2001
+From c7530ace5e2cd2c281d0bdc1cfa1b7c9873ee769 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Wed, 11 May 2022 21:41:14 +0200
 Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the
diff --git a/meta/recipes-devtools/python/python3-setuptools_82.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_82.0.1.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_82.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_82.0.1.bb
index a6b48bf145..a3943a29c3 100644
--- a/meta/recipes-devtools/python/python3-setuptools_82.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_82.0.1.bb
@@ -11,7 +11,7 @@  CVE_PRODUCT = "python3-setuptools python:setuptools"
 SRC_URI += " \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "22e0a2d69474c6ae4feb01951cb69d515ed23728cf96d05513d36e42b62b37cb"
+SRC_URI[sha256sum] = "7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9"
 
 do_install:append() {
 	# setuptools ships Windows launcher executables (cli*.exe, gui*.exe).