mySQLDBCtrlAPI 1.2510.22__tar.gz → 1.2510.23__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.

Potentially problematic release.


This version of mySQLDBCtrlAPI might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2510.22
3
+ Version: 1.2510.23
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -33,6 +33,9 @@ Dynamic: license-file
33
33
  #mySQLDBCtrlAPI
34
34
 
35
35
  ## History of version
36
+ Version 1.2510.23: 2025/10/22<BR>
37
+ Fixed version bugs.
38
+
36
39
  Version 1.2510.22: 2025/10/22<BR>
37
40
  1.Add string decode method (translage utf8 charset -> utf-8)
38
41
  2.Add Eof() procedure
@@ -1,6 +1,9 @@
1
1
  #mySQLDBCtrlAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2510.23: 2025/10/22<BR>
5
+ Fixed version bugs.
6
+
4
7
  Version 1.2510.22: 2025/10/22<BR>
5
8
  1.Add string decode method (translage utf8 charset -> utf-8)
6
9
  2.Add Eof() procedure
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "mySQLDBCtrlAPI"
7
- version = "1.2510.22"
7
+ version = "1.2510.23"
8
8
  description = "mySQLDBCtrlAPI Python package"
9
9
  authors = [
10
10
  { name="James Lin", email="tylin123@ms27.hinet.net" }
@@ -0,0 +1,4 @@
1
+ from .mySQLDBCtrl import CLASS_mySQLDBCtrl
2
+
3
+ __all__ = ["CLASS_mySQLDBCtrl"
4
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mySQLDBCtrlAPI
3
- Version: 1.2510.22
3
+ Version: 1.2510.23
4
4
  Summary: mySQLDBCtrlAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -33,6 +33,9 @@ Dynamic: license-file
33
33
  #mySQLDBCtrlAPI
34
34
 
35
35
  ## History of version
36
+ Version 1.2510.23: 2025/10/22<BR>
37
+ Fixed version bugs.
38
+
36
39
  Version 1.2510.22: 2025/10/22<BR>
37
40
  1.Add string decode method (translage utf8 charset -> utf-8)
38
41
  2.Add Eof() procedure
@@ -1,4 +0,0 @@
1
- from .mySQLDBCtrl import CLASS_MailSender
2
-
3
- __all__ = ["CLASS_mySQLDBCtrl"
4
- ]