File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ v33.0.0 (next next, roadmap)
10
10
- Yocto/BitBake .bb recipes.
11
11
12
12
- Fallback packages for non-native dependencies of SCTK.
13
- - Dependencies for
13
+ - Dependencies for
14
14
- Support for copyright detection objects.
15
+ - Bump commoncode to v31.0.3
15
16
16
17
v32.1.0 (next, roadmap)
17
18
----------------------------
@@ -148,7 +149,7 @@ There are fixes for two issues in this release:
148
149
- https://github.com/nexB/scancode-toolkit/issues/3407:
149
150
here in typecode we had an improper import of ctypes.utils
150
151
and this is fixed in a new release v30.0.1 of typecode
151
- - https://github.com/nexB/scancode-toolkit/issues/3408
152
+ - https://github.com/nexB/scancode-toolkit/issues/3408
152
153
the setup.cfg and setup-mini.cfg was not aligned for plugin
153
154
entrypoints.
154
155
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ chardet==5.0.0
9
9
charset-normalizer == 2.1.0
10
10
click == 8.1.3
11
11
colorama == 0.4.5
12
- commoncode == 31.0.2
12
+ commoncode == 31.0.3
13
13
construct == 2.10.68
14
14
container-inspector == 31.1.0
15
15
cryptography == 37.0.4
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ install_requires =
70
70
chardet >= 3.0.0
71
71
click >= 6.7, !=7.0
72
72
colorama >= 0.3.9
73
- commoncode >= 31.0.2
73
+ commoncode >= 31.0.3
74
74
container-inspector >= 31.0.0
75
75
debian-inspector >= 31.0.0
76
76
dparse2 >= 0.7.0
You can’t perform that action at this time.
0 commit comments