File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ chardet==5.0.0
10
10
charset-normalizer == 2.1.0
11
11
click == 8.1.7
12
12
colorama == 0.4.5
13
- commoncode == 32.2.0
13
+ commoncode == 32.2.1
14
14
construct == 2.10.68
15
15
container-inspector == 31.1.0
16
16
cryptography == 42.0.5
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ install_requires =
69
69
chardet >= 3.0.0
70
70
click >= 6.7, !=7.0, !=8.1.8
71
71
colorama >= 0.3.9
72
- commoncode >= 32.2.0
72
+ commoncode >= 32.2.1
73
73
container-inspector >= 31.0.0
74
74
debian-inspector >= 31.1.0
75
75
dparse2 >= 0.7.0
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ install_requires =
69
69
chardet >= 3.0.0
70
70
click >= 6.7, !=7.0, !=8.1.8
71
71
colorama >= 0.3.9
72
- commoncode >= 32.2.0
72
+ commoncode >= 32.2.1
73
73
container-inspector >= 31.0.0
74
74
debian-inspector >= 31.1.0
75
75
dparse2 >= 0.7.0
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ def test_get_file_info_include_size(self):
53
53
info = api .get_file_info (test_dir )
54
54
expected = [
55
55
('size' , 0 ),
56
- ('sha1' , 0 ),
57
- ('md5' , 0 ),
58
- ('sha256' , 0 ),
56
+ ('sha1' , None ),
57
+ ('md5' , None ),
58
+ ('sha256' , None ),
59
59
('mime_type' , 'inode/x-empty' ),
60
60
('file_type' , 'empty' ),
61
61
('programming_language' , None ),
You can’t perform that action at this time.
0 commit comments