From patchwork Sat Mar 1 11:25:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 58136 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 4FC3EC35FF0 for ; Sat, 1 Mar 2025 11:25:28 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.7048.1740828319010136327 for ; Sat, 01 Mar 2025 03:25:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Ey0mwGaq; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=RHIEeusS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019551743f4a-beff060e-f6d5-4bc0-8810-2b38b90eca1a-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1740828327; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=SHD6JKPFyKvXN9LmIewb5OR0fQ/BN70L2xU6Dd7JiFE=; b=Ey0mwGaqwqwMsgHCI++hRMWNVLfqmgqVfMA5ePb9D6NQ0ec6rEI/AYuUfUm9cf91 9Hx1Vnw6O8kpSEAsUUuCIxF1xMxjN5aOdnLMDAt8234NOZzXfx4r/GNFpownzLADYJo Hu1b3KQf8JeVn/7r8BABpRsi6EFo3b6iqpLTU2Ek= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1740828327; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=SHD6JKPFyKvXN9LmIewb5OR0fQ/BN70L2xU6Dd7JiFE=; b=RHIEeusSKormmX9LhFMVeLHmtesGLv0JOCBzB97F7P7tbRx3hnfmfLdV6KW40CHz Xdeydj8N7/hn2bngh1hD1lj5gzMbTtnGHIR5aQXGGV879Zkteqp0gSqWBQmdOafoMmA euWnr4irKH37KEy6c6XcDkr/ug/aNHiIf0cLqTcA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 75.8.2 SUCCEEDED Message-ID: <0101019551743f4a-beff060e-f6d5-4bc0-8810-2b38b90eca1a-000000@us-west-2.amazonses.com> Date: Sat, 1 Mar 2025 11:25:27 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.01-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 01 Mar 2025 11:25:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212130 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *75.8.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-75.8.0-75.8.2.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 055b910c9f0ee5f72a78e27759a996e7226029b9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 08:12:32 +0000 Subject: [PATCH] python3-setuptools: upgrade 75.8.0 -> 75.8.2 --- ...istutils-sysconfig.py-make-it-possible-to-substite.patch | 4 ++-- ...01-conditionally-do-not-fetch-code-by-easy_install.patch | 6 +++--- ...n3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} (95%) 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 f5f110d691..3f8ff2eee7 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 b84b849dc72d2523f18fdbbbd28a2cd975596d08 Mon Sep 17 00:00:00 2001 +From 737bcfaef99feb47db9b2c6d695930be7f165115 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 @@ -20,7 +20,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py -index da1eecb..bb02a09 100644 +index ef3def8..577d320 100644 --- a/setuptools/_distutils/sysconfig.py +++ b/setuptools/_distutils/sysconfig.py @@ -122,6 +122,8 @@ def get_python_inc(plat_specific=False, prefix=None): diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch index f320bf4e6f..ebb1e025bc 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From 9441848a121912b6627c7188ab95595684c8306b Mon Sep 17 00:00:00 2001 +From 132537f9a85d1e0579d28c5229adda9c813448ee Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install @@ -20,10 +20,10 @@ Signed-off-by: Trevor Gamblin 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index 66fe68f..8647c20 100644 +index eb1b4c1..4fd8d14 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py -@@ -673,6 +673,11 @@ class easy_install(Command): +@@ -672,6 +672,11 @@ class easy_install(Command): os.path.exists(tmpdir) and _rmtree(tmpdir) def easy_install(self, spec, deps: bool = False) -> Distribution | None: diff --git a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_75.8.0.bb rename to meta/recipes-devtools/python/python3-setuptools_75.8.2.bb index 02e299d0be..e9e6e9b2b6 100644 --- a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += " \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6" +SRC_URI[sha256sum] = "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2" DEPENDS += "python3"