From patchwork Fri Jun 16 03:51:23 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: 25757 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 C9232C25B77 for ; Fri, 16 Jun 2023 03:51:28 +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.web11.811.1686887483853747840 for ; Thu, 15 Jun 2023 20:51:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Q+0WmPqd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 01010188c254465a-f840fc64-c549-477d-8e0c-811a31ff36fe-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=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=1BucNiW3N1j4tC71vq9yZPgIj5pwKJuF5TqE4YxP+0Y=; b=Q+0WmPqdjETVkdPE8RJ/qxWQbqTcJ9WPiHspGonWLgooA2sxbn/COEd+svhzf1Az Djwfh6HcGrRpifxaCgq6sFLpR0HZPp3NAdsB5ajhjACE6Pkb7l6UgnJsBHY/nZqs+2A /yIvzmQGQJFVJN3S2D4Fz/w1kfDfAFmwaE0dKUbg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=1BucNiW3N1j4tC71vq9yZPgIj5pwKJuF5TqE4YxP+0Y=; b=FeQGyetbRv2hng0GCgxydN+SdOwdc3Opt0jBk4JKfXiBd2Ibefa2fwQFK4yELCMK fyDvogb5xp8fHrQdQWQCASivsVYu9wSkXV+QGObu/ZB9ZjlSyeG7Fd1zprjQ5+6VUSK cNEKPafy5PhcLzmN7XRry1plDuF6FWHG6ApWH8kk= MIME-Version: 1.0 From: auh@yoctoproject.org To: Oleksandr Kravchuk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 67.8.0 FAILED Message-ID: <01010188c254465a-f840fc64-c549-477d-8e0c-811a31ff36fe-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-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, 16 Jun 2023 03:51:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182935 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *67.8.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-67.6.1-67.8.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 09ab15cf6c3552a42df5a3f761856355c22b9406 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 13:54:07 +0000 Subject: [PATCH] python3-setuptools: upgrade 67.6.1 -> 67.8.0 --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_67.6.1.bb => python3-setuptools_67.8.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_67.6.1.bb => python3-setuptools_67.8.0.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 4d56dc89ba..547a6c8392 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 2b06ca797d3ccc5b195aaa04a085c44bf61d4de3 Mon Sep 17 00:00:00 2001 +From 0c742a11d03869e8d610877c425c07acb4063563 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_67.6.1.bb b/meta/recipes-devtools/python/python3-setuptools_67.8.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_67.6.1.bb rename to meta/recipes-devtools/python/python3-setuptools_67.8.0.bb index ad0d7cc527..f9a81491b2 100644 --- a/meta/recipes-devtools/python/python3-setuptools_67.6.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools_67.8.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] = "257de92a9d50a60b8e22abfcbb771571fde0dbf3ec234463212027a4eeecbe9a" +SRC_URI[sha256sum] = "62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102" DEPENDS += "${PYTHON_PN}"