diff mbox series

[19/26] python3-spdx-tools: upgrade 0.8.2 -> 0.8.3

Message ID 1728452955-25051-19-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/26] bash: upgrade 5.2.32 -> 5.2.37 | expand

Commit Message

Wang Mingyu Oct. 9, 2024, 5:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==============
- fix license expression error handling in tag-value parser
- spdx3: software_purpose: add REQUIREMENT type
- fix tag-value parser: parse Tool or Organization as annotator
- shorten output of FileNotFoundError when called via the CLI
- fix tag-value output when related_spdx_element_id is "NONE" or "NOASSERTION"
- catch decoding errors while parsing using the cli tool
- replace Licensing() with spdx_licensing
- spdx3: element_writer: switch from tab characters to two spaces
- fix tag-value parser to allow NONE and NOASSERTION for package source info as they are valid strings
- update changelog for 0.8.3 release

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-spdx-tools_0.8.2.bb => python3-spdx-tools_0.8.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-spdx-tools_0.8.2.bb => python3-spdx-tools_0.8.3.bb} (89%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb b/meta/recipes-devtools/python/python3-spdx-tools_0.8.3.bb
similarity index 89%
rename from meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb
rename to meta/recipes-devtools/python/python3-spdx-tools_0.8.3.bb
index 6573ae9eee..0f05679322 100644
--- a/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb
+++ b/meta/recipes-devtools/python/python3-spdx-tools_0.8.3.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://github.com/spdx/tools-python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dc7f21ccff0f672f2a7cd6f412ae627d"
 
-SRC_URI[sha256sum] = "aea4ac9c2c375e7f439b1cef5ff32ef34914c083de0f61e08ed67cd3d9deb2a9"
+SRC_URI[sha256sum] = "68b8f9ce2893b5216bd90b2e63f1c821c2884e4ebc4fd295ebbf1fa8b8a94b93"
 
 BBCLASSEXTEND = "native nativesdk"