solax-py-library 1.0.0.11__py3-none-any.whl → 1.0.0.12__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.
@@ -62,7 +62,7 @@ class FTPUploadService(BaseUploadService):
62
62
  else:
63
63
  raise NotImplementedError
64
64
  return FTPParsedData(
65
- file_name=FTPFileType.get_file_suffix(upload_data.file_type),
65
+ file_name=upload_data.file_name + FTPFileType.get_file_suffix(upload_data.file_type),
66
66
  file_path=parsed_data,
67
67
  )
68
68
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: solax-py-library
3
- Version: 1.0.0.11
3
+ Version: 1.0.0.12
4
4
  Summary: some common tool
5
5
  Author: shenlvyu
6
6
  Author-email: 13296718439@163.com
@@ -8,7 +8,7 @@ solax_py_library/upload/core/data_adapter/base.py,sha256=Va-SEe0eL3gobhNOnzHGkYB
8
8
  solax_py_library/upload/core/data_adapter/csv.py,sha256=8nlnV_43mMAR3re50MQJymzT5HYpZOo7eSeMsEfnEVE,861
9
9
  solax_py_library/upload/core/upload_service/__init__.py,sha256=uA-UeH31rDNxByeZwvPhNFHPV_-J8JyCev8geuc---k,269
10
10
  solax_py_library/upload/core/upload_service/base.py,sha256=dxCBVtPxDhN7oRTjnwnjtc2XAF4hyIz9HsYCJePlggg,912
11
- solax_py_library/upload/core/upload_service/ftp.py,sha256=NX7Rm1mPePjdZKVbDlowgN__bHX9oaqSb03_XET8x2s,2734
11
+ solax_py_library/upload/core/upload_service/ftp.py,sha256=a2xh1fJeOUthqOBfzv9B7OKWBZ5xlB3HlIMtpIn8bhs,2758
12
12
  solax_py_library/upload/errors/__init__.py,sha256=pVAcSOXvlsPJW3PjHLBOdbl7KvntiYmz7TP0XuRwZ_A,243
13
13
  solax_py_library/upload/errors/base.py,sha256=T01ZrZHF25PWgCrOv76Vhg26hds3I1Yy8Kl2LZRKOxo,258
14
14
  solax_py_library/upload/errors/upload_error.py,sha256=9pCZzR_y3-VkBWSs5w7mMHYFRJjzVosIcxi-5SO8N1U,409
@@ -17,6 +17,6 @@ solax_py_library/upload/test/test_ftp.py,sha256=_d9JJ6KOaefTpbi9LO1YH84fUSsFlzdR
17
17
  solax_py_library/upload/types/__init__.py,sha256=og9KBpYbcs36_S1izURj3vyHeuNOLJQrD9GpxK_JJaw,244
18
18
  solax_py_library/upload/types/client.py,sha256=fG674_QEpOw3ibO171lcxJ0cz27yGR_sd3zgiyr4yuI,492
19
19
  solax_py_library/upload/types/ftp.py,sha256=9kCeLB0g5Je19v4ifz8YYEsGOhJL1lKBO2C6V2VBndc,679
20
- solax_py_library-1.0.0.11.dist-info/METADATA,sha256=HI0lxj4Z_QgwewSubJoYplPSyM8QKOuzxaY9HsVr0zc,1790
21
- solax_py_library-1.0.0.11.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
22
- solax_py_library-1.0.0.11.dist-info/RECORD,,
20
+ solax_py_library-1.0.0.12.dist-info/METADATA,sha256=NBTQn7NKpuwSEIVVk39AEJasICP0fjgdK2vDUT7yA2E,1790
21
+ solax_py_library-1.0.0.12.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
22
+ solax_py_library-1.0.0.12.dist-info/RECORD,,