ominfra 0.0.0.dev468__py3-none-any.whl → 0.0.0.dev469__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.
@@ -4084,6 +4084,9 @@ class ReadableListBuffer:
4084
4084
 
4085
4085
  def read(self, n: ta.Optional[int] = None) -> ta.Optional[bytes]:
4086
4086
  if n is None:
4087
+ if not self._lst:
4088
+ return b''
4089
+
4087
4090
  o = b''.join(self._lst)
4088
4091
  self._lst = []
4089
4092
  return o
@@ -4290,6 +4290,8 @@ class CoroHttpIo:
4290
4290
  args: ta.Tuple[ta.Any, ...]
4291
4291
  kwargs: ta.Optional[ta.Dict[str, ta.Any]] = None
4292
4292
 
4293
+ server_hostname: ta.Optional[str] = None
4294
+
4293
4295
  #
4294
4296
 
4295
4297
  class CloseIo(Io):
@@ -4937,6 +4939,9 @@ class ReadableListBuffer:
4937
4939
 
4938
4940
  def read(self, n: ta.Optional[int] = None) -> ta.Optional[bytes]:
4939
4941
  if n is None:
4942
+ if not self._lst:
4943
+ return b''
4944
+
4940
4945
  o = b''.join(self._lst)
4941
4946
  self._lst = []
4942
4947
  return o
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ominfra
3
- Version: 0.0.0.dev468
3
+ Version: 0.0.0.dev469
4
4
  Summary: ominfra
5
5
  Author: wrmsr
6
6
  License-Expression: BSD-3-Clause
@@ -14,8 +14,8 @@ Classifier: Programming Language :: Python :: 3.13
14
14
  Requires-Python: >=3.13
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: omdev==0.0.0.dev468
18
- Requires-Dist: omlish==0.0.0.dev468
17
+ Requires-Dist: omdev==0.0.0.dev469
18
+ Requires-Dist: omlish==0.0.0.dev469
19
19
  Provides-Extra: all
20
20
  Requires-Dist: paramiko~=4.0; extra == "all"
21
21
  Requires-Dist: asyncssh~=2.21; extra == "all"
@@ -112,9 +112,9 @@ ominfra/manage/targets/connection.py,sha256=mOHCsDVG-DZBhl3Mb7TTr1vhPb0gxDOOMW1x
112
112
  ominfra/manage/targets/inject.py,sha256=3M4wBkxtvymq_yhiotHlTN8iydELMjVCndyp9Bq-4eo,1572
113
113
  ominfra/manage/targets/targets.py,sha256=LjSQrDsHEjEQMDHcxtNKmLjy0YGLXJRGPFdUjazzFIM,1918
114
114
  ominfra/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
- ominfra/scripts/journald2aws.py,sha256=VL11O_X1eDOdZNJStp8Ck0s6nEDZDPM1pSDvZKe4KzI,246776
115
+ ominfra/scripts/journald2aws.py,sha256=h0VZxde2LPDXCeVq7ub2sPua6r0tZ0zbdpqfnTDdGj0,246834
116
116
  ominfra/scripts/manage.py,sha256=gLa1erg9cYrImHJh4PdISCRJ3hyHvPFY6wRATbJmbhQ,471132
117
- ominfra/scripts/supervisor.py,sha256=52o62rVdOkkUoKVbdW5V8XhBsxiZkhpUMjsYBl94x40,381442
117
+ ominfra/scripts/supervisor.py,sha256=avmxwLqqbBuO3PcLH0OeZGR5TnQVPZVNO3toimVNCGg,381550
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=XASv9C_CWI-u-yX5jVzhJrkJhlwQRkYQWQQG1uJwAd8,1375
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=ePmo7cUAiBZARkM_3K4GKYZXxV73An_aioS1m-AAJis,6181
159
- ominfra-0.0.0.dev468.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
160
- ominfra-0.0.0.dev468.dist-info/METADATA,sha256=7pQrKNMWDAXeFD5vFNWnZWLs_SsTD3DDZCe5nGasUQI,2377
161
- ominfra-0.0.0.dev468.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
162
- ominfra-0.0.0.dev468.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
163
- ominfra-0.0.0.dev468.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
164
- ominfra-0.0.0.dev468.dist-info/RECORD,,
159
+ ominfra-0.0.0.dev469.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
160
+ ominfra-0.0.0.dev469.dist-info/METADATA,sha256=7X-8OlUglSkytXahWK45204zViUjcVC4GUHea3N4KMM,2377
161
+ ominfra-0.0.0.dev469.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
162
+ ominfra-0.0.0.dev469.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
163
+ ominfra-0.0.0.dev469.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
164
+ ominfra-0.0.0.dev469.dist-info/RECORD,,