Skip to content

Commit ae8ee67

Browse files
committed
Bump commoncode
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5ecce83 commit ae8ee67

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,23 @@ License detection:
2323
positive or ambiguous license detections.
2424

2525

26+
- The data structure of the JSON output has changed for licenses. We now
27+
return match details once for each matched license expression rather than
28+
once for each license in a matched expression. There is a new top-level
29+
"license_references" attribute that contains the data details for each
30+
detected license only once. This data can contain the reference license text
31+
as an option.
32+
33+
34+
v31.0.2 - 2022-08-24
35+
----------------------------------
36+
37+
This is a minor release with small bug fixes and minor updates.
38+
39+
- Fix minor bug in PyPI package assembly
40+
- Add a few new licenses and license detection rules
41+
- Update commoncode
42+
2643

2744
v31.0.0 - 2022-08-17
2845
-----------------------
@@ -39,13 +56,6 @@ Important API changes:
3956
- The data structure of the JSON output has changed for copyrights, authors
4057
and holders. We now use a proper name for attributes and not a generic "value".
4158

42-
- The data structure of the JSON output has changed for licenses. We now
43-
return match details once for each matched license expression rather than
44-
once for each license in a matched expression. There is a new top-level
45-
"license_references" attribute that contains the data details for each
46-
detected license only once. This data can contain the reference license text
47-
as an option.
48-
4959
- The data structure of the JSON output has changed for packages. We now
5060
return "package_data" package information at the manifest file-level
5161
rather than "packages". This has all the data attributes of a "package_data"

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_requires =
6868
chardet >= 3.0.0
6969
click >= 6.7, !=7.0
7070
colorama >= 0.3.9
71-
commoncode==31.0.0b4
71+
commoncode==31.0.0
7272
container-inspector >= 31.0.0
7373
debian-inspector >= 31.0.0b1
7474
dparse2 >= 0.6.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install_requires =
6868
chardet >= 3.0.0
6969
click >= 6.7, !=7.0
7070
colorama >= 0.3.9
71-
commoncode==31.0.0b4
71+
commoncode==31.0.0
7272
container-inspector >= 31.0.0
7373
debian-inspector >= 31.0.0b1
7474
dparse2 >= 0.6.1

0 commit comments

Comments
 (0)