From patchwork Sun Feb 1 13:12:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 80174 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 A55F0D172BC for ; Sun, 1 Feb 2026 13:12:56 +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.msgproc01-g2.29190.1769951567290234621 for ; Sun, 01 Feb 2026 05:12:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=pZVc6hUI; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Z3cOKfyE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019c1955a8a5-2ce5d46a-08e9-4705-9982-6bef4a40725c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1769951570; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=PsotgqL9TUosTkvnsnkQ1bML+tEnRG3bvzDUJla8dm8=; b=pZVc6hUIZ5OQW88raWpmaojUxwDGDfTbiKDoM4NUuTenLvtxtVfTMjCHofvvFbum 62r+EeOeRKHeND0kqsQ74yQjjNuqDPH9OUhzkmHahMKJhTdctZDkGLv0G7FBlT3WVv+ z4i3+kqV4wPDYMtlcCOkNjaXe29NEgPSVCMWZxQM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1769951570; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=PsotgqL9TUosTkvnsnkQ1bML+tEnRG3bvzDUJla8dm8=; b=Z3cOKfyEC6hurSAuv5ePF/0N8cfwzRM8cNCUKtvbDTxuOEODXmWpZkUYMScsAmrU ulHoKgMKD3tuYAUDJ4kN2LTPT7RlkvDo2YjhggvQ+FBoJkdpHRfdm287TNcYUfTV4yX D2XmcsLIUMY5qoRwrh8JaYFGIGxQzdGnyZ8d5nkU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pip: upgrading to 26.0 SUCCEEDED Message-ID: <0101019c1955a8a5-2ce5d46a-08e9-4705-9982-6bef4a40725c-000000@us-west-2.amazonses.com> Date: Sun, 1 Feb 2026 13:12:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.02.01-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 01 Feb 2026 13:12:56 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/230284 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pip* to *26.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pip-upgrade-25.3-26.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 6c8a26928f6b62d6808baa11a6470221e2864ae4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Feb 2026 08:51:25 +0000 Subject: [PATCH] python3-pip: upgrade 25.3 -> 26.0 --- .../python3-pip/no_shebang_mangling.patch | 2 +- ...ython3-pip_25.3.bb => python3-pip_26.0.bb} | 25 +++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pip_25.3.bb => python3-pip_26.0.bb} (74%) 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 c71b46bca4..2cceebacac 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 48fa8ab5e68b0e349d988ea45bb6a8e2f9bf8fd3 Mon Sep 17 00:00:00 2001 +From fc049f7a6709642aab03e350a276577a23f4dd32 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_25.3.bb b/meta/recipes-devtools/python/python3-pip_26.0.bb similarity index 74% rename from meta/recipes-devtools/python/python3-pip_25.3.bb rename to meta/recipes-devtools/python/python3-pip_26.0.bb index bbc70e3eae..45f00b8897 100644 --- a/meta/recipes-devtools/python/python3-pip_25.3.bb +++ b/meta/recipes-devtools/python/python3-pip_26.0.bb @@ -1,3 +1,24 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- src/pip/_vendor/idna/LICENSE.md +# +++ src/pip/_vendor/idna/LICENSE.md +# @@ -1,6 +1,6 @@ +# BSD 3-Clause License +# +# -Copyright (c) 2013-2024, Kim Davies and contributors. +# +Copyright (c) 2013-2025, Kim Davies and contributors. +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SUMMARY = "The PyPA recommended tool for installing Python packages" HOMEPAGE = "https://pypi.org/project/pip" SECTION = "devel/python" @@ -7,7 +28,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \ file://src/pip/_vendor/certifi/LICENSE;md5=11618cb6a975948679286b1211bd573c \ file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \ file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \ - file://src/pip/_vendor/idna/LICENSE.md;md5=204c0612e40a4dd46012a78d02c80fb1 \ + file://src/pip/_vendor/idna/LICENSE.md;md5=18a4795c19833413a7e2f1cb3cd3b143 \ file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \ file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \ file://src/pip/_vendor/pkg_resources/LICENSE;md5=141643e11c48898150daa83802dbc65f \ @@ -26,7 +47,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343" +SRC_URI[sha256sum] = "3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa" RDEPENDS:${PN} = "\ python3-compile \