You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the setup.cfg and setup-mini.cfg was not aligned for plugin
66
+
entrypoints.
67
+
68
+
69
+
v32.0.0 - 2023-05-23
70
+
---------------------
17
71
18
72
Important API changes:
19
73
~~~~~~~~~~~~~~~~~~~~~~
20
74
21
75
This is a major release with major API and output format changes and signicant
22
76
feature updates.
23
77
24
-
In particular changed to the output format for the licenses and packages, and
25
-
we changed some of the command line options.
78
+
In particular the output format has changed for the licenses and packages, and
79
+
also for some of the command line options.
26
80
27
81
The output format version is now 3.0.0.
28
82
@@ -146,7 +200,9 @@ License detection:
146
200
These expressions are parallel to detections.
147
201
148
202
- The ``declared_license`` attribute is renamed ``extracted_license_statement``
149
-
and is now a YAML-encoded string.
203
+
and is now a YAML-encoded string, which can be parsed to recreate the
204
+
original extracted license statement. Previously this used to be nested
205
+
python objects lists/dicts/string, but now this is always a YAML string.
150
206
151
207
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-package>`_
0 commit comments