From patchwork Sun Jul 5 05:39:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 91695 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BD481C44500 for ; Sun, 5 Jul 2026 05:39:41 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.126038.1783229976372642234 for ; Sat, 04 Jul 2026 22:39:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=iYbL1okK; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=pXl5svtx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019f30ca0b47-7ebd80ed-1dcf-4e05-bd02-b340dfe53263-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1783229975; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2D2JsX94Eeb5+78N2euPDlX/fvyDKeOWXGs++GIN24o=; b=iYbL1okKqLKHlbfVdVv6cG55d2yLNKG+MN13qTkOrvM3q8MopFqvQXad/n/swPs/ VTslfkzDUgDM6uuaJw8/iWg0IDzfXscQAt1B2vGsIFXZQ/mTPjzJvg8Mz3Q7+oWkQ7K hl+inne+ZOzHGGMQJERh8BTPky2KvS4wWgbWCz1g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1783229975; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2D2JsX94Eeb5+78N2euPDlX/fvyDKeOWXGs++GIN24o=; b=pXl5svtx6FJ4V/08/cUhgGy5rK1V9X2YvtnN9ENF9cF26Sel768rzIkpFFZaGFvj 2wWAF87T6V1FP5VPcwveeXv6WThxJdQSdRWzRKGuTKBNBeOxvoNoUIEftxfYlh6Jv0z iX1k6IUhJgOV1zNiSVcKE50TEK2Z3cFJzstR+rYk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 83.0.0 SUCCEEDED Message-ID: <0101019f30ca0b47-7ebd80ed-1dcf-4e05-bd02-b340dfe53263-000000@us-west-2.amazonses.com> Date: Sun, 5 Jul 2026 05:39:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.05-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 05 Jul 2026 05:39:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240137 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *83.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-82.0.1-83.0.0.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 7a5e566d1bc426c48dd72cb738bd46598fc6e400 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 5 Jul 2026 05:32:53 +0000 Subject: [PATCH] python3-setuptools: upgrade 82.0.1 -> 83.0.0 --- ...1-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 2 +- ...ython3-setuptools_82.0.1.bb => python3-setuptools_83.0.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_82.0.1.bb => python3-setuptools_83.0.0.bb} (94%) 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..6e240c47d2 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 015ff68e79298c5148350cf3bf0b72d1d409ba4b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin 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.1.bb b/meta/recipes-devtools/python/python3-setuptools_83.0.0.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_82.0.1.bb rename to meta/recipes-devtools/python/python3-setuptools_83.0.0.bb index c413578faf..e5593c9f73 100644 --- a/meta/recipes-devtools/python/python3-setuptools_82.0.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_83.0.0.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] = "7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9" +SRC_URI[sha256sum] = "025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef" do_install:append() { # setuptools ships Windows launcher executables (cli*.exe, gui*.exe).