From patchwork Thu Jun 25 05:42:32 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: 90901 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 9B799CDB47F for ; Thu, 25 Jun 2026 05:42:44 +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.msgproc02-g2.5192.1782366153835279527 for ; Wed, 24 Jun 2026 22:42:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=UiNfl6WN; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=NVZVeIcE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019efd4d28c0-fbe91d1e-84bb-4849-bc43-cec4cb6c3fa8-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=1782366153; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Wv+7NTiji9sfPiKJmrFtyE2BX5iTp/UNYyd5pny97oo=; b=UiNfl6WNbxYwNH00WBNQ6b0etsQGgLZ+zPDbxiRA8iVVZhHlqcvHGBWdsp3mRoSa L030DWdPd1h2mbquuh0uEQGc/3IITN62P6htcVxWDv0NQTWQ90X+/Y1g6dKMKEGsB4l 7B9HdlP/oSjBJLut/8tzeEuPZIU4wBZrAzk3r5i0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782366153; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Wv+7NTiji9sfPiKJmrFtyE2BX5iTp/UNYyd5pny97oo=; b=NVZVeIcEtXRKUlaM2xdSQOEnQpcvcG6qxnlJi8vmErYK0fSb2B+Z6T/UeR5Em5y9 xoi2wmVJMZjiG85DUW793gRY7jTcyJHQGZj6PW5wvYXLqJAZCgrM7Gtl/r4xC7XYFuU sNjWGP2y/HZikI2yIdJkPCu8fV+D2fQrru9R6IQg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Benjamin Robin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-sbom-cve-check: upgrading to 1.3.2 SUCCEEDED Message-ID: <0101019efd4d28c0-fbe91d1e-84bb-4849-bc43-cec4cb6c3fa8-000000@us-west-2.amazonses.com> Date: Thu, 25 Jun 2026 05:42:32 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.25-54.240.27.45 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 ; Thu, 25 Jun 2026 05:42:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239539 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-sbom-cve-check* to *1.3.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-sbom-cve-check-upgrade-1.3.1-1.3.2.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 12a64b778a34cae52be492f41ea15bc0afe5c1ec Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 25 Jun 2026 05:36:25 +0000 Subject: [PATCH] python3-sbom-cve-check: upgrade 1.3.1 -> 1.3.2 --- ...-sbom-cve-check_1.3.1.bb => python3-sbom-cve-check_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/sbom-cve-check/{python3-sbom-cve-check_1.3.1.bb => python3-sbom-cve-check_1.3.2.bb} (82%) diff --git a/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.1.bb b/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.2.bb similarity index 82% rename from meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.1.bb rename to meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.2.bb index 8120848a66..f14901e300 100644 --- a/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.1.bb +++ b/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.3.2.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce" PYPI_PACKAGE = "sbom_cve_check" -SRC_URI[sha256sum] = "675828b2f02f11620b7a229853a24d09264bf41161be5fbb80a92456f46a14e0" +SRC_URI[sha256sum] = "0a7f07a0c6ce45d40adc6d311ddc25c4466f59bafcbce149b6fb3663791a5d89" inherit pypi python_hatchling