From patchwork Fri Sep 15 18:59:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 30527 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 03961EEE27A for ; Fri, 15 Sep 2023 19:00:01 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.29681.1694804394224851634 for ; Fri, 15 Sep 2023 11:59:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=OVhagk0v; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=cPVa41wM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018a9a36bda4-53816a3b-6be0-4f4f-b1d0-ea393beb95fd-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=1694804393; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=KGmpEy1RIZwAwu3dXAN7bkR55lzg21N2XgZtUiPeqFU=; b=OVhagk0vUcVNS/wO4fNf4RdXGzR7wOA3XX+SZQVdlAujBt51SA/DsoPYpQ2CHw3U dWsM+EA8Mkk4xP+m5vwFh7SEPX9BYo6BUegnzgdFRhGyXFIrVOZHfm/Rs/BKYGA4O8x dt/5bvCNEefAqIEkkSB8Syvlzx6Xit6yPiqNJJnw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1694804393; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=KGmpEy1RIZwAwu3dXAN7bkR55lzg21N2XgZtUiPeqFU=; b=cPVa41wM0b5yw567XnHO3SvHcf0eSdr/kciUU0+/lN1UyRj8XO50TaLe6g79LV0E REhgQ0EErU+Me/ooRuCzo5ntEhg/uOyt/E6lGkT/Wnm4ejcp5bZ6tR16urnlP8O9jVs jttg/OqdYVXlbtvNUERzu0CUaWKpb5xjimDX/AM8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 68.2.2 SUCCEEDED Message-ID: <0101018a9a36bda4-53816a3b-6be0-4f4f-b1d0-ea393beb95fd-000000@us-west-2.amazonses.com> Date: Fri, 15 Sep 2023 18:59:53 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.15-54.240.27.192 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 ; Fri, 15 Sep 2023 19:00:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187716 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *68.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-68.2.1-68.2.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 bc77c8f01870ba87aeabddbefaab1cdb7b93a4ad Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Sep 2023 10:38:24 +0000 Subject: [PATCH] python3-setuptools: upgrade 68.2.1 -> 68.2.2 --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_68.2.1.bb => python3-setuptools_68.2.2.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_68.2.1.bb => python3-setuptools_68.2.2.bb} (95%) 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 6b467184d7..9b17dba178 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 c4a48e6a75a5865a7c8d61a0f060aca9ba92477b Mon Sep 17 00:00:00 2001 +From 519e2845014f04b4c23b5cf8f92fc4e5dcf40f20 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_68.2.1.bb b/meta/recipes-devtools/python/python3-setuptools_68.2.2.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_68.2.1.bb rename to meta/recipes-devtools/python/python3-setuptools_68.2.2.bb index e4aaa914a3..06957d7000 100644 --- a/meta/recipes-devtools/python/python3-setuptools_68.2.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_68.2.2.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] = "56ee14884fd8d0cd015411f4a13f40b4356775a0aefd9ebc1d3bfb9a1acb32f1" +SRC_URI[sha256sum] = "4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87" DEPENDS += "${PYTHON_PN}"