Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ v33.0.0 (next next, roadmap)
- Yocto/BitBake .bb recipes.

- Fallback packages for non-native dependencies of SCTK.
- Dependencies for
- Dependencies for
- Support for copyright detection objects.
- Bump commoncode to v31.0.3

v32.1.0 (next, roadmap)
----------------------------
Expand Down Expand Up @@ -148,7 +149,7 @@ There are fixes for two issues in this release:
- https://github.com/nexB/scancode-toolkit/issues/3407:
here in typecode we had an improper import of ctypes.utils
and this is fixed in a new release v30.0.1 of typecode
- https://github.com/nexB/scancode-toolkit/issues/3408
- https://github.com/nexB/scancode-toolkit/issues/3408
the setup.cfg and setup-mini.cfg was not aligned for plugin
entrypoints.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chardet==5.0.0
charset-normalizer==2.1.0
click==8.1.3
colorama==0.4.5
commoncode==31.0.2
commoncode==31.0.3
construct==2.10.68
container-inspector==31.1.0
cryptography==37.0.4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install_requires =
chardet >= 3.0.0
click >= 6.7, !=7.0
colorama >= 0.3.9
commoncode >= 31.0.2
commoncode >= 31.0.3
container-inspector >= 31.0.0
debian-inspector >= 31.0.0
dparse2 >= 0.7.0
Expand Down