p115client 0.0.5.5.4.1__tar.gz → 0.0.5.6__tar.gz

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.
Files changed (22) hide show
  1. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/PKG-INFO +2 -2
  2. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/_upload.py +1 -1
  3. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/client.py +10738 -8532
  4. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/download.py +1 -1
  5. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/iterdir.py +2 -119
  6. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/life.py +2 -1
  7. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/pyproject.toml +2 -2
  8. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/LICENSE +0 -0
  9. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/__init__.py +0 -0
  10. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/const.py +0 -0
  11. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/exception.py +0 -0
  12. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/py.typed +0 -0
  13. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/__init__.py +0 -0
  14. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/edit.py +0 -0
  15. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/export_dir.py +0 -0
  16. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/fs_files.py +0 -0
  17. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/pool.py +0 -0
  18. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/request.py +0 -0
  19. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/upload.py +0 -0
  20. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/tool/xys.py +0 -0
  21. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/p115client/type.py +0 -0
  22. {p115client-0.0.5.5.4.1 → p115client-0.0.5.6}/readme.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: p115client
3
- Version: 0.0.5.5.4.1
3
+ Version: 0.0.5.6
4
4
  Summary: Python 115 webdisk client.
5
5
  Home-page: https://github.com/ChenyangGao/p115client
6
6
  License: MIT
@@ -40,7 +40,7 @@ Requires-Dist: python-filewrap (>=0.2.6.1)
40
40
  Requires-Dist: python-hashtools (>=0.0.3.3)
41
41
  Requires-Dist: python-http_request (>=0.0.6)
42
42
  Requires-Dist: python-httpfile (>=0.0.5)
43
- Requires-Dist: python-iterutils (>=0.1.7)
43
+ Requires-Dist: python-iterutils (>=0.1.8)
44
44
  Requires-Dist: python-property (>=0.0.3)
45
45
  Requires-Dist: python-startfile (>=0.0.2)
46
46
  Requires-Dist: python-undefined (>=0.0.3)
@@ -917,7 +917,7 @@ def oss_multipart_upload(
917
917
  async_=async_, # type: ignore
918
918
  **request_kwargs,
919
919
  ))
920
- except Exception as e:
920
+ except BaseException as e:
921
921
  raise MultipartUploadAbort(resume_data) from e
922
922
  finally:
923
923
  if close_reporthook is not None: