Skip to content

Commit 11db2cf

Browse files
bactarmintaenzertng
authored andcommitted
Add link to SPDX 3.0 model
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 93a5232 commit 11db2cf

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
@@ -32,7 +32,8 @@ This library implements SPDX parsers, convertors, validators and handlers in Pyt
3232
- PyPI: <https://pypi.python.org/pypi/spdx-tools>
3333
- Browse the API: <https://spdx.github.io/tools-python>
3434

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

3738
## License
3839

@@ -42,9 +43,10 @@ Important updates regarding this library are shared via the SPDX tech mailing li
4243

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

4951
## Experimental support for SPDX 3.0
5052

@@ -53,7 +55,11 @@ additional installation of optional dependencies
5355
- Serialize to JSON-LD
5456

5557
See [Quickstart to SPDX 3.0](#quickstart-to-spdx-30) below.
56-
The implementation is based on the descriptive Markdown files in the repository <https://github.com/spdx/spdx-3-model> (latest commit: a5372a3c145dbdfc1381fc1f791c68889aafc7ff).
58+
The implementation is based on the descriptive Markdown files in the repository
59+
<https://github.com/spdx/spdx-3-model>
60+
(commit: a5372a3c145dbdfc1381fc1f791c68889aafc7ff).
61+
The latest SPDX 3.0 model is available at
62+
<https://spdx.github.io/spdx-spec/v3.0/serializations/>.
5763

5864
## Installation
5965

0 commit comments

Comments
 (0)