simo 2.11.2__py3-none-any.whl → 2.11.4__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 simo might be problematic. Click here for more details.
- simo/backups/__pycache__/tasks.cpython-312.pyc +0 -0
- simo/backups/rescue.img.xz +0 -0
- simo/backups/tasks.py +0 -12
- {simo-2.11.2.dist-info → simo-2.11.4.dist-info}/METADATA +1 -1
- {simo-2.11.2.dist-info → simo-2.11.4.dist-info}/RECORD +9 -9
- {simo-2.11.2.dist-info → simo-2.11.4.dist-info}/WHEEL +0 -0
- {simo-2.11.2.dist-info → simo-2.11.4.dist-info}/entry_points.txt +0 -0
- {simo-2.11.2.dist-info → simo-2.11.4.dist-info}/licenses/LICENSE.md +0 -0
- {simo-2.11.2.dist-info → simo-2.11.4.dist-info}/top_level.txt +0 -0
|
Binary file
|
simo/backups/rescue.img.xz
CHANGED
|
Binary file
|
simo/backups/tasks.py
CHANGED
|
@@ -279,18 +279,6 @@ def get_backup_device(lsblk_data):
|
|
|
279
279
|
if _has_backup_label(child):
|
|
280
280
|
return child
|
|
281
281
|
|
|
282
|
-
# Legacy fallback (modern capacity) – whole-disk or partitioned
|
|
283
|
-
# exFAT volumes are still acceptable for backward compatibility when
|
|
284
|
-
# they are large enough.
|
|
285
|
-
|
|
286
|
-
if (device.get("fstype") or "").lower() == "exfat":
|
|
287
|
-
return device
|
|
288
|
-
|
|
289
|
-
for child in device.get("children", []):
|
|
290
|
-
if (child.get("fstype") or "").lower() == "exfat":
|
|
291
|
-
return child
|
|
292
|
-
|
|
293
|
-
|
|
294
282
|
# ------------------------------------------------------------------
|
|
295
283
|
# Phase 2 – look for **existing** legacy backup drives.
|
|
296
284
|
# ------------------------------------------------------------------
|
|
@@ -64,8 +64,8 @@ simo/backups/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
64
64
|
simo/backups/admin.py,sha256=cEakxnQlOHvUf8LdBdekXpDAvnqPoVN8y7pnN3WK29A,2487
|
|
65
65
|
simo/backups/dynamic_settings.py,sha256=Q52RLa3UQsmAhqkwR16cM6pbBnIbXqmVQ2oIUP2ZVD0,416
|
|
66
66
|
simo/backups/models.py,sha256=-tgILgkqmBEuxBwoymKZN1a0UVQzmJvqWrIGYMMFDaQ,695
|
|
67
|
-
simo/backups/rescue.img.xz,sha256=
|
|
68
|
-
simo/backups/tasks.py,sha256=
|
|
67
|
+
simo/backups/rescue.img.xz,sha256=QSpwqBjJGWukiI3kP5cCf7f2tMRUlsG44MsNqzJSKhc,62390588
|
|
68
|
+
simo/backups/tasks.py,sha256=5f50Unkb4h0D3wcYYXK40EiwlRfL9LYHX85sJra-R9Q,30205
|
|
69
69
|
simo/backups/__pycache__/__init__.cpython-312.pyc,sha256=TAMZORllxjDG2r6KsDbR085kId1pURDKwMAaykHlt0w,125
|
|
70
70
|
simo/backups/__pycache__/__init__.cpython-38.pyc,sha256=vzOf-JIMeZ6P85FyvTpYev3mscFosUy-SJTshcQbOHU,161
|
|
71
71
|
simo/backups/__pycache__/admin.cpython-312.pyc,sha256=f0XBNqkwkFmJMx3C5328Axk_Ph6ZXElPrgOKN8pCuUY,3821
|
|
@@ -74,7 +74,7 @@ simo/backups/__pycache__/dynamic_settings.cpython-312.pyc,sha256=PpnbOuz78x3hFQY
|
|
|
74
74
|
simo/backups/__pycache__/dynamic_settings.cpython-38.pyc,sha256=51gJFjn_XqQBRoHeubo6ppb9pNuFQKI5hAR0ms9flE8,731
|
|
75
75
|
simo/backups/__pycache__/models.cpython-312.pyc,sha256=Re77ADeTs4A4SYXvAVJ3kscH4nAx9FtkagejTZRLI7s,1704
|
|
76
76
|
simo/backups/__pycache__/models.cpython-38.pyc,sha256=zclX7HwOT4_izweyKNQ8LmgSHb3hNcYcfsSiwwfQoLY,1220
|
|
77
|
-
simo/backups/__pycache__/tasks.cpython-312.pyc,sha256=
|
|
77
|
+
simo/backups/__pycache__/tasks.cpython-312.pyc,sha256=rKK_7VRSP_a7_jajp7H3vaZRQDTucGN8DnUsil6_7GI,34593
|
|
78
78
|
simo/backups/__pycache__/tasks.cpython-38.pyc,sha256=bKz_Rxt_H0lC0d9_4Dxqv7cirQDSH9LVurZZC0LU94s,9179
|
|
79
79
|
simo/backups/migrations/0001_initial.py,sha256=0LzCusTUyYf61ksiepdnqXIuYYNTNd_djh_Wa484HA0,770
|
|
80
80
|
simo/backups/migrations/0002_backuplog_backup_level_backup_size.py,sha256=w9T9MQWuecy91OZE1fMExriwPuXA8HMPKsPwXhmC8_k,1023
|
|
@@ -11004,9 +11004,9 @@ simo/users/templates/invitations/expired_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
11004
11004
|
simo/users/templates/invitations/expired_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11005
11005
|
simo/users/templates/invitations/taken_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11006
11006
|
simo/users/templates/invitations/taken_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11007
|
-
simo-2.11.
|
|
11008
|
-
simo-2.11.
|
|
11009
|
-
simo-2.11.
|
|
11010
|
-
simo-2.11.
|
|
11011
|
-
simo-2.11.
|
|
11012
|
-
simo-2.11.
|
|
11007
|
+
simo-2.11.4.dist-info/licenses/LICENSE.md,sha256=M7wm1EmMGDtwPRdg7kW4d00h1uAXjKOT3HFScYQMeiE,34916
|
|
11008
|
+
simo-2.11.4.dist-info/METADATA,sha256=Ox5oXupmm43SIjX7ECNRuTvE6jUcdwEZe5ZhS4jrJvU,2028
|
|
11009
|
+
simo-2.11.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11010
|
+
simo-2.11.4.dist-info/entry_points.txt,sha256=S9PwnUYmTSW7681GKDCxUbL0leRJIaRk6fDQIKgbZBA,135
|
|
11011
|
+
simo-2.11.4.dist-info/top_level.txt,sha256=GmS1hrAbpVqn9OWZh6UX82eIOdRLgYA82RG9fe8v4Rs,5
|
|
11012
|
+
simo-2.11.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|