From patchwork Thu Feb 15 17:32:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 39437 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 338F5C54E9D for ; Thu, 15 Feb 2024 17:32:36 +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.20335.1708018345907633576 for ; Thu, 15 Feb 2024 09:32:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=aT3PH3/C; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=SgRpV/sU; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018dadd3a3ff-b647a1fe-be47-4b6a-a5a8-dafff1fefd34-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=1708018345; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=3iD5VmJdzW5slsIFwrS4U9X4nkfLqQrmo87dIuP6cpc=; b=aT3PH3/CxpPcXJtfEk1hO+b7VI7y+UM7Zoahz44zHReYxBm5cZqECMfsCID9+Gnk Puym0WKo7EnqOFLe5wt5E0GHrTWmWnp6VcRKiGQIGSAljEiSxXBThC8Up6cOXxAnRAj ouIui0IGumR6UMgoNcfcLuOPorgl/UTtVTJVPES0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018345; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=3iD5VmJdzW5slsIFwrS4U9X4nkfLqQrmo87dIuP6cpc=; b=SgRpV/sUirq7lCMZvrnZiEnyEr3M1vrqUtnp9Dt5xfDOHcasbsV6RMsufZkzvnIy LogxIzI428PvYdJOkg05lRWxrR31kw/3xBaBJO/HUnU01w8QFRDm9U2wpwacM7Vyyx3 oOPtFpDsO33RV/SjbfPPSmyWLkl67iv5wtVFQwoU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 69.1.0 SUCCEEDED Message-ID: <0101018dadd3a3ff-b647a1fe-be47-4b6a-a5a8-dafff1fefd34-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:24 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195613 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *69.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-69.0.3-69.1.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 afbf595606a92fae5ff333d6a7fdbac93ac0789a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 08:29:53 +0000 Subject: [PATCH] python3-setuptools: upgrade 69.0.3 -> 69.1.0 --- ..._distutils-sysconfig.py-make-it-possible-to-substite.patch | 2 +- ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++-- ...hon3-setuptools_69.0.3.bb => python3-setuptools_69.1.0.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_69.0.3.bb => python3-setuptools_69.1.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 7cafde4d5d..d5b15fbae0 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 bfa655d63e79ba5a75441604ca14a70800794189 Mon Sep 17 00:00:00 2001 +From be214c69d44b3ac3f647ea107554d76d0a407391 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/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 9b17dba178..42c19292c1 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 519e2845014f04b4c23b5cf8f92fc4e5dcf40f20 Mon Sep 17 00:00:00 2001 +From 4bc7fa8fe7abe824abedbc1c0654679e1586a4f1 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 @@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index 8ba4f09..8ea40c5 100644 +index 5d6fd5c..377e575 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -676,6 +676,11 @@ class easy_install(Command): diff --git a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb b/meta/recipes-devtools/python/python3-setuptools_69.1.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_69.0.3.bb rename to meta/recipes-devtools/python/python3-setuptools_69.1.0.bb index ae8944f8b3..9f808a2562 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.1.0.bb @@ -11,7 +11,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] = "be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78" +SRC_URI[sha256sum] = "850894c4195f09c4ed30dba56213bf7c3f21d86ed6bdaafb5df5972593bfc401" DEPENDS += "${PYTHON_PN}"