Skip to content

Commit 199cc42

Browse files
[issue-426] update model: software purpose type
to 58b356c7fb046d90f8e0ddd49460246912a949c2 Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent 4eeb7d1 commit 199cc42

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ additional installation of optional dependencies
5050
* Serialize to JSON-LD
5151

5252
See [Quickstart to SPDX 3.0](#quickstart-to-spdx-30) below.
53-
The implementation is based on the descriptive markdown files in the repository https://github.com/spdx/spdx-3-model (latest commit: 9371a34a09b72aabb5831238d6ec034c82524ee6).
53+
The implementation is based on the descriptive markdown files in the repository https://github.com/spdx/spdx-3-model (latest commit: 58b356c7fb046d90f8e0ddd49460246912a949c2).
5454

5555

5656
# Installation

src/spdx_tools/spdx3/model/software/software_purpose.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class SoftwarePurpose(Enum):
1919
FRAMEWORK = auto()
2020
INSTALL = auto()
2121
LIBRARY = auto()
22+
ML_MODEL = auto()
2223
MODULE = auto()
2324
OPERATING_SYSTEM = auto()
2425
OTHER = auto()

0 commit comments

Comments
 (0)