diff mbox series

[AUH] python3-sbom-cve-check: upgrading to 1.2.1 SUCCEEDED

Message ID 0101019d91756cce-1f290cab-1822-41b5-9ca0-f336fa69fc70-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-sbom-cve-check: upgrading to 1.2.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 15, 2026, 2:04 p.m. UTC
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.2.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-sbom-cve-check-upgrade-1.2.0-1.2.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 5ed4ef03252f29b71f47336cd499e4f04379d495 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 15 Apr 2026 09:32:50 +0000
Subject: [PATCH] python3-sbom-cve-check: upgrade 1.2.0 -> 1.2.1

---
 ...xport_yocto-use-correct-type-for-the-version-attrib.patch | 5 +----
 ...om-cve-check_1.2.0.bb => python3-sbom-cve-check_1.2.1.bb} | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/sbom-cve-check/{python3-sbom-cve-check_1.2.0.bb => python3-sbom-cve-check_1.2.1.bb} (84%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/sbom-cve-check/files/0001-export_yocto-use-correct-type-for-the-version-attrib.patch b/meta/recipes-devtools/sbom-cve-check/files/0001-export_yocto-use-correct-type-for-the-version-attrib.patch
index 392f0b99ea..c6423ab233 100644
--- a/meta/recipes-devtools/sbom-cve-check/files/0001-export_yocto-use-correct-type-for-the-version-attrib.patch
+++ b/meta/recipes-devtools/sbom-cve-check/files/0001-export_yocto-use-correct-type-for-the-version-attrib.patch
@@ -1,4 +1,4 @@ 
-From 1a5ae49c520d3569ed12f0c6373b4223d428f92b Mon Sep 17 00:00:00 2001
+From 1a1f0c740464b2a423f8bea68176d93d58db77e5 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@arm.com>
 Date: Thu, 9 Apr 2026 11:55:19 +0100
 Subject: [PATCH] export_yocto: use correct type for the version attribute
@@ -26,6 +26,3 @@  index c8261f4..78d72c0 100644
          with self._open_output_as_text() as f:
              json.dump(json_obj, f, indent=2)
  
--- 
-2.43.0
-
diff --git a/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.2.0.bb b/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.2.1.bb
similarity index 84%
rename from meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.2.0.bb
rename to meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.2.1.bb
index 2a09d8ea4c..6717874998 100644
--- a/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.2.0.bb
+++ b/meta/recipes-devtools/sbom-cve-check/python3-sbom-cve-check_1.2.1.bb
@@ -5,7 +5,7 @@  LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce"
 
 PYPI_PACKAGE = "sbom_cve_check"
-SRC_URI[sha256sum] = "0b01474c541fb4b9d29d36f86fae6d0f27ff2b991fcb59b2fbeb70c1eaa09664"
+SRC_URI[sha256sum] = "d7dfca05cf0cee6b439802fe10689790b9395d436d0d9af6170e23603c2ea5cb"
 
 SRC_URI += "file://0001-export_yocto-use-correct-type-for-the-version-attrib.patch"