From patchwork Thu Feb 15 17:32:24 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: 39409 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 283C3C54ECF for ; Thu, 15 Feb 2024 17:32:38 +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.20165.1708018345466908407 for ; Thu, 15 Feb 2024 09:32:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=gf0U9wcp; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=mmhqEF49; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018dadd3a2b9-56770280-4e3c-450d-a640-66d0109308c9-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=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=MqACuxZIoJQ+UgTSf5jALOrU9kTMcONqzkxggeYBkcE=; b=gf0U9wcprpmOBdAgMJIjS29DExveGPWotfW7xf+lIdjCEanRFQewnAl4Zl1LB5Fk YLUHuBCKKih4UUXyvZzg7xF+ka7N0anVrcouCE3nXptIBWLnTQ1cWKHncn42DslKdpk pySTok3IDBvFZUAgVpr8yPtH8zR8wf+f0T5cz6IA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=MqACuxZIoJQ+UgTSf5jALOrU9kTMcONqzkxggeYBkcE=; b=mmhqEF49EtAUxOH/bPF00w2Oq+Xi4ZAtdmcZSu7v31YNV/goA6CgxNbIhSSiOrPo /b48J7swowpgXRwyXdmCPsxWv1eubsJbyBs8p/gq3zuIE4W+Jk+3lIfReQQaPRXbXDW oMBRP1mO65WudCV9oAkAjXCfi0QODsMyM3mRj/tI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Zang Ruochen Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-pip: upgrading to 24.0 SUCCEEDED Message-ID: <0101018dadd3a2b9-56770280-4e3c-450d-a640-66d0109308c9-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:24 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195594 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pip* to *24.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-pip-upgrade-23.3.2-24.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 6a11a4d5a0067dd2987f31b25122b1aaaff2408f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 08:14:09 +0000 Subject: [PATCH] python3-pip: upgrade 23.3.2 -> 24.0 --- .../python/python3-pip/no_shebang_mangling.patch | 8 ++++---- .../python/{python3-pip_23.3.2.bb => python3-pip_24.0.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-devtools/python/{python3-pip_23.3.2.bb => python3-pip_24.0.bb} (97%) 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 b59f4888da..8d03a8d0b5 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 915bf32cd117cd86cc0d4b96bc9490b1c7119ffd Mon Sep 17 00:00:00 2001 +From ef0b3b1dd02802d35ab68f9b445997f4006ec68c 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 @@ -14,10 +14,10 @@ Upstream-Status: Inappropriate [OE specific config] 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py -index d270624..42c0d10 100644 +index cfa45d2..313f499 100644 --- a/src/pip/_vendor/distlib/scripts.py +++ b/src/pip/_vendor/distlib/scripts.py -@@ -137,6 +137,8 @@ class ScriptMaker(object): +@@ -144,6 +144,8 @@ class ScriptMaker(object): See also: http://www.in-ulm.de/~mascheck/various/shebang/#length https://hg.mozilla.org/mozilla-central/file/tip/mach """ @@ -26,7 +26,7 @@ index d270624..42c0d10 100644 if os.name != 'posix': simple_shebang = True else: -@@ -348,7 +350,7 @@ class ScriptMaker(object): +@@ -362,7 +364,7 @@ class ScriptMaker(object): return match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) diff --git a/meta/recipes-devtools/python/python3-pip_23.3.2.bb b/meta/recipes-devtools/python/python3-pip_24.0.bb similarity index 97% rename from meta/recipes-devtools/python/python3-pip_23.3.2.bb rename to meta/recipes-devtools/python/python3-pip_24.0.bb index 0f2ab9288b..be4a29500a 100644 --- a/meta/recipes-devtools/python/python3-pip_23.3.2.bb +++ b/meta/recipes-devtools/python/python3-pip_24.0.bb @@ -33,7 +33,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149" +SRC_URI[sha256sum] = "ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2" do_install:append() { rm -f ${D}/${bindir}/pip