flet-desktop-light 0.27.0.dev4146__py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl → 0.27.0.dev4148__py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Sign up to get free protection for your applications and to get access to all the features.
- flet_desktop/__init__.py +1 -1
- flet_desktop/app/flet-linux-arm64.tar.gz +0 -0
- flet_desktop/version.py +1 -1
- {flet_desktop_light-0.27.0.dev4146.dist-info → flet_desktop_light-0.27.0.dev4148.dist-info}/METADATA +2 -2
- flet_desktop_light-0.27.0.dev4148.dist-info/RECORD +6 -0
- flet_desktop_light-0.27.0.dev4146.dist-info/RECORD +0 -6
- {flet_desktop_light-0.27.0.dev4146.dist-info → flet_desktop_light-0.27.0.dev4148.dist-info}/WHEEL +0 -0
flet_desktop/__init__.py
CHANGED
@@ -48,7 +48,7 @@ async def open_flet_view_async(page_url, assets_dir, hidden):
|
|
48
48
|
def close_flet_view(pid_file):
|
49
49
|
if pid_file is not None and os.path.exists(pid_file):
|
50
50
|
try:
|
51
|
-
with open(pid_file) as f:
|
51
|
+
with open(pid_file, encoding="utf-8") as f:
|
52
52
|
fvp_pid = int(f.read())
|
53
53
|
logger.debug(f"Flet View process {fvp_pid}")
|
54
54
|
os.kill(fvp_pid, signal.SIGKILL)
|
Binary file
|
flet_desktop/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = "0.27.0.
|
1
|
+
version = "0.27.0.dev4148"
|
{flet_desktop_light-0.27.0.dev4146.dist-info → flet_desktop_light-0.27.0.dev4148.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: flet-desktop-light
|
3
|
-
Version: 0.27.0.
|
3
|
+
Version: 0.27.0.dev4148
|
4
4
|
Summary: Flet Desktop client in Flutter
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Appveyor Systems Inc.
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
16
|
-
Requires-Dist: flet (==0.27.0.
|
16
|
+
Requires-Dist: flet (==0.27.0.dev4148)
|
17
17
|
Project-URL: Documentation, https://flet.dev/docs
|
18
18
|
Project-URL: Homepage, https://flet.dev
|
19
19
|
Project-URL: Repository, https://github.com/flet-dev/flet
|
@@ -0,0 +1,6 @@
|
|
1
|
+
flet_desktop/__init__.py,sha256=3YyHdV_2brog83Dy-15FaIhrUoEoJd8KbAAxhfGX5Qo,8545
|
2
|
+
flet_desktop/version.py,sha256=iDGF7G7xhqDINF5jC53qqELVvcv8H5G7YLkemmkM4vU,27
|
3
|
+
flet_desktop/app/flet-linux-arm64.tar.gz,sha256=n82Ioun8m8oi--4UcGQNOYOnpJ4K7sXBGfuktA8RPI4,14853424
|
4
|
+
flet_desktop_light-0.27.0.dev4148.dist-info/METADATA,sha256=iZlahut6DzIaZxuKgAIIKe9Ure6eNT-7lrPbFtXoHbI,902
|
5
|
+
flet_desktop_light-0.27.0.dev4148.dist-info/WHEEL,sha256=CxmqsLjkNUwgSmcKKafNpqqrfsvd-d6D70VJ7k73FAA,143
|
6
|
+
flet_desktop_light-0.27.0.dev4148.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
flet_desktop/__init__.py,sha256=GU-Yzy2hPK_b7ZGzZYpHLh75C1tU-zqDAIXeNI2wdxE,8527
|
2
|
-
flet_desktop/version.py,sha256=Xe1KR60gffh8f7DEf5o0v0xV6toIMsO3JYTAJOUuhfk,27
|
3
|
-
flet_desktop/app/flet-linux-arm64.tar.gz,sha256=cKuvx9xscMJLWw-sLbkFV-8trsyTXc-NwFLredVg8P8,14853106
|
4
|
-
flet_desktop_light-0.27.0.dev4146.dist-info/METADATA,sha256=so6WLWTSsae9zdmKxahnamr-r5PVfFVPVjjVWokZT_g,902
|
5
|
-
flet_desktop_light-0.27.0.dev4146.dist-info/WHEEL,sha256=CxmqsLjkNUwgSmcKKafNpqqrfsvd-d6D70VJ7k73FAA,143
|
6
|
-
flet_desktop_light-0.27.0.dev4146.dist-info/RECORD,,
|
{flet_desktop_light-0.27.0.dev4146.dist-info → flet_desktop_light-0.27.0.dev4148.dist-info}/WHEEL
RENAMED
File without changes
|