UtilityLibAPI 1.2511.27__tar.gz → 1.2511.28__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: UtilityLibAPI
3
- Version: 1.2511.27
3
+ Version: 1.2511.28
4
4
  Summary: UtilityLibAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin **UtilityLibAPI**
@@ -33,6 +33,9 @@ Dynamic: license-file
33
33
  #UtilityLibAPI Classes
34
34
 
35
35
  ## History of version
36
+ Version 1.2511.28: 2025/11/27<BR>
37
+ Fixed 7zArchiveLib --> 7z Archive tools library
38
+
36
39
  Version 1.2511.27: 2025/11/27<BR>
37
40
  Add 7zArchiveLib --> 7z Archive tools library
38
41
 
@@ -1,6 +1,9 @@
1
1
  #UtilityLibAPI Classes
2
2
 
3
3
  ## History of version
4
+ Version 1.2511.28: 2025/11/27<BR>
5
+ Fixed 7zArchiveLib --> 7z Archive tools library
6
+
4
7
  Version 1.2511.27: 2025/11/27<BR>
5
8
  Add 7zArchiveLib --> 7z Archive tools library
6
9
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "UtilityLibAPI"
7
- version = "1.2511.27"
7
+ version = "1.2511.28"
8
8
  description = "UtilityLibAPI Python package"
9
9
  authors = [
10
10
  { name="James Lin", email="tylin123@ms27.hinet.net" }
@@ -2,9 +2,11 @@ from .EnDeCodeLib import CLASS_EnDeCodeLib
2
2
  from .SessionVARLib import CLASS_SessionVAR
3
3
  from .MailSenderLib import CLASS_MailSender
4
4
  from .ExtWrapper7zLib import CLASS_ExtWrapper7z
5
+ from .7zArchiveLib import CLASS_7zArchive
5
6
 
6
7
  __all__ = ["CLASS_EnDeCodeLib",
7
8
  "CLASS_SessionVAR",
8
9
  "CLASS_MailSender",
9
- "CLASS_ExtWrapper7z"
10
+ "CLASS_ExtWrapper7z",
11
+ "CLASS_7zArchive"
10
12
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: UtilityLibAPI
3
- Version: 1.2511.27
3
+ Version: 1.2511.28
4
4
  Summary: UtilityLibAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin **UtilityLibAPI**
@@ -33,6 +33,9 @@ Dynamic: license-file
33
33
  #UtilityLibAPI Classes
34
34
 
35
35
  ## History of version
36
+ Version 1.2511.28: 2025/11/27<BR>
37
+ Fixed 7zArchiveLib --> 7z Archive tools library
38
+
36
39
  Version 1.2511.27: 2025/11/27<BR>
37
40
  Add 7zArchiveLib --> 7z Archive tools library
38
41