From patchwork Sat Feb 1 13:20:53 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: 56414 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 86E46C021B6 for ; Sat, 1 Feb 2025 13:21:01 +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.42721.1738416054114536634 for ; Sat, 01 Feb 2025 05:20:54 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=fEbb7YIX; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=dJKV63QU; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 01010194c1abdcab-7737cbe6-b7c0-4622-a7f2-7575a79241ad-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=1738416053; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=FEz5pNPg306k9iCAMTYwM8pbqgNUKc7iJYeM8keFZyo=; b=fEbb7YIXhVEXM9FpvKn4j1RNkuSft6A5syuvoPjxEOea11mMOzlQrzEeI5RrKa7O QpB2Tf/9yHPCrw90LtHoqGlI0QW20nSx9W4BVc0WEhNT2hARoNwg7IosGQHtjdSetX5 h8/zguqJYLvCtO8dDOTQDnY5uISEPO/sHcY8+rDQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416053; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=FEz5pNPg306k9iCAMTYwM8pbqgNUKc7iJYeM8keFZyo=; b=dJKV63QU3uftouM+y8/IvpDdEo2HPrGx5k9p1OkPwbZ75FjgsVSa5Enkk5DbE1M7 4hKa6Q/SvS6i1R/EAoLczaoyOKCwvDbC3H0r7DFEt1XaISv5H7yCYQRqPNNse6sd8Er vdwN5DoVHgIsOsvJgv20OQ2eFKVqRv/A3ySwQ1ZM= MIME-Version: 1.0 From: auh@yoctoproject.org To: Zang Ruochen Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pip: upgrading to 25.0 SUCCEEDED Message-ID: <01010194c1abdcab-7737cbe6-b7c0-4622-a7f2-7575a79241ad-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:20:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-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, 01 Feb 2025 13:21:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210537 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pip* to *25.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pip-upgrade-24.3.1-25.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 61e49c251e40994bb32a7c2e9817858c7c9236f1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 08:14:53 +0000 Subject: [PATCH] python3-pip: upgrade 24.3.1 -> 25.0 --- .../python/python3-pip/no_shebang_mangling.patch | 2 +- .../python/{python3-pip_24.3.1.bb => python3-pip_25.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pip_24.3.1.bb => python3-pip_25.0.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch index f95071bfb2..71836dca07 100644 --- a/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch +++ b/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch @@ -1,4 +1,4 @@ -From 5d0b54ea2aae600a2c3a2b6ec71acf99290640e7 Mon Sep 17 00:00:00 2001 +From a715a622989ac182d18f6f2ada8201122282d889 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 23 Feb 2022 12:27:06 +0000 Subject: [PATCH] python3-pip: Don't change shebang diff --git a/meta/recipes-devtools/python/python3-pip_24.3.1.bb b/meta/recipes-devtools/python/python3-pip_25.0.bb similarity index 96% rename from meta/recipes-devtools/python/python3-pip_24.3.1.bb rename to meta/recipes-devtools/python/python3-pip_25.0.bb index 1fa246e4f1..8908fc9115 100644 --- a/meta/recipes-devtools/python/python3-pip_24.3.1.bb +++ b/meta/recipes-devtools/python/python3-pip_25.0.bb @@ -27,7 +27,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99" +SRC_URI[sha256sum] = "8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b" RDEPENDS:${PN} = "\ python3-compile \