aj090-hw-tools 0.0.5__py3-none-any.whl → 0.0.6__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.

Potentially problematic release.


This version of aj090-hw-tools might be problematic. Click here for more details.

@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2025-present Vasencheg <roman.vasilev@nobitlost.com>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.0.5"
4
+ __version__ = "0.0.6"
@@ -118,7 +118,7 @@ def info(argv) -> int:
118
118
  port = argv.port if argv.port is not None else esptool.ESPLoader.DEFAULT_PORT
119
119
  connects = 10 # NOTE: the workaround to the issue "Could not open /dev/tty..., the port is busy or doesn't exist"
120
120
  for _ in range(connects):
121
- try:
121
+ try:
122
122
  with detect_chip(port=port, connect_attempts=0) as device:
123
123
  return asyncio.run(gather_info(device, argv))
124
124
  except OSError:
@@ -78,7 +78,7 @@ async def do_test(dut: DUT, unit:str, expected: str, timeout: float = 5.0) -> in
78
78
 
79
79
  async def device_boot_test(dut: DUT) -> BootInfo:
80
80
  boot_expect = [
81
- r'boot: ESP-IDF v(\d\.\d|\d\.\d+-dirty) 2nd stage bootloader',
81
+ r'boot: ESP-IDF v(\d\.\d(?:.\d)*|\d\.\d+(?:.\d)*-dirty) 2nd stage bootloader',
82
82
  r'boot: Loaded app from partition at offset (0x\d{5,})',
83
83
  r'app_init: App version:\s+(\w{7})'
84
84
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aj090-hw-tools
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Project-URL: Documentation, https://github.com/Vasencheg/aj090-hw-tools#readme
5
5
  Project-URL: Issues, https://github.com/Vasencheg/aj090-hw-tools/issues
6
6
  Project-URL: Source, https://github.com/Vasencheg/aj090-hw-tools
@@ -1,4 +1,4 @@
1
- aj090_hw_tools/__about__.py,sha256=GnR-1-mF0DDmr5Uyy1HPKl75IV5E3GBLSX7yRHqmJps,134
1
+ aj090_hw_tools/__about__.py,sha256=Nrb-TW2fdBSu1yAGbDAkz5psTR404NFNO7ZnhKKbRek,134
2
2
  aj090_hw_tools/__init__.py,sha256=fS-eXIfkbovPWSUIPvR9PgKcywBqV4Cbx_0viWMS954,2222
3
3
  aj090_hw_tools/__main__.py,sha256=lgLhZKtFbsENp3hWyT0EoqDiKMkTdJ_Z0DBNoEXd0VU,110
4
4
  aj090_hw_tools/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -6,11 +6,11 @@ aj090_hw_tools/common/const.py,sha256=Aqg27jSkNfsbF8GmFf9vwK_MkkpyWwn6EVXWw8AIEZ
6
6
  aj090_hw_tools/targets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  aj090_hw_tools/tools/__init__.py,sha256=zPFvS-hx_IdS07KYhYeZ4RmPlEnab6J2Z9bqNjDjOMU,110
8
8
  aj090_hw_tools/tools/firmware.py,sha256=8de3f4t4oUeaDkVnUj5yUw-9E4l2yBATm_O-FR3j6H0,10652
9
- aj090_hw_tools/tools/info.py,sha256=Z6QVXzFzG88PYSHAGvCTtRdGLf6arSrjE_reRwhTIcs,4670
9
+ aj090_hw_tools/tools/info.py,sha256=Mlf9JXNI1AbjsBLddAJENCWFOEF-_lRGXqeA4iejEjk,4667
10
10
  aj090_hw_tools/tools/serial_number.py,sha256=TNSmLm3T0XO4CUntilZb-jOdXUwDRZJivylcLZlXkkc,3289
11
- aj090_hw_tools/tools/test.py,sha256=_IB9VfKoe76dVcgwOf1xzEZXKgxBA3EAPry-UZoQMpw,8340
12
- aj090_hw_tools-0.0.5.dist-info/METADATA,sha256=DNQ_PI6yicvj3wnk_fwZHsZvcRQTduA9uRWE0rM-_1o,1787
13
- aj090_hw_tools-0.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- aj090_hw_tools-0.0.5.dist-info/entry_points.txt,sha256=1AwKATXzb-NsDJEaS5fMAmQYsOAi2ly5Ey5RJZf4Iis,69
15
- aj090_hw_tools-0.0.5.dist-info/licenses/LICENSE.txt,sha256=otEZO2jmzBs9ErzZVB3CaAUU7n3-1jC0D2oFZXv8kxs,1096
16
- aj090_hw_tools-0.0.5.dist-info/RECORD,,
11
+ aj090_hw_tools/tools/test.py,sha256=54KN-a2gxH-Tfdu9tCNkLFX3ogQ5zfE58XiMX33az3k,8356
12
+ aj090_hw_tools-0.0.6.dist-info/METADATA,sha256=oohKSEe6SdX0kGVe9tMkvwMcC0qeRoRyynio7ARc2Uc,1787
13
+ aj090_hw_tools-0.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
+ aj090_hw_tools-0.0.6.dist-info/entry_points.txt,sha256=1AwKATXzb-NsDJEaS5fMAmQYsOAi2ly5Ey5RJZf4Iis,69
15
+ aj090_hw_tools-0.0.6.dist-info/licenses/LICENSE.txt,sha256=otEZO2jmzBs9ErzZVB3CaAUU7n3-1jC0D2oFZXv8kxs,1096
16
+ aj090_hw_tools-0.0.6.dist-info/RECORD,,