cloud-files 5.3.0__py3-none-any.whl → 5.3.1__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.
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/METADATA +1 -1
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/RECORD +9 -9
- cloud_files-5.3.1.dist-info/pbr.json +1 -0
- cloudfiles_cli/cloudfiles_cli.py +1 -2
- cloud_files-5.3.0.dist-info/pbr.json +0 -1
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/AUTHORS +0 -0
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/LICENSE +0 -0
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/WHEEL +0 -0
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/entry_points.txt +0 -0
- {cloud_files-5.3.0.dist-info → cloud_files-5.3.1.dist-info}/top_level.txt +0 -0
|
@@ -15,12 +15,12 @@ cloudfiles/threaded_queue.py,sha256=Nl4vfXhQ6nDLF8PZpSSBpww0M2zWtcd4DLs3W3BArBw,
|
|
|
15
15
|
cloudfiles/typing.py,sha256=f3ZYkNfN9poxhGu5j-P0KCxjCCqSn9HAg5KiIPkjnCg,416
|
|
16
16
|
cloudfiles_cli/LICENSE,sha256=Jna4xYE8CCQmaxjr5Fs-wmUBnIQJ1DGcNn9MMjbkprk,1538
|
|
17
17
|
cloudfiles_cli/__init__.py,sha256=Wftt3R3F21QsHtWqx49ODuqT9zcSr0em7wk48kcH0WM,29
|
|
18
|
-
cloudfiles_cli/cloudfiles_cli.py,sha256=
|
|
19
|
-
cloud_files-5.3.
|
|
20
|
-
cloud_files-5.3.
|
|
21
|
-
cloud_files-5.3.
|
|
22
|
-
cloud_files-5.3.
|
|
23
|
-
cloud_files-5.3.
|
|
24
|
-
cloud_files-5.3.
|
|
25
|
-
cloud_files-5.3.
|
|
26
|
-
cloud_files-5.3.
|
|
18
|
+
cloudfiles_cli/cloudfiles_cli.py,sha256=KIK917MxYGmwiI7mXVYpL4M8iiyMew8Pd1eyWoI57yE,34866
|
|
19
|
+
cloud_files-5.3.1.dist-info/AUTHORS,sha256=BFVmobgAhaVFI5fqbuqAY5XmBQxe09ZZAsAOTy87hKQ,318
|
|
20
|
+
cloud_files-5.3.1.dist-info/LICENSE,sha256=Jna4xYE8CCQmaxjr5Fs-wmUBnIQJ1DGcNn9MMjbkprk,1538
|
|
21
|
+
cloud_files-5.3.1.dist-info/METADATA,sha256=AItMJG_tL6NMP9igPrrYBQCvKJFQBMhllgch_kVvWeo,27047
|
|
22
|
+
cloud_files-5.3.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
23
|
+
cloud_files-5.3.1.dist-info/entry_points.txt,sha256=xlirb1FVhn1mbcv4IoyMEGumDqKOA4VMVd3drsRQxIg,51
|
|
24
|
+
cloud_files-5.3.1.dist-info/pbr.json,sha256=z6Jvc748TUFicKdHSQST3TSsqrFb8UhK-ufEg5LsoOg,46
|
|
25
|
+
cloud_files-5.3.1.dist-info/top_level.txt,sha256=xPyrST3okJbsmdCF5IC2gYAVxg_aD5AYVTnNo8UuoZU,26
|
|
26
|
+
cloud_files-5.3.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "7636038", "is_release": true}
|
cloudfiles_cli/cloudfiles_cli.py
CHANGED
|
@@ -16,8 +16,7 @@ import sys
|
|
|
16
16
|
# High Sierra and above when we are using
|
|
17
17
|
# a thread before forking. Instead, don't fork,
|
|
18
18
|
# spawn entirely new processes.
|
|
19
|
-
|
|
20
|
-
ctx._force_start_method('spawn')
|
|
19
|
+
mp.set_start_method("spawn", force=True)
|
|
21
20
|
|
|
22
21
|
import click
|
|
23
22
|
import pathos.pools
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "93552c4", "is_release": true}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|