Skip to content

Commit 9758c99

Browse files
[issue-426] update model: software purpose types
to d2c0975128d4e0ecb32b9bb5484272e9010318bb Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent e6343bf commit 9758c99

2 files changed

Lines changed: 3 additions & 2 deletions

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: 96d516e846c4911bf28c690fe2d925aa854991b4).
53+
The implementation is based on the descriptive markdown files in the repository https://github.com/spdx/spdx-3-model (latest commit: d2c0975128d4e0ecb32b9bb5484272e9010318bb).
5454

5555

5656
# Installation

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ class SoftwarePurpose(Enum):
1919
FRAMEWORK = auto()
2020
INSTALL = auto()
2121
LIBRARY = auto()
22-
ML_MODEL = auto()
22+
MODEL = auto()
2323
MODULE = auto()
2424
OPERATING_SYSTEM = auto()
2525
OTHER = auto()
2626
PATCH = auto()
2727
SOURCE = auto()
28+
TEST = auto()

0 commit comments

Comments
 (0)