From patchwork Fri Mar 1 22:05:16 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: 40377 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 65A98C54ED6 for ; Fri, 1 Mar 2024 22:05:20 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web10.36632.1709330716812796276 for ; Fri, 01 Mar 2024 14:05:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=GISCIXyJ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=quTBa6FD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018dfc0cd619-f2a4224a-da10-4820-af51-6c9e94d79435-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=1709330717; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=afFSKO2kj5cjSZgviGPC2eUnY2xP5/VdgaDKe7RyYF8=; b=GISCIXyJP/mP8KIX2aXefoXVmeRezgO17cbsF7p7t/GA/cz2R5yg2TDlZlZ5I0PX CDuB1mlkjw4jzA63ko1N97GKs5FG9+n+LJhn2pyBFszdkrBPMPSKj09Isbzd5jFviNe FyqahGQKHSu544nilvwL17uq+PVSByNowkg67PV0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1709330717; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=afFSKO2kj5cjSZgviGPC2eUnY2xP5/VdgaDKe7RyYF8=; b=quTBa6FDkQI5cGhoWJaVEZ7ocU5nXGOp/8XD3kdmlF8VRnD8l+ZJQPAB6cWKrp9/ o7To4C+B3sBgrM2Qaw+WoEIkdI69HhkKhMF/yYrMwIFGWhAJH16tgvWuHTz8LZqksFq WxCUAq7rMQ81F2fW7dVjLSt4d9dnIXkGP7HmNfzA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] python3-setuptools: upgrading to 69.1.1 SUCCEEDED Message-ID: <0101018dfc0cd619-f2a4224a-da10-4820-af51-6c9e94d79435-000000@us-west-2.amazonses.com> Date: Fri, 1 Mar 2024 22:05:16 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.03.01-54.240.27.30 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, 01 Mar 2024 22:05:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/196507 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-setuptools* to *69.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-setuptools-upgrade-69.0.3-69.1.1.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 be7a3f847e3f312ac405c7789ed75f2e07ce0070 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Mar 2024 12:49:23 +0000 Subject: [PATCH] python3-setuptools: upgrade 69.0.3 -> 69.1.1 --- ...distutils-sysconfig.py-make-it-possible-to-substite.patch | 3 +-- ...001-conditionally-do-not-fetch-code-by-easy_install.patch | 5 ++--- ...on3-setuptools_69.0.3.bb => python3-setuptools_69.1.1.bb} | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_69.0.3.bb => python3-setuptools_69.1.1.bb} (94%) 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..0f6c9d250d 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 d393759315b189a738e4b6a2ce31dc18dbbfae29 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 @@ -15,7 +15,6 @@ would happen to this module in light of distutils deprecation. Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin - --- setuptools/_distutils/sysconfig.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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..2a3c71fb62 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 40648dfa770f9f7b9b9efa501c9ef7af96be9f2d 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 @@ -9,13 +9,12 @@ internet by easy_install. Upstream-Status: Inappropriate [oe specific] Signed-off-by: Hongxu Jia - --- setuptools/command/easy_install.py | 5 +++++ 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.1.bb similarity index 94% rename from meta/recipes-devtools/python/python3-setuptools_69.0.3.bb rename to meta/recipes-devtools/python/python3-setuptools_69.1.1.bb index 715c89338f..77d4e0aa03 100644 --- a/meta/recipes-devtools/python/python3-setuptools_69.0.3.bb +++ b/meta/recipes-devtools/python/python3-setuptools_69.1.1.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] = "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8" DEPENDS += "python3"