Skip to content

Commit 70157d2

Browse files
Bump commoncode to v32.2.1
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent ffac987 commit 70157d2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chardet==5.0.0
1010
charset-normalizer==2.1.0
1111
click==8.1.7
1212
colorama==0.4.5
13-
commoncode==32.2.0
13+
commoncode==32.2.1
1414
construct==2.10.68
1515
container-inspector==31.1.0
1616
cryptography==42.0.5

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_requires =
6969
chardet >= 3.0.0
7070
click >= 6.7, !=7.0, !=8.1.8
7171
colorama >= 0.3.9
72-
commoncode >= 32.2.0
72+
commoncode >= 32.2.1
7373
container-inspector >= 31.0.0
7474
debian-inspector >= 31.1.0
7575
dparse2 >= 0.7.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_requires =
6969
chardet >= 3.0.0
7070
click >= 6.7, !=7.0, !=8.1.8
7171
colorama >= 0.3.9
72-
commoncode >= 32.2.0
72+
commoncode >= 32.2.1
7373
container-inspector >= 31.0.0
7474
debian-inspector >= 31.1.0
7575
dparse2 >= 0.7.0

tests/scancode/test_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def test_get_file_info_include_size(self):
5353
info = api.get_file_info(test_dir)
5454
expected = [
5555
('size', 0),
56-
('sha1', 0),
57-
('md5', 0),
58-
('sha256', 0),
56+
('sha1', None),
57+
('md5', None),
58+
('sha256', None),
5959
('mime_type', 'inode/x-empty'),
6060
('file_type', 'empty'),
6161
('programming_language', None),

0 commit comments

Comments
 (0)