From patchwork Sat Mar 15 14:18:22 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: 59124 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 11451C369A7 for ; Sat, 15 Mar 2025 14:18:32 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.10343.1742048303232312555 for ; Sat, 15 Mar 2025 07:18:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=FYR0raLe; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Zs5HfK7u; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101959a2b9605-722d0970-b334-4ab2-947a-e56fcdaa3b8f-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=1742048302; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JL5ofUKngsHKNRnjtWj5wOPMyD+Rt77hUTG6ERQrfuQ=; b=FYR0raLeZ43UMaUb06bGC+RM9ae7nGzKgS2t8HZ2ENBLZbDNLTymoU7hQSS3/hU4 uKq6zYZa3qqrb9Ajx3bvK0urNXhmYCxgnIEYnuyamioXl5QwILkPPW1ix0kgmSJrTm5 fyVfo8e3O/Som9BF2oi5oGnwRXUTPlaThnrVYqIo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048302; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JL5ofUKngsHKNRnjtWj5wOPMyD+Rt77hUTG6ERQrfuQ=; b=Zs5HfK7usBWkJcXvWBnOW0E0/VibP8TbgYcslVhbioc3ksUsSW5LywpwdiTEjUJh DKwn4c1klW7lMKfMbAUzIDHdPfVuLZr7xSI8pM3niDT9HUsLhIvWCXdCAzaLMhdj32u BkqeITFbnxuSoVkKbmT0b1snhzW0zfZJ34kgurz8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 76.0.0 SUCCEEDED Message-ID: <010101959a2b9605-722d0970-b334-4ab2-947a-e56fcdaa3b8f-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:22 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.33 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, 15 Mar 2025 14:18:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212926 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-setuptools* to *76.0.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-75.8.2-76.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 31fa97310799d3694e3eab9eb80a4198259688ca Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 09:44:23 +0000 Subject: [PATCH] python3-setuptools: upgrade 75.8.2 -> 76.0.0 --- ..._distutils-sysconfig.py-make-it-possible-to-substite.patch | 4 ++-- ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...hon3-setuptools_75.8.2.bb => python3-setuptools_76.0.0.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_75.8.2.bb => python3-setuptools_76.0.0.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..e2fd53e039 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 801b64480490e99c5eb062401149d1f1a945e8f8 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 83fcb27f2d..0e75d0f62c 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 88df88cfa90281468114efb368bd37213f2b0fb7 Mon Sep 17 00:00:00 2001 +From a8bffb1a3d0273d049b93df18982edee7b0cc4ec 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 diff --git a/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb b/meta/recipes-devtools/python/python3-setuptools_76.0.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_75.8.2.bb rename to meta/recipes-devtools/python/python3-setuptools_76.0.0.bb index e9e6e9b2b6..71c8eb1a1f 100644 --- a/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb +++ b/meta/recipes-devtools/python/python3-setuptools_76.0.0.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] = "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2" +SRC_URI[sha256sum] = "43b4ee60e10b0d0ee98ad11918e114c70701bc6051662a9a675a0496c1a158f4" DEPENDS += "python3"