pymobiledevice3 7.3.7__py3-none-any.whl → 7.3.8__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.
@@ -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.7'
32
- __version_tuple__ = version_tuple = (7, 3, 7)
31
+ __version__ = version = '7.3.8'
32
+ __version_tuple__ = version_tuple = (7, 3, 8)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -35,13 +35,11 @@ class Device:
35
35
  return self._irecv is not None
36
36
 
37
37
  @cached_property
38
- def lockdown(self) -> LockdownClient:
39
- assert self._lockdown is not None
38
+ def lockdown(self) -> Optional[LockdownClient]:
40
39
  return self._lockdown
41
40
 
42
41
  @cached_property
43
- def irecv(self) -> IRecv:
44
- assert self._irecv is not None
42
+ def irecv(self) -> Optional[IRecv]:
45
43
  return self._irecv
46
44
 
47
45
  @cached_property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pymobiledevice3
3
- Version: 7.3.7
3
+ Version: 7.3.8
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>
@@ -54,7 +54,7 @@ Requires-Dist: qh3<2,>=1.0.0
54
54
  Requires-Dist: developer_disk_image>=0.0.2
55
55
  Requires-Dist: opack2
56
56
  Requires-Dist: psutil
57
- Requires-Dist: pytun-pmd3>=3.0.2
57
+ Requires-Dist: pytun-pmd3>=3.0.3
58
58
  Requires-Dist: prompt_toolkit
59
59
  Requires-Dist: sslpsk-pmd3>=1.0.3; python_version < "3.13"
60
60
  Requires-Dist: python-pcapng>=2.1.1
@@ -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=cl_BvDCm8TKMtQpA8D0_CALdJlMLPHcrDzzcraQraPU,704
11
+ pymobiledevice3/_version.py,sha256=-ei35jkBSKIovBwGaSFibsTBdFb1xWE8GmWrtYwQH74,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
@@ -101,7 +101,7 @@ pymobiledevice3/restore/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
101
101
  pymobiledevice3/restore/asr.py,sha256=eVzTQ8hDzncfd49z3cB0VUvtgVob-omO5vUY7y2QZFY,4048
102
102
  pymobiledevice3/restore/base_restore.py,sha256=7Savyn6TlqWpAG0OhILqb587mpx5yLJeOWljwLhxbVo,5795
103
103
  pymobiledevice3/restore/consts.py,sha256=-_CIR3Fb78lGo3VNxtUvBaro5rUqPozHb4KB4ihntis,2167
104
- pymobiledevice3/restore/device.py,sha256=1dRRhFbSMONy8SIvXkbghZb6uM2LPJqp9junr1iE7II,3427
104
+ pymobiledevice3/restore/device.py,sha256=0nEMPY-0omLI6xX8WF61DHHGvcjjPRYTdQkoconQTMA,3366
105
105
  pymobiledevice3/restore/fdr.py,sha256=MwoDBiVmHrY5Duw4ViZnwpUjOx_lAzihi-yTznanKJ8,6182
106
106
  pymobiledevice3/restore/ftab.py,sha256=RxjVkB7tHOW_RjHNu0hKt06qJ4HxitsfkW9dyk64Hzk,1509
107
107
  pymobiledevice3/restore/img4.py,sha256=gEjULbDVsV6w24NLtOuBQUyU9DEwA3mt0wrcsfll67o,4790
@@ -180,9 +180,9 @@ pymobiledevice3/services/web_protocol/switch_to.py,sha256=TCdVrMfsvd18o-vZ0owVrE
180
180
  pymobiledevice3/tunneld/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
181
181
  pymobiledevice3/tunneld/api.py,sha256=Lwl1OdhPTgX6Zqezy8T4dEcXRfaEPwyGNClioTx3fUc,2338
182
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,,
183
+ pymobiledevice3-7.3.8.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
184
+ pymobiledevice3-7.3.8.dist-info/METADATA,sha256=-28HEIeUb7TrMY6ciHgR09D_jEhlc7EInEfohCNCzDE,17500
185
+ pymobiledevice3-7.3.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
186
+ pymobiledevice3-7.3.8.dist-info/entry_points.txt,sha256=jJMlOanHlVwUxcY__JwvKeWPrvBJr_wJyEq4oHIZNKE,66
187
+ pymobiledevice3-7.3.8.dist-info/top_level.txt,sha256=MjZoRqcWPOh5banG-BbDOnKEfsS3kCxqV9cv-nzyg2Q,21
188
+ pymobiledevice3-7.3.8.dist-info/RECORD,,