ragger 1.42.0__py3-none-any.whl → 1.42.1__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.
- ragger/__version__.py +2 -2
- ragger/conftest/base_conftest.py +3 -2
- {ragger-1.42.0.dist-info → ragger-1.42.1.dist-info}/METADATA +1 -1
- {ragger-1.42.0.dist-info → ragger-1.42.1.dist-info}/RECORD +7 -7
- {ragger-1.42.0.dist-info → ragger-1.42.1.dist-info}/WHEEL +0 -0
- {ragger-1.42.0.dist-info → ragger-1.42.1.dist-info}/licenses/LICENSE +0 -0
- {ragger-1.42.0.dist-info → ragger-1.42.1.dist-info}/top_level.txt +0 -0
ragger/__version__.py
CHANGED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.42.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 42,
|
|
31
|
+
__version__ = version = '1.42.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 42, 1)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
ragger/conftest/base_conftest.py
CHANGED
|
@@ -283,8 +283,9 @@ def prepare_speculos_args(root_pytest_dir: Path,
|
|
|
283
283
|
)
|
|
284
284
|
main_app_path = find_application(app_dir_subdirectories[0], device_name, "c")
|
|
285
285
|
|
|
286
|
-
# This repo holds the library, not the standalone app: search in
|
|
287
|
-
lib_path = find_application(project_root_dir
|
|
286
|
+
# This repo holds the library, not the standalone app: search in build_directory
|
|
287
|
+
lib_path = find_application(project_root_dir / manifest.app.build_directory, device_name,
|
|
288
|
+
manifest.app.sdk)
|
|
288
289
|
speculos_args.append(f"-l{lib_path}")
|
|
289
290
|
# If the app is standalone, the main app should be located in project_root_dir / manifest.app.build_directory
|
|
290
291
|
else:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ragger/__init__.py,sha256=Vbk78M7VtDVMTu02zYQquYSTxtgbieknkvr3uXONrig,713
|
|
2
|
-
ragger/__version__.py,sha256=
|
|
2
|
+
ragger/__version__.py,sha256=0mWI4xQoxal_8S_OmewzeMGCk0Sffbe_ECmk0NOV1QU,706
|
|
3
3
|
ragger/error.py,sha256=mmeipucrlUz1g1kkNy15rXpCccpzucnRTGIsKbcOzBo,6528
|
|
4
4
|
ragger/logger.py,sha256=XF3DsHDLGOHAG7cqVj_7BQlHKj9J8zw8A9soFHIydc8,2457
|
|
5
5
|
ragger/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -14,7 +14,7 @@ ragger/bip/__init__.py,sha256=7gY5V8gkJfct1g4OgaLg8bNpgoITGaqU9gTKC4tHbAM,920
|
|
|
14
14
|
ragger/bip/path.py,sha256=uX69L3U8vteIHJy_PE5yPloGaiiYYMq_jLbBSENiRqs,1709
|
|
15
15
|
ragger/bip/seed.py,sha256=yKGM_fkFCh6hNAl7vOMrEv5kEoQoDmVPhBCIMtO8dNk,1758
|
|
16
16
|
ragger/conftest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
ragger/conftest/base_conftest.py,sha256=
|
|
17
|
+
ragger/conftest/base_conftest.py,sha256=r3MuOMDsI3Q5ZiUs4S0TlcyqYT8BeCrWImXjQOXTmN8,20831
|
|
18
18
|
ragger/conftest/configuration.py,sha256=jE_zbvDWSc7jQQ4VEJBo8m_3kME09i2YXK6PLigPAes,3297
|
|
19
19
|
ragger/firmware/__init__.py,sha256=3g_-n2b0qEgVlP42lOQiZzBPux6PCUtZnydkQeEn_Vk,687
|
|
20
20
|
ragger/firmware/structs.py,sha256=pkUzEkq-kiUntWK2mt1Vkalgoe-3tbvBcLfe12L-CNo,1804
|
|
@@ -50,8 +50,8 @@ ragger/utils/__init__.py,sha256=PUabSv1qx0XyKWovIxvGBI71sd3O3bKp3gCsUxlWm1E,997
|
|
|
50
50
|
ragger/utils/misc.py,sha256=Gx1LbtaOh3ns8C_4sRJAFyym2RcbTEmjNtjRfHT_BYw,6851
|
|
51
51
|
ragger/utils/packing.py,sha256=2xaRR-FhwVfknP74ZGo-O4JTE6R0HpNqhxKJ9aMrns4,766
|
|
52
52
|
ragger/utils/structs.py,sha256=JMfuX5u-4gSZfqH0SER05B15-mj0YyHjnxLAgxAYtAM,1413
|
|
53
|
-
ragger-1.42.
|
|
54
|
-
ragger-1.42.
|
|
55
|
-
ragger-1.42.
|
|
56
|
-
ragger-1.42.
|
|
57
|
-
ragger-1.42.
|
|
53
|
+
ragger-1.42.1.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
54
|
+
ragger-1.42.1.dist-info/METADATA,sha256=dTcZ-2aynRqePhA93nHelHWskURVRN71CCelSLk3jv8,10660
|
|
55
|
+
ragger-1.42.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
56
|
+
ragger-1.42.1.dist-info/top_level.txt,sha256=kqJEoAZ6qn0T3iuVa-710gBK7Ik1euCwNwBbyFraRQg,7
|
|
57
|
+
ragger-1.42.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|