[1/1] update debsbom to v0.7.0

Message ID 20260317145356.2289738-1-felix.moessbauer@siemens.com
State New
Headers show
Series [1/1] update debsbom to v0.7.0 | expand

Commit Message

MOESSBAUER, Felix March 17, 2026, 2:53 p.m. UTC
This brings an isar relevant fix to properly fill in the root components
supplier on CycloneDX.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 .../{python3-debsbom_0.6.1.bb => python3-debsbom_0.7.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/python3-debsbom/{python3-debsbom_0.6.1.bb => python3-debsbom_0.7.0.bb} (95%)

Patch

diff --git a/meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb b/meta/recipes-support/python3-debsbom/python3-debsbom_0.7.0.bb
similarity index 95%
rename from meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
rename to meta/recipes-support/python3-debsbom/python3-debsbom_0.7.0.bb
index 7cc2b601..73c5a32b 100644
--- a/meta/recipes-support/python3-debsbom/python3-debsbom_0.6.1.bb
+++ b/meta/recipes-support/python3-debsbom/python3-debsbom_0.7.0.bb
@@ -35,7 +35,7 @@  SRC_URI = "git://github.com/siemens/debsbom.git;protocol=https;branch=main; \
            file://rules \
            file://0001-Use-old-license-description-in-pyproject.toml.patch \
            "
-SRCREV = "6ca83a00bc80e8eddc67bff757585d6568f06063"
+SRCREV = "a9e3a443e84d94843b02aaec3a053852f03eb4f9"
 
 do_prepare_build[cleandirs] += "${S}/debian"
 do_prepare_build() {