From patchwork Fri May 1 14:25:42 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: 87367 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 164BCCD3437 for ; Fri, 1 May 2026 14:25:57 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.15623.1777645543244506823 for ; Fri, 01 May 2026 07:25:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=G8a8O5nS; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=eBRBGsgg; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019de3ee5cee-626d42e2-078d-42ec-bda4-a37baab77648-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=1777645542; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=hELuXYI6cm11hRiZJEmnmehWmTVOh2APaxyqmjDAJqU=; b=G8a8O5nSJ0OZKGoCfflAhcN9imGsz7huk+nBTHIKIQectka9zvMI+WRoMdJOkrO/ pJ6gaTYc59aboLdEKGf4c7zgrVwpOjXShANGgn3Txpq2Rt9/IkIkLDlo+Z/4l8rP2xZ t51KLoaFbB7TWWar5fd94apeF7RJA46RFyoqx5Uc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1777645542; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=hELuXYI6cm11hRiZJEmnmehWmTVOh2APaxyqmjDAJqU=; b=eBRBGsggp7l8Oa11Pk/ojl5fT3CV3nwLXkk2nnmTbasfrOZSvrrlvEImj8DV4f5Z fOeIgkpIgb0k2Y+TnhXPplTIszbyNkOeZaxA95FQg7c+9taWi+c/pCMozz6eb+LeZb6 PKbmOLIVMXLBq9z4OBIJIw6+/mSfHj+HBoy1Tnl4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pip: upgrading to 26.1 SUCCEEDED Message-ID: <0101019de3ee5cee-626d42e2-078d-42ec-bda4-a37baab77648-000000@us-west-2.amazonses.com> Date: Fri, 1 May 2026 14:25:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.01-54.240.27.193 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 ; Fri, 01 May 2026 14:25:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/236245 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-pip* to *26.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pip-upgrade-26.0.1-26.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 93e3d5cb96d6a671a5875d9d45c69d9b4db28324 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 May 2026 09:02:48 +0000 Subject: [PATCH] python3-pip: upgrade 26.0.1 -> 26.1 --- .../python3-pip/no_shebang_mangling.patch | 2 +- ...hon3-pip_26.0.1.bb => python3-pip_26.1.bb} | 25 +++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pip_26.0.1.bb => python3-pip_26.1.bb} (76%) 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 b057852b7e..5823d6307c 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 60093e823780d9a3483844cc3faaed18dc1c351b Mon Sep 17 00:00:00 2001 +From adccf194155f40fb1d387c2cac432341a1dc8a0e 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_26.0.1.bb b/meta/recipes-devtools/python/python3-pip_26.1.bb similarity index 76% rename from meta/recipes-devtools/python/python3-pip_26.0.1.bb rename to meta/recipes-devtools/python/python3-pip_26.1.bb index 28af8f7ec7..2ad597a00f 100644 --- a/meta/recipes-devtools/python/python3-pip_26.0.1.bb +++ b/meta/recipes-devtools/python/python3-pip_26.1.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/urllib3/LICENSE.txt +# +++ src/pip/_vendor/urllib3/LICENSE.txt +# @@ -1,6 +1,6 @@ +# MIT License +# +# -Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt) +# +Copyright (c) 2008-2020 Andrey Petrov and contributors. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# +# + SUMMARY = "The PyPA recommended tool for installing Python packages" HOMEPAGE = "https://pypi.org/project/pip" SECTION = "devel/python" @@ -19,14 +40,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \ file://src/pip/_vendor/rich/LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303 \ file://src/pip/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ file://src/pip/_vendor/truststore/LICENSE;md5=74420fc3965c4558a4a1529e63c2867f \ - file://src/pip/_vendor/urllib3/LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c \ + file://src/pip/_vendor/urllib3/LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda \ " inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8" +SRC_URI[sha256sum] = "81e13ebcca3ffa8cc85e4deff5c27e1ee26dea0aa7fc2f294a073ac208806ff3" do_install:append(){ # pip vendors distlib which ships Windows launcher templates (*.exe).