File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ chardet==5.0.0
99charset-normalizer == 2.1.0
1010click == 8.1.3
1111colorama == 0.4.5
12- commoncode == 31.0.0
12+ commoncode == 31.0.2
1313construct == 2.10.68
1414container-inspector == 31.1.0
1515cryptography == 37.0.4
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 32.0.0rc1
3+ version = 32.0.0rc2
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 11[metadata]
22name = scancode-toolkit
3- version = 32.0.0rc1
3+ version = 32.0.0rc2
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -70,7 +70,7 @@ install_requires =
7070 chardet >= 3.0.0
7171 click >= 6.7, !=7.0
7272 colorama >= 0.3.9
73- commoncode >= 31.0.0
73+ commoncode >= 31.0.2
7474 container-inspector >= 31.0.0
7575 debian-inspector >= 31.0.0
7676 dparse2 >= 0.7.0
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def _create_dir(location):
132132# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133# do not have a proper version otherwise.
134134if not __version__ :
135- __version__ = '32.0.0rc1 '
135+ __version__ = '32.0.0rc2 '
136136
137137#######################
138138# used to warn user when the version is out of date
You can’t perform that action at this time.
0 commit comments