Skip to content

Commit 64f117c

Browse files
committed
Add link to SPDX 3.0 model
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 4f61181 commit 64f117c

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ Starting a Changelog.
141141

142142
* Dropped Python 2 support. Python >= 3.6 is now required.
143143
* Added `pyspdxtools_convertor` and `pyspdxtools_parser` CLI scripts. See [the readme](README.md) for usage instructions.
144-
* Updated the tools to support SPDX versions up to 2.3 and to conform with the specification. Apart from many bugfixes
144+
* Updated the tools to support SPDX versions up to 2.3 and to conform with the specification. Apart from many bugfixes
145145
and new properties, some of the more significant changes include:
146146
* Support for multiple packages per document
147147
* Support for multiple checksums for packages and files
148148
* Support for files outside a package
149-
* **Note**: Validation was updated to follow the 2.3 specification. Since there is currently no support for
149+
* **Note**: Validation was updated to follow the 2.3 specification. Since there is currently no support for
150150
version-specific handling, some details may be handled incorrectly for documents using lower
151151
versions. The changes are mostly restricted to properties becoming optional and new property values becoming
152152
available, and should be of limited impact. See https://spdx.github.io/spdx-spec/v2.3/diffs-from-previous-editions/

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ This library implements SPDX parsers, convertors, validators and handlers in Pyt
2929
- PyPI: <https://pypi.python.org/pypi/spdx-tools>
3030
- Browse the API: <https://spdx.github.io/tools-python>
3131

32-
Important updates regarding this library are shared via the SPDX tech mailing list: <https://lists.spdx.org/g/Spdx-tech>.
32+
Important updates regarding this library are shared via
33+
the SPDX tech mailing list: <https://lists.spdx.org/g/Spdx-tech>.
3334

3435
## License
3536

@@ -39,9 +40,10 @@ Important updates regarding this library are shared via the SPDX tech mailing li
3940

4041
- API to create and manipulate SPDX v2.2 and v2.3 documents
4142
- Parse, convert, create and validate SPDX files
42-
- supported formats: Tag/Value, RDF, JSON, YAML, XML
43-
- visualize the structure of a SPDX document by creating an `AGraph`. Note: This is an optional feature and requires
44-
additional installation of optional dependencies
43+
- Supported formats: Tag/Value, RDF, JSON, YAML, XML
44+
- Visualize the structure of a SPDX document by creating an `AGraph`.
45+
Note: This is an optional feature and requires
46+
additional installation of optional dependencies
4547

4648
## Experimental support for SPDX 3.0
4749

@@ -50,7 +52,11 @@ additional installation of optional dependencies
5052
- Serialize to JSON-LD
5153

5254
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: a5372a3c145dbdfc1381fc1f791c68889aafc7ff).
55+
The implementation is based on the descriptive Markdown files in the repository
56+
<https://github.com/spdx/spdx-3-model>
57+
(commit: a5372a3c145dbdfc1381fc1f791c68889aafc7ff).
58+
The latest SPDX 3.0 model is available at
59+
<https://spdx.github.io/spdx-spec/v3.0/serializations/>.
5460

5561
## Installation
5662

0 commit comments

Comments
 (0)