micropython-stubber 1.24.4__py3-none-any.whl → 1.24.4.post1__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.
- {micropython_stubber-1.24.4.dist-info → micropython_stubber-1.24.4.post1.dist-info}/METADATA +1 -1
- {micropython_stubber-1.24.4.dist-info → micropython_stubber-1.24.4.post1.dist-info}/RECORD +6 -6
- stubber/bulk/mcu_stubber.py +1 -1
- {micropython_stubber-1.24.4.dist-info → micropython_stubber-1.24.4.post1.dist-info}/LICENSE +0 -0
- {micropython_stubber-1.24.4.dist-info → micropython_stubber-1.24.4.post1.dist-info}/WHEEL +0 -0
- {micropython_stubber-1.24.4.dist-info → micropython_stubber-1.24.4.post1.dist-info}/entry_points.txt +0 -0
@@ -18,7 +18,7 @@ stubber/board/info.py,sha256=b7SOPZHVsVhaayKCwVkFZlYu0BW-UFI7LuG1Eop9480,5629
|
|
18
18
|
stubber/board/main.py,sha256=f6V3tdt6sPZVLuwemT-NLuK9GySfW2c2J6PJMOOWQQw,413
|
19
19
|
stubber/board/modulelist.txt,sha256=rZ6sn8CXjVYRKCcM0rlurfiIwsDuWhzSPOleAmoxCCI,2945
|
20
20
|
stubber/board/pyrightconfig.json,sha256=6oHS4aDOfwKBAFeUPsCGJzEXpUgBZsPaF0M4P-N26D4,1376
|
21
|
-
stubber/bulk/mcu_stubber.py,sha256=
|
21
|
+
stubber/bulk/mcu_stubber.py,sha256=J-iuozAfsgtVdZ-yUVd1DR9XxpkGuENsCkp_AhIhTP0,15733
|
22
22
|
stubber/codemod/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
stubber/codemod/_partials/__init__.py,sha256=LVJ-QkEKlc5IqOZ-bYrNXWRd9J5eolsTR_kRTyS9p6w,1430
|
24
24
|
stubber/codemod/_partials/db_main.py,sha256=ZKzxV0LOEyHu1zcsBr4xRf9i1a4Jyh808sdbmcmkrWE,4003
|
@@ -100,8 +100,8 @@ stubber/utils/repos.py,sha256=piUZwtHBXXJ-XPhvw_qXYqO-fy1ktZsb9-7CAwNo2YQ,5896
|
|
100
100
|
stubber/utils/stubmaker.py,sha256=pO8Bo9JuHo6eeJGJz4hO2PzVJojNYFdJPdVtlgjKkBI,5236
|
101
101
|
stubber/utils/typed_config_toml.py,sha256=ZR7eo-whyL4nhFXj6xs7E121sLuE-ivlUDevII4K2xg,2653
|
102
102
|
stubber/variants.py,sha256=NnwUP-aiGUPAn15BeRRFcBWQUOzAFFnN2oL4u9zio-s,3792
|
103
|
-
micropython_stubber-1.24.4.dist-info/entry_points.txt,sha256=JoR8NWh8t6pbDyn0WOMCIfRfDQAOGxqbOgJWuxv3Cxw,116
|
104
|
-
micropython_stubber-1.24.4.dist-info/LICENSE,sha256=Fx9qrL45ayRXgH6QzttboqZEjKXms0w1t_b_nkOqYCU,1572
|
105
|
-
micropython_stubber-1.24.4.dist-info/METADATA,sha256=
|
106
|
-
micropython_stubber-1.24.4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
107
|
-
micropython_stubber-1.24.4.dist-info/RECORD,,
|
103
|
+
micropython_stubber-1.24.4.post1.dist-info/entry_points.txt,sha256=JoR8NWh8t6pbDyn0WOMCIfRfDQAOGxqbOgJWuxv3Cxw,116
|
104
|
+
micropython_stubber-1.24.4.post1.dist-info/LICENSE,sha256=Fx9qrL45ayRXgH6QzttboqZEjKXms0w1t_b_nkOqYCU,1572
|
105
|
+
micropython_stubber-1.24.4.post1.dist-info/METADATA,sha256=ESYg7WYXZXrsfxIjvQNTE_N1CJ-1ulTt_5F6MCmP-gI,19985
|
106
|
+
micropython_stubber-1.24.4.post1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
107
|
+
micropython_stubber-1.24.4.post1.dist-info/RECORD,,
|
stubber/bulk/mcu_stubber.py
CHANGED
@@ -393,7 +393,7 @@ def stub_connected_mcus(
|
|
393
393
|
family=board.firmware["family"],
|
394
394
|
boards=board.firmware["board"],
|
395
395
|
ports=board.firmware["port"],
|
396
|
-
mpy_path=CONFIG.mpy_path,
|
396
|
+
# mpy_path=CONFIG.mpy_path,
|
397
397
|
)
|
398
398
|
if not merged:
|
399
399
|
log.error(f"Failed to merge stubs for {board.serialport}")
|
File without changes
|
File without changes
|
{micropython_stubber-1.24.4.dist-info → micropython_stubber-1.24.4.post1.dist-info}/entry_points.txt
RENAMED
File without changes
|