WebGUIAPI 1.2605.1201__tar.gz → 1.2605.1202__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: WebGUIAPI
3
- Version: 1.2605.1201
3
+ Version: 1.2605.1202
4
4
  Summary: WebGUIAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -29,16 +29,21 @@ Requires-Python: >=3.10
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: nicegui
32
+ Requires-Dist: tzdata
33
+ Requires-Dist: python-multipart
34
+ Requires-Dist: uvicorn
32
35
  Dynamic: license-file
33
36
 
34
37
  #WebGUIAPI
35
38
 
36
39
  ## History of version
40
+ Version 1.2605.1202: 2026/05/12<BR>
41
+ Fixed:Prevent flash exit in different os.
42
+
37
43
  Version 1.2605.1201: 2026/05/12<BR>
38
44
  Modify TVlayout/THlayout: Include property Gap_xxx
39
45
  Modify TComponent: include WidthR/HeightR (Auto resize by ratio)
40
46
 
41
-
42
47
  Version 1.2605.0802: 2026/05/08<BR>
43
48
  Add TMediaPlayer, TProgressBar
44
49
 
@@ -1,11 +1,13 @@
1
1
  #WebGUIAPI
2
2
 
3
3
  ## History of version
4
+ Version 1.2605.1202: 2026/05/12<BR>
5
+ Fixed:Prevent flash exit in different os.
6
+
4
7
  Version 1.2605.1201: 2026/05/12<BR>
5
8
  Modify TVlayout/THlayout: Include property Gap_xxx
6
9
  Modify TComponent: include WidthR/HeightR (Auto resize by ratio)
7
10
 
8
-
9
11
  Version 1.2605.0802: 2026/05/08<BR>
10
12
  Add TMediaPlayer, TProgressBar
11
13
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "WebGUIAPI"
7
- version = "1.2605.1201"
7
+ version = "1.2605.1202"
8
8
  requires-python = ">=3.10"
9
9
  description = "WebGUIAPI Python package"
10
10
  authors = [
@@ -13,7 +13,10 @@ authors = [
13
13
  readme = "README.md"
14
14
  license = { file = "LICENSE" }
15
15
  dependencies = [
16
- "nicegui"
16
+ "nicegui",
17
+ "tzdata",
18
+ "python-multipart",
19
+ "uvicorn",
17
20
  ]
18
21
 
19
22
  [project.urls]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: WebGUIAPI
3
- Version: 1.2605.1201
3
+ Version: 1.2605.1202
4
4
  Summary: WebGUIAPI Python package
5
5
  Author-email: James Lin <tylin123@ms27.hinet.net>
6
6
  License: Copyright (c) 2025 James Lin
@@ -29,16 +29,21 @@ Requires-Python: >=3.10
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: nicegui
32
+ Requires-Dist: tzdata
33
+ Requires-Dist: python-multipart
34
+ Requires-Dist: uvicorn
32
35
  Dynamic: license-file
33
36
 
34
37
  #WebGUIAPI
35
38
 
36
39
  ## History of version
40
+ Version 1.2605.1202: 2026/05/12<BR>
41
+ Fixed:Prevent flash exit in different os.
42
+
37
43
  Version 1.2605.1201: 2026/05/12<BR>
38
44
  Modify TVlayout/THlayout: Include property Gap_xxx
39
45
  Modify TComponent: include WidthR/HeightR (Auto resize by ratio)
40
46
 
41
-
42
47
  Version 1.2605.0802: 2026/05/08<BR>
43
48
  Add TMediaPlayer, TProgressBar
44
49
 
@@ -0,0 +1,4 @@
1
+ nicegui
2
+ tzdata
3
+ python-multipart
4
+ uvicorn
@@ -1 +0,0 @@
1
- nicegui
File without changes