assemblyline-service-client 4.5.0.27__py3-none-any.whl → 4.5.0.29__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of assemblyline-service-client might be problematic. Click here for more details.
- assemblyline_service_client/VERSION +1 -1
- assemblyline_service_client/task_handler.py +2 -1
- {assemblyline_service_client-4.5.0.27.dist-info → assemblyline_service_client-4.5.0.29.dist-info}/METADATA +1 -1
- assemblyline_service_client-4.5.0.29.dist-info/RECORD +8 -0
- assemblyline_service_client-4.5.0.27.dist-info/RECORD +0 -8
- {assemblyline_service_client-4.5.0.27.dist-info → assemblyline_service_client-4.5.0.29.dist-info}/LICENCE.md +0 -0
- {assemblyline_service_client-4.5.0.27.dist-info → assemblyline_service_client-4.5.0.29.dist-info}/WHEEL +0 -0
- {assemblyline_service_client-4.5.0.27.dist-info → assemblyline_service_client-4.5.0.29.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
4.5.0.
|
|
1
|
+
4.5.0.29
|
|
@@ -438,7 +438,8 @@ class TaskHandler(ServerBase):
|
|
|
438
438
|
"Sha256": file_info['sha256'],
|
|
439
439
|
"Classification": file_info['classification'],
|
|
440
440
|
"Ttl": str(task.ttl),
|
|
441
|
-
"Is-Section-Image": str(file_info.get('is_section_image', False))
|
|
441
|
+
"Is-Section-Image": str(file_info.get('is_section_image', False)),
|
|
442
|
+
"Is-Supplementary": str(file_info.get('is_supplementary', False))
|
|
442
443
|
}
|
|
443
444
|
|
|
444
445
|
with open(file_info['path'], 'rb') as fh:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
assemblyline_service_client/VERSION,sha256=5iHmLzWZaCCho1OVr_tp40DbE-FbtCYT4q-9Dc1CJeY,9
|
|
2
|
+
assemblyline_service_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
assemblyline_service_client/task_handler.py,sha256=s6UWmcLS0_jjrzOckOqyDxgzjAT8Z03TbaAtSw6VGm4,23655
|
|
4
|
+
assemblyline_service_client-4.5.0.29.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
|
|
5
|
+
assemblyline_service_client-4.5.0.29.dist-info/METADATA,sha256=hCWrwDClqGf2DPqOYexD6T6twxFePuRbZd1rJNixd3U,1421
|
|
6
|
+
assemblyline_service_client-4.5.0.29.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
7
|
+
assemblyline_service_client-4.5.0.29.dist-info/top_level.txt,sha256=clNWHvn8nw0kR15l5TASxWxIQvKGKe5Pso3kVPMiJv0,28
|
|
8
|
+
assemblyline_service_client-4.5.0.29.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
assemblyline_service_client/VERSION,sha256=p2Vdvfc45LvNQUDOPwM_x-SO5DzFjpjGpf4vWn6HGic,9
|
|
2
|
-
assemblyline_service_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
assemblyline_service_client/task_handler.py,sha256=_VckSsZoCBlX8vMSq51L8J1XVmdZKwtnVaunF2ZJvAc,23560
|
|
4
|
-
assemblyline_service_client-4.5.0.27.dist-info/LICENCE.md,sha256=NSkYo9EH8h5oOkzg4VhjAHF4339MqPP2cQ8msTPgl-c,1396
|
|
5
|
-
assemblyline_service_client-4.5.0.27.dist-info/METADATA,sha256=UrSaMdqYEC_-CbNbUnUf9g-AbiABkayOJD8DQYPcO24,1421
|
|
6
|
-
assemblyline_service_client-4.5.0.27.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
7
|
-
assemblyline_service_client-4.5.0.27.dist-info/top_level.txt,sha256=clNWHvn8nw0kR15l5TASxWxIQvKGKe5Pso3kVPMiJv0,28
|
|
8
|
-
assemblyline_service_client-4.5.0.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|