flet-desktop-light 0.27.0.dev4147__py3-none-musllinux_1_2_x86_64.whl → 0.27.0.dev4149__py3-none-musllinux_1_2_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
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.dev4147"
1
+ version = "0.27.0.dev4149"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: flet-desktop-light
3
- Version: 0.27.0.dev4147
3
+ Version: 0.27.0.dev4149
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.dev4147)
16
+ Requires-Dist: flet (==0.27.0.dev4149)
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=PjFwGaYybmIG1HoPY_mddWTDOE0CmUgAIVs71MfotxE,27
3
+ flet_desktop/app/flet-linux-amd64.tar.gz,sha256=UcSwBRVM8pAfQ82HXdXmmIWpdZiaHIJXyW85GQIotTQ,15400619
4
+ flet_desktop_light-0.27.0.dev4149.dist-info/METADATA,sha256=XtWcMAQOfjHaVVM7I-SVJjITse8MoVUw5xvZNEdmgxM,902
5
+ flet_desktop_light-0.27.0.dev4149.dist-info/WHEEL,sha256=kbuBN11CjqglXanjKnR0HwOqiPH81QLhA6eQ2NL5os0,105
6
+ flet_desktop_light-0.27.0.dev4149.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- flet_desktop/__init__.py,sha256=GU-Yzy2hPK_b7ZGzZYpHLh75C1tU-zqDAIXeNI2wdxE,8527
2
- flet_desktop/version.py,sha256=8fcP9Nup4dBQRV4YsoERk4EZ76tIJ75a_8y5zgjLAbE,27
3
- flet_desktop/app/flet-linux-amd64.tar.gz,sha256=SuVF3qdYHN0oPrwV8SrB-uQsp-TBkEB-0c-l67bJ2uE,15400522
4
- flet_desktop_light-0.27.0.dev4147.dist-info/METADATA,sha256=Us3xyhIhPqL0EM1ui6Fpj2DEz_w9w_t9Q8HTIVZZtAw,902
5
- flet_desktop_light-0.27.0.dev4147.dist-info/WHEEL,sha256=kbuBN11CjqglXanjKnR0HwOqiPH81QLhA6eQ2NL5os0,105
6
- flet_desktop_light-0.27.0.dev4147.dist-info/RECORD,,