From patchwork Sat Mar 15 14:18:20 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: 59078 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 F1449C3601A for ; Sat, 15 Mar 2025 14:18:20 +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.10351.1742048287062527983 for ; Sat, 15 Mar 2025 07:18:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Vkh/mfRd; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=KuL+/FGl; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101959a2b8cfd-7d3d6f51-6345-4991-a6b4-e883057fa751-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=1742048300; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=C9OGFSWouYDb4PbPpuFrXKCfW0GoPBfOX/nRXFlEqSA=; b=Vkh/mfRdRNljI9ZziKxT8IPBOmk1+3NEWK800IgSeTszXIMz+E5gv05kdtXIcbET EGwU76cOmI5uwujyz3WB3pziTqjwDpDAwuzTsEkymfDF/tHbvjB2E4sqP7J6fpJKR61 /yKEssW1E06Ch4CUGZFvf6rZP2gC73K1tdlRj4E0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048300; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=C9OGFSWouYDb4PbPpuFrXKCfW0GoPBfOX/nRXFlEqSA=; b=KuL+/FGlYRNHl5Jg6xQYAlx56BVM9mPSN1niICIKPwa5Wk85XZuvvnnXI7bHdMCm vg0v1ay0WN3zEWqomYXsdU6Ag9emNV0byy52HF7tx9r9PaQ8dQcLpizgzZHhJu0Ip89 OeNTMW80erWIRQfjdpv5HewiqO1qdimyTb2BRgDQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-scons: upgrading to 4.9.0 SUCCEEDED Message-ID: <010101959a2b8cfd-7d3d6f51-6345-4991-a6b4-e883057fa751-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:20 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-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, 15 Mar 2025 14:18:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212917 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-scons* to *4.9.0* has Succeeded. Next steps: - apply the patch: git am 0001-python3-scons-upgrade-4.8.1-4.9.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 53311f7cdd6e865fb4905f13e52c4406f2c3e6f6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 09:34:18 +0000 Subject: [PATCH] python3-scons: upgrade 4.8.1 -> 4.9.0 --- .../python/{python3-scons_4.8.1.bb => python3-scons_4.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-scons_4.8.1.bb => python3-scons_4.9.0.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-scons_4.8.1.bb b/meta/recipes-devtools/python/python3-scons_4.9.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-scons_4.8.1.bb rename to meta/recipes-devtools/python/python3-scons_4.9.0.bb index 8f5e268af8..2163d4b1a3 100644 --- a/meta/recipes-devtools/python/python3-scons_4.8.1.bb +++ b/meta/recipes-devtools/python/python3-scons_4.9.0.bb @@ -4,11 +4,11 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d903b0b8027f461402bac9b5169b36f7" -SRC_URI[sha256sum] = "5b641357904d2f56f7bfdbb37e165ab996b6143c948b9df0efc7305f54949daa" +SRC_URI[sha256sum] = "f1a5e161bf3d1411d780d65d7919654b9405555994621d3d68e42d62114b592a" inherit pypi python_setuptools_build_meta -S = "${WORKDIR}/SCons-${PV}" +S = "${WORKDIR}/scons-${PV}" RDEPENDS:${PN}:class-target = "\ python3-core \