From efe9ae014989d08d58bfbe99411b8b9cd05abdb6 Mon Sep 17 00:00:00 2001 From: Marta Rybczynska Date: Thu, 2 Nov 2023 13:45:44 +0100 Subject: python3-spdx-tools: upgrade 0.8.1 -> 0.8.2 Changelog: added optional encoding parameter for parsing files fixed handling of the FilesAnalyzed field in Tag-Value format fixed the validation of the DownloadLocation field fixed the error handling while parsing license expressions fixed output of timezone-sensitive datetimes added code architecture documentation (From OE-Core rev: 70cfcb9ffadf463c3f96b97925db958e8c65af9d) Signed-off-by: Marta Rybczynska Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-spdx-tools_0.8.1.bb | 28 ---------------------- .../python/python3-spdx-tools_0.8.2.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-spdx-tools_0.8.1.bb create mode 100644 meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-spdx-tools_0.8.1.bb b/meta/recipes-devtools/python/python3-spdx-tools_0.8.1.bb deleted file mode 100644 index f58a138430..0000000000 --- a/meta/recipes-devtools/python/python3-spdx-tools_0.8.1.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Python tool to parse, validate and convert spdx files" -HOMEPAGE = "https://github.com/spdx/tools-python" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dc7f21ccff0f672f2a7cd6f412ae627d" - -SRC_URI[sha256sum] = "c83652cd65b5726058dcbdaab85839dbe484c43ea6f61046137516aa1b8428ae" - -BBCLASSEXTEND = "native nativesdk" - -inherit setuptools3 pypi - -# Dependency required for pyspdxtools : python3-click -# Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply -RDEPENDS:${PN} += "\ - python3-core \ - python3-beartype \ - python3-click \ - python3-datetime \ - python3-json \ - python3-license-expression \ - python3-ply \ - python3-pyyaml \ - python3-rdflib \ - python3-semantic-version \ - python3-uritools \ - python3-xmltodict \ - " diff --git a/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb b/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb new file mode 100644 index 0000000000..53263ca032 --- /dev/null +++ b/meta/recipes-devtools/python/python3-spdx-tools_0.8.2.bb @@ -0,0 +1,28 @@ +SUMMARY = "Python tool to parse, validate and convert spdx files" +HOMEPAGE = "https://github.com/spdx/tools-python" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dc7f21ccff0f672f2a7cd6f412ae627d" + +SRC_URI[sha256sum] = "aea4ac9c2c375e7f439b1cef5ff32ef34914c083de0f61e08ed67cd3d9deb2a9" + +BBCLASSEXTEND = "native nativesdk" + +inherit setuptools3 pypi + +# Dependency required for pyspdxtools : python3-click +# Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply +RDEPENDS:${PN} += "\ + python3-core \ + python3-beartype \ + python3-click \ + python3-datetime \ + python3-json \ + python3-license-expression \ + python3-ply \ + python3-pyyaml \ + python3-rdflib \ + python3-semantic-version \ + python3-uritools \ + python3-xmltodict \ + " -- cgit v1.2.3-54-g00ecf