pymobiledevice3 7.3.5__py3-none-any.whl → 7.3.7__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.
- pymobiledevice3/_version.py +2 -2
- pymobiledevice3/cli/remote.py +1 -1
- pymobiledevice3/cli/syslog.py +1 -0
- pymobiledevice3/tunneld/server.py +3 -2
- {pymobiledevice3-7.3.5.dist-info → pymobiledevice3-7.3.7.dist-info}/METADATA +1 -1
- {pymobiledevice3-7.3.5.dist-info → pymobiledevice3-7.3.7.dist-info}/RECORD +10 -10
- {pymobiledevice3-7.3.5.dist-info → pymobiledevice3-7.3.7.dist-info}/WHEEL +1 -1
- {pymobiledevice3-7.3.5.dist-info → pymobiledevice3-7.3.7.dist-info}/entry_points.txt +0 -0
- {pymobiledevice3-7.3.5.dist-info → pymobiledevice3-7.3.7.dist-info}/licenses/LICENSE +0 -0
- {pymobiledevice3-7.3.5.dist-info → pymobiledevice3-7.3.7.dist-info}/top_level.txt +0 -0
pymobiledevice3/_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 = '7.3.
|
|
32
|
-
__version_tuple__ = version_tuple = (7, 3,
|
|
31
|
+
__version__ = version = '7.3.7'
|
|
32
|
+
__version_tuple__ = version_tuple = (7, 3, 7)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
pymobiledevice3/cli/remote.py
CHANGED
|
@@ -148,7 +148,7 @@ async def tunnel_task(
|
|
|
148
148
|
) as tunnel_result:
|
|
149
149
|
logger.info("tunnel created")
|
|
150
150
|
if script_mode:
|
|
151
|
-
print(f"{tunnel_result.address} {tunnel_result.port}")
|
|
151
|
+
print(f"{tunnel_result.address} {tunnel_result.port}", flush=True)
|
|
152
152
|
else:
|
|
153
153
|
if user_requested_colored_output():
|
|
154
154
|
if secrets is not None:
|
pymobiledevice3/cli/syslog.py
CHANGED
|
@@ -234,10 +234,11 @@ class TunneldCore:
|
|
|
234
234
|
name=f"start-tunnel-task-{task_identifier}",
|
|
235
235
|
),
|
|
236
236
|
)
|
|
237
|
-
except (BlockingIOError, StreamError
|
|
237
|
+
except (BlockingIOError, StreamError) as e:
|
|
238
238
|
# Connection lost - will reconnect on next iteration
|
|
239
239
|
logger.debug(f"usbmux connection error: {e}, reconnecting...")
|
|
240
|
-
|
|
240
|
+
await asyncio.sleep(USBMUX_INTERVAL)
|
|
241
|
+
except (ConnectionFailedToUsbmuxdError, OSError):
|
|
241
242
|
# This is exception is expected to occur repeatedly on linux running usbmuxd
|
|
242
243
|
# as long as there isn't any physical iDevice connected
|
|
243
244
|
logger.debug("failed to connect to usbmux. waiting for it to restart")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 7.3.
|
|
3
|
+
Version: 7.3.7
|
|
4
4
|
Summary: Pure python3 implementation for working with iDevices (iPhone, etc...)
|
|
5
5
|
Author-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>
|
|
6
6
|
Maintainer-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>
|
|
@@ -8,7 +8,7 @@ misc/understanding_idevice_protocol_layers.md,sha256=FMJQ-ik2j9kFLPS15JzDZg62uk1
|
|
|
8
8
|
misc/usbmux_sniff.sh,sha256=iWtbucOEQ9_UEFXk9x-2VNt48Jg5zrPsnUbZ_LfZxwA,212
|
|
9
9
|
pymobiledevice3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
pymobiledevice3/__main__.py,sha256=Ogsyro4MUVVSciEtg8kZufL81AHcjuphItnaL0BT10Q,16386
|
|
11
|
-
pymobiledevice3/_version.py,sha256=
|
|
11
|
+
pymobiledevice3/_version.py,sha256=cl_BvDCm8TKMtQpA8D0_CALdJlMLPHcrDzzcraQraPU,704
|
|
12
12
|
pymobiledevice3/bonjour.py,sha256=lmx3uCaiolF59AieftmTKqktNod5ZDyJ06oRZdYKHSE,13681
|
|
13
13
|
pymobiledevice3/ca.py,sha256=5_Y4F-zDFX_KeDL-M_TRCKKyrRRb9h1lBE8MGTWv91o,10606
|
|
14
14
|
pymobiledevice3/common.py,sha256=FZzF0BQYV5fCEUPbLo6jbt2Ig9s5YwR8AvX_iR124Ew,329
|
|
@@ -41,10 +41,10 @@ pymobiledevice3/cli/power_assertion.py,sha256=Dwv_ykYpxB8sHsNkN0KTgCP8xL-zpE0m7c
|
|
|
41
41
|
pymobiledevice3/cli/processes.py,sha256=iMjASV8LTCVMzDtx-H9vURI6V6FknVzMOtFFxTxsGNA,1027
|
|
42
42
|
pymobiledevice3/cli/profile.py,sha256=FCFsr7t3eRN92bOtinBK37zxG-XuSNdji5CdD_smhvw,7392
|
|
43
43
|
pymobiledevice3/cli/provision.py,sha256=tlJ2n7GdCdDMK5kLguo9Zp7l81PcIdzlS8efYylxAlA,1944
|
|
44
|
-
pymobiledevice3/cli/remote.py,sha256=
|
|
44
|
+
pymobiledevice3/cli/remote.py,sha256=c1qMm_Pywb5g1lQ-PIOL54H_0Voja8HE6h8mH5oEuyg,12723
|
|
45
45
|
pymobiledevice3/cli/restore.py,sha256=j1T9-eZi2AsvQqJ0EKpXuaWPuttoVUPy0xbYYfH6B_s,7485
|
|
46
46
|
pymobiledevice3/cli/springboard.py,sha256=S76Kth2DbqsjGRFVOns40-L4RCqFnuMFuy7bVHbmw9M,3111
|
|
47
|
-
pymobiledevice3/cli/syslog.py,sha256=
|
|
47
|
+
pymobiledevice3/cli/syslog.py,sha256=dKM0hzd4WQF5Y-ReLtoq6ehiBB-BazQEReKYhn3y38M,8971
|
|
48
48
|
pymobiledevice3/cli/usbmux.py,sha256=TTzVTftgipOS4ulHH9dfj7AG_GYZgKh8stl_4UXGS6o,3193
|
|
49
49
|
pymobiledevice3/cli/version.py,sha256=59NxyLVJWcqNpoKo-XTc5RYGmweuJUmKgKnLwaLzD5o,326
|
|
50
50
|
pymobiledevice3/cli/webinspector.py,sha256=grfwKDAQ1oh7WA_VWCM6qGQzo8osIOY2PjpYXJ1hzCs,17946
|
|
@@ -179,10 +179,10 @@ pymobiledevice3/services/web_protocol/session_protocol.py,sha256=CMqFeIjsse0qkFq
|
|
|
179
179
|
pymobiledevice3/services/web_protocol/switch_to.py,sha256=TCdVrMfsvd18o-vZ0owVrEFYeoGbwF3jZ1iDaPslV9U,2944
|
|
180
180
|
pymobiledevice3/tunneld/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
181
|
pymobiledevice3/tunneld/api.py,sha256=Lwl1OdhPTgX6Zqezy8T4dEcXRfaEPwyGNClioTx3fUc,2338
|
|
182
|
-
pymobiledevice3/tunneld/server.py,sha256=
|
|
183
|
-
pymobiledevice3-7.3.
|
|
184
|
-
pymobiledevice3-7.3.
|
|
185
|
-
pymobiledevice3-7.3.
|
|
186
|
-
pymobiledevice3-7.3.
|
|
187
|
-
pymobiledevice3-7.3.
|
|
188
|
-
pymobiledevice3-7.3.
|
|
182
|
+
pymobiledevice3/tunneld/server.py,sha256=WCwqzaBRd71SNAnXQPL1FWDLPRrg6uJgr1TMLW9a08c,26426
|
|
183
|
+
pymobiledevice3-7.3.7.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
|
184
|
+
pymobiledevice3-7.3.7.dist-info/METADATA,sha256=hZXUO5NxdFXFJV3mEJM-PYPGtG4czwr43f0Ix2P0f0M,17500
|
|
185
|
+
pymobiledevice3-7.3.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
186
|
+
pymobiledevice3-7.3.7.dist-info/entry_points.txt,sha256=jJMlOanHlVwUxcY__JwvKeWPrvBJr_wJyEq4oHIZNKE,66
|
|
187
|
+
pymobiledevice3-7.3.7.dist-info/top_level.txt,sha256=MjZoRqcWPOh5banG-BbDOnKEfsS3kCxqV9cv-nzyg2Q,21
|
|
188
|
+
pymobiledevice3-7.3.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|