mpflash 1.25.0rc3__py3-none-any.whl → 1.25.0rc4__py3-none-any.whl

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.
@@ -7,13 +7,15 @@ import time
7
7
  from pathlib import Path
8
8
  from typing import Optional
9
9
 
10
- from .boardid import get_board_id
11
- import psutil
12
10
  from rich.progress import track
13
11
 
12
+ from .boardid import get_board_id
13
+
14
14
 
15
15
  def wait_for_UF2_windows(board_id: str, s_max: int = 10) -> Optional[Path]:
16
16
  """Wait for the MCU to mount as a drive"""
17
+ import psutil
18
+
17
19
  if s_max < 1:
18
20
  s_max = 10
19
21
  destination = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mpflash
3
- Version: 1.25.0rc3
3
+ Version: 1.25.0rc4
4
4
  Summary: Flash and download tool for MicroPython firmwares
5
5
  License: MIT
6
6
  Keywords: MicroPython,firmware,flash,download,UF2,esptool
@@ -29,7 +29,7 @@ Requires-Dist: loguru (>=0.7.2,<0.8.0)
29
29
  Requires-Dist: mpremote (>=1.22.0,<2.0.0)
30
30
  Requires-Dist: packaging (>=24.2,<25.0)
31
31
  Requires-Dist: platformdirs (>=4.2.0,<5.0.0)
32
- Requires-Dist: psutil (>=5.9.8,<8.0.0)
32
+ Requires-Dist: psutil (>=7.0.0,<8.0.0)
33
33
  Requires-Dist: pygithub (>=2.1.1,<3.0.0)
34
34
  Requires-Dist: pyusb (>=1.2.1,<2.0.0)
35
35
  Requires-Dist: pywin32 (>=310,<311) ; sys_platform == "win32"
@@ -39,7 +39,7 @@ mpflash/flash/uf2/boardid.py,sha256=U5wGM8VA3wEpUxQCMtuXpMZZomdVH8J_Zd5_GekUMuU,
39
39
  mpflash/flash/uf2/linux.py,sha256=uTgqyS7C7xfQ25RrTcSUkt-m2u2Ks_o7bPLzIecPoC8,4355
40
40
  mpflash/flash/uf2/macos.py,sha256=JTaIpqnR_0k4oSEvzs9amhmK-PMxUJyZLnZ_wZwxa-0,1228
41
41
  mpflash/flash/uf2/uf2disk.py,sha256=4_P2l-kedM7VSliA2u706LQLxvu3xWSod1-lj-xjZis,298
42
- mpflash/flash/uf2/windows.py,sha256=S---sVjVrC00ZcnpOewtJIBfSCj2cr7FGQwEm_ZEDnY,1334
42
+ mpflash/flash/uf2/windows.py,sha256=tf2doFbhS1iA8hGUFFiHHASJvo71PgsmozhVnav79cI,1342
43
43
  mpflash/flash/worklist.py,sha256=ZqbgYChXFGEVLVlGKeS9eJJDToxBYqjrfWE2NIa7Cck,5622
44
44
  mpflash/list.py,sha256=NNhKpRh3ARZMdq56GLJgJ67GeuUf9SxjTzFhQjDsi9A,4008
45
45
  mpflash/logger.py,sha256=oMGBhfHv0edPJaUxiqAjkQ5Na2B687f94LqE-IR7C-U,1885
@@ -62,8 +62,8 @@ mpflash/vendor/pico-universal-flash-nuke/universal_flash_nuke.uf2,sha256=QuPMppq
62
62
  mpflash/vendor/pydfu.py,sha256=KD1RHHuhvhWi-l1UB6GyggkxouDKtZgkG4ivRbIfwC4,21264
63
63
  mpflash/vendor/readme.md,sha256=BQ7Uxf8joeYMjTUuSLLBG49ob6a9MgFPIEwuc72-Mfw,415
64
64
  mpflash/versions.py,sha256=HuujLNdMKY_mQXyEqwXVHcU8nbuXeBiWP2TMA5JQhr4,4884
65
- mpflash-1.25.0rc3.dist-info/entry_points.txt,sha256=Jk_visOhYOsZIcSP2Ms9hKqfKy1iorR-6dYltSoWCpY,52
66
- mpflash-1.25.0rc3.dist-info/LICENSE,sha256=mWpNhsIxWzetYNnTpr4eb3HtgsxGIC8KcYWxXEcxQvE,1077
67
- mpflash-1.25.0rc3.dist-info/METADATA,sha256=mEXilzRfCv3IpCReXC9MiydCTo_XVD81flx9E6zFtnI,23938
68
- mpflash-1.25.0rc3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
69
- mpflash-1.25.0rc3.dist-info/RECORD,,
65
+ mpflash-1.25.0rc4.dist-info/entry_points.txt,sha256=Jk_visOhYOsZIcSP2Ms9hKqfKy1iorR-6dYltSoWCpY,52
66
+ mpflash-1.25.0rc4.dist-info/LICENSE,sha256=mWpNhsIxWzetYNnTpr4eb3HtgsxGIC8KcYWxXEcxQvE,1077
67
+ mpflash-1.25.0rc4.dist-info/METADATA,sha256=F4Y4RJ0G1QmdX4COxOVvue11y15q12e-8My2QIRdmUA,23938
68
+ mpflash-1.25.0rc4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
69
+ mpflash-1.25.0rc4.dist-info/RECORD,,