From patchwork Sat Sep 2 10:29:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 29857 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 E3982EE49BF for ; Sat, 2 Sep 2023 10:29:14 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.5725.1693650552718171496 for ; Sat, 02 Sep 2023 03:29:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=LVwMhwIm; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=AkoR6n2O; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018a55708b3c-356986b6-edee-4e53-8238-c4d5837651f0-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=1693650553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=j3JNJTp4wiF3hnnrBzXBbFAn6R/ZcL8ts7jxGSJjaIU=; b=LVwMhwImUR4arrv+VkgqeX99IMyVJt3NXSf0ygFVy3K7soxpK//YUXNCzrDDN4Oy 9roXxS+EqcIvqSga+ewm0b1omItgbQGyc9mmq5FqNh8+Ap8HWEEkwmn79YHKNR+C+SZ ueTWUdAMQsTTYr4ACyuAev5psQss8PvJLzwGBuSY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650553; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=j3JNJTp4wiF3hnnrBzXBbFAn6R/ZcL8ts7jxGSJjaIU=; b=AkoR6n2OW4HQWIdrUpMzV/tybJfH4d/2L9CYhrWciDp8v11iG9MsX3LrIQiJ8u7W UTsaQxj69K280DJA7sfmwvydlWnLbdy3Dw+aO24NMjZpkyVZyrfuwX6DVEgC0BdWKdp IN+agj+V/rtnz6FtKyRZU8jeO/Q8q/dY2jfhuTw8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3: upgrading to 3.11.5 SUCCEEDED Message-ID: <0101018a55708b3c-356986b6-edee-4e53-8238-c4d5837651f0-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:13 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-54.240.27.45 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, 02 Sep 2023 10:29:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187084 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3* to *3.11.5* has Succeeded. Next steps: - apply the patch: git am 0001-python3-upgrade-3.11.4-3.11.5.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 919594fcd9c8aca80bbed8646e0de8b39b94d9d1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Sep 2023 18:22:39 +0000 Subject: [PATCH] python3: upgrade 3.11.4 -> 3.11.5 --- .../0001-Don-t-search-system-for-headers-libraries.patch | 2 +- ...1-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch | 2 +- .../python3/12-distutils-prefix-is-inside-staging-area.patch | 2 +- .../python/{python3_3.11.4.bb => python3_3.11.5.bb} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3_3.11.4.bb => python3_3.11.5.bb} (99%) diff --git a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch index 222a567dd5..f83db37d95 100644 --- a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch +++ b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch @@ -1,4 +1,4 @@ -From aa8f1709c54557d2b51a9a37d15ccc3de62e90cb Mon Sep 17 00:00:00 2001 +From 028903d521ad50c9f3ef01b29f833520a31a57eb Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Wed, 4 Mar 2020 00:06:42 +0000 Subject: [PATCH] Don't search system for headers/libraries diff --git a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch index a0f3d72992..4a5e77cd29 100644 --- a/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch +++ b/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch @@ -1,4 +1,4 @@ -From 512c617bd00b74b30a80dd56a12391de46e2b6cf Mon Sep 17 00:00:00 2001 +From b10edf62b15bbcd2ba80f1b16958ac162fa974ae Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 10 Sep 2021 12:28:31 +0200 Subject: [PATCH] Lib/sysconfig.py: use prefix value from build configuration diff --git a/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch b/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch index bbdd8b586e..2febbf4162 100644 --- a/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch +++ b/meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch @@ -1,4 +1,4 @@ -From 843574d5a5b0818e83e20f8c0389d567bd4733fb Mon Sep 17 00:00:00 2001 +From d927153d55ff35d65a754f2d37a509fbeca6d310 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 14 May 2013 15:00:26 -0700 Subject: [PATCH] python3: Add target and native recipes diff --git a/meta/recipes-devtools/python/python3_3.11.4.bb b/meta/recipes-devtools/python/python3_3.11.5.bb similarity index 99% rename from meta/recipes-devtools/python/python3_3.11.4.bb rename to meta/recipes-devtools/python/python3_3.11.5.bb index ac4c6221ca..10a4811f64 100644 --- a/meta/recipes-devtools/python/python3_3.11.4.bb +++ b/meta/recipes-devtools/python/python3_3.11.5.bb @@ -39,7 +39,7 @@ SRC_URI:append:class-native = " \ file://12-distutils-prefix-is-inside-staging-area.patch \ file://0001-Don-t-search-system-for-headers-libraries.patch \ " -SRC_URI[sha256sum] = "2f0e409df2ab57aa9fc4cbddfb976af44e4e55bf6f619eee6bc5c2297264a7f6" +SRC_URI[sha256sum] = "85cd12e9cf1d6d5a45f17f7afe1cebe7ee628d3282281c492e86adf636defa3f" # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar"