File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,22 @@ CI status (Linux, macOS and Windows): [![Install and Test][1]][2]
7
7
[ 2 ] : https://github.com/spdx/tools-python/actions/workflows/install_and_test.yml
8
8
9
9
10
- # Current state
10
+ # Current state, please read!
11
11
12
12
This repository was subject to a major refactoring recently to get ready for the upcoming SPDX v3.0 release.
13
13
Therefore, we'd like to encourage you to post any and all issues you find at https://github.com/spdx/tools-python/issues .
14
- If you prefer a version that has been longer in use, please check out
15
- the [ latest release ] ( https://github.com/spdx/tools-python/releases/tag /v0.7.0 ) .
14
+ If you are looking for the source code of the [ current PyPI release ] ( https://pypi.python.org/pypi/spdx-tools ) , check out
15
+ the [ v0.7.1 branch ] ( https://github.com/spdx/tools-python/tree/release /v0.7.1 ) .
16
16
Note, though, that this will only receive bug fixes but no new features.
17
17
18
+ We encourage you to use the new, refactored version (on the main branch) if you
19
+ - want to use the soon-to-be released SPDX v3.0 in the future
20
+ - want to perform full validation of your SPDX documents against the v2.2 and v2.3 specification
21
+ - want to use the RDF format of SPDX with all v2.3 features.
22
+
23
+ If you are planning to migrate from v0.7.x of these tools,
24
+ please have a look at the [ migration guide] ( https://github.com/spdx/tools-python/wiki/How-to-migrate-from-0.7-to-1.0 ) .
25
+
18
26
# Information
19
27
20
28
This library implements SPDX parsers, convertors, validators and handlers in Python.
You can’t perform that action at this time.
0 commit comments