ominfra 0.0.0.dev316__py3-none-any.whl → 0.0.0.dev317__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.
- ominfra/scripts/manage.py +3 -1
- ominfra/scripts/supervisor.py +3 -1
- {ominfra-0.0.0.dev316.dist-info → ominfra-0.0.0.dev317.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev316.dist-info → ominfra-0.0.0.dev317.dist-info}/RECORD +8 -8
- {ominfra-0.0.0.dev316.dist-info → ominfra-0.0.0.dev317.dist-info}/WHEEL +1 -1
- {ominfra-0.0.0.dev316.dist-info → ominfra-0.0.0.dev317.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev316.dist-info → ominfra-0.0.0.dev317.dist-info}/licenses/LICENSE +0 -0
- {ominfra-0.0.0.dev316.dist-info → ominfra-0.0.0.dev317.dist-info}/top_level.txt +0 -0
ominfra/scripts/manage.py
CHANGED
@@ -3168,9 +3168,11 @@ class _JustMaybe(_Maybe[T]):
|
|
3168
3168
|
def __repr__(self) -> str:
|
3169
3169
|
return f'just({self._v!r})'
|
3170
3170
|
|
3171
|
+
_hash: int
|
3172
|
+
|
3171
3173
|
def __hash__(self) -> int:
|
3172
3174
|
try:
|
3173
|
-
return self._hash
|
3175
|
+
return self._hash
|
3174
3176
|
except AttributeError:
|
3175
3177
|
pass
|
3176
3178
|
h = self._hash = hash((_JustMaybe, self._v))
|
ominfra/scripts/supervisor.py
CHANGED
@@ -2699,9 +2699,11 @@ class _JustMaybe(_Maybe[T]):
|
|
2699
2699
|
def __repr__(self) -> str:
|
2700
2700
|
return f'just({self._v!r})'
|
2701
2701
|
|
2702
|
+
_hash: int
|
2703
|
+
|
2702
2704
|
def __hash__(self) -> int:
|
2703
2705
|
try:
|
2704
|
-
return self._hash
|
2706
|
+
return self._hash
|
2705
2707
|
except AttributeError:
|
2706
2708
|
pass
|
2707
2709
|
h = self._hash = hash((_JustMaybe, self._v))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev317
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -12,8 +12,8 @@ Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Operating System :: POSIX
|
13
13
|
Requires-Python: >=3.12
|
14
14
|
License-File: LICENSE
|
15
|
-
Requires-Dist: omdev==0.0.0.
|
16
|
-
Requires-Dist: omlish==0.0.0.
|
15
|
+
Requires-Dist: omdev==0.0.0.dev317
|
16
|
+
Requires-Dist: omlish==0.0.0.dev317
|
17
17
|
Provides-Extra: all
|
18
18
|
Requires-Dist: paramiko~=3.5; extra == "all"
|
19
19
|
Requires-Dist: asyncssh~=2.21; extra == "all"
|
@@ -113,8 +113,8 @@ ominfra/manage/targets/inject.py,sha256=P4597xWM-V3I_gCt2O71OLhYQkkXtuJvkYRsIbhh
|
|
113
113
|
ominfra/manage/targets/targets.py,sha256=7GP6UAZyJFEhpkJN6UQdpr_WN3p7C76v-s445y-WB6U,1885
|
114
114
|
ominfra/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
115
115
|
ominfra/scripts/journald2aws.py,sha256=SnIJej3-Vu9Ui0K1BHw49nbr73SeT4aqHF_zvdH6W6c,171909
|
116
|
-
ominfra/scripts/manage.py,sha256=
|
117
|
-
ominfra/scripts/supervisor.py,sha256=
|
116
|
+
ominfra/scripts/manage.py,sha256=bDK-duck8aF4dWGsu7DvIlJ2r76SvqMBXSoq2O-E7zA,385599
|
117
|
+
ominfra/scripts/supervisor.py,sha256=y6jxJQEcrUhZ8jYz7cRSHEo-cy6uSe_cZEy1PFu3uKQ,303884
|
118
118
|
ominfra/supervisor/LICENSE.txt,sha256=ZrHY15PVR98y26Yg6iQfa-SXnUaYTDhrUsPVcEO5OKM,1874
|
119
119
|
ominfra/supervisor/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
120
120
|
ominfra/supervisor/__main__.py,sha256=I0yFw-C08OOiZ3BF6lF1Oiv789EQXu-_j6whDhQUTEA,66
|
@@ -156,9 +156,9 @@ ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
|
156
156
|
ominfra/tailscale/cli.py,sha256=zRV7-tKB7kBah1oTVZlol-vwx1FBlnfzYAPGkeU5jX4,3543
|
157
157
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
158
158
|
ominfra/tools/listresources.py,sha256=auGP1LlbBJSFKUWNvQo_UzA8IsBNZBTMwEkFFRJ4FX4,6185
|
159
|
-
ominfra-0.0.0.
|
160
|
-
ominfra-0.0.0.
|
161
|
-
ominfra-0.0.0.
|
162
|
-
ominfra-0.0.0.
|
163
|
-
ominfra-0.0.0.
|
164
|
-
ominfra-0.0.0.
|
159
|
+
ominfra-0.0.0.dev317.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
160
|
+
ominfra-0.0.0.dev317.dist-info/METADATA,sha256=Hg36q9Q5VpzRgyNpw4MVJOmFyIL6cEcgN7edY7ms12s,753
|
161
|
+
ominfra-0.0.0.dev317.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
162
|
+
ominfra-0.0.0.dev317.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
163
|
+
ominfra-0.0.0.dev317.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
164
|
+
ominfra-0.0.0.dev317.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|