isolate 0.12.4__py3-none-any.whl → 0.12.6__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 isolate might be problematic. Click here for more details.
- isolate/backends/common.py +2 -2
- isolate/backends/virtualenv.py +1 -1
- isolate/py.typed +0 -0
- {isolate-0.12.4.dist-info → isolate-0.12.6.dist-info}/METADATA +1 -1
- {isolate-0.12.4.dist-info → isolate-0.12.6.dist-info}/RECORD +7 -6
- {isolate-0.12.4.dist-info → isolate-0.12.6.dist-info}/WHEEL +0 -0
- {isolate-0.12.4.dist-info → isolate-0.12.6.dist-info}/entry_points.txt +0 -0
isolate/backends/common.py
CHANGED
|
@@ -250,6 +250,6 @@ def get_executable(command: str, home: str | None = None) -> Path:
|
|
|
250
250
|
# TODO: we should probably show some instructions on how you
|
|
251
251
|
# can install conda here.
|
|
252
252
|
raise FileNotFoundError(
|
|
253
|
-
f"Could not find {command} executable. If {command} executable is not available by default, please point isolate "
|
|
254
|
-
f" to the path where
|
|
253
|
+
f"Could not find the {command} executable. If the {command} executable is not available by default, please point isolate "
|
|
254
|
+
f" to the path where the {command} binary is available '{home}'."
|
|
255
255
|
)
|
isolate/backends/virtualenv.py
CHANGED
|
@@ -60,7 +60,7 @@ class VirtualPythonEnvironment(BaseEnvironment[Path]):
|
|
|
60
60
|
constraints = []
|
|
61
61
|
|
|
62
62
|
extras = []
|
|
63
|
-
if
|
|
63
|
+
if self.resolver is not None:
|
|
64
64
|
extras.append(f"resolver={self.resolver}")
|
|
65
65
|
|
|
66
66
|
active_python_version = self.python_version or active_python()
|
isolate/py.typed
ADDED
|
File without changes
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
isolate/__init__.py,sha256=zTNX62myAQBEKk3BUQ9_-eYryNzEVPpuWRbqkVyCsCo,49
|
|
2
2
|
isolate/backends/__init__.py,sha256=_Z92FgH02UYPlF5azuzb2MZUJcmSzLOO0Ry__VX2CWE,91
|
|
3
3
|
isolate/backends/_base.py,sha256=WicmqNs1N5Tof4XAjveyt3FxR2qe-9ymE5J_B3-xqpY,4131
|
|
4
|
-
isolate/backends/common.py,sha256=
|
|
4
|
+
isolate/backends/common.py,sha256=GqXF7uMO_nc7KvFCkxKjbgdmQJva0dR70EBAZWcUE_E,8389
|
|
5
5
|
isolate/backends/conda.py,sha256=4Xhlkpr6aWhyYht2hOYiLADfID6XKVP2wh2BkZ6bpsk,7737
|
|
6
6
|
isolate/backends/local.py,sha256=n_RKUHsEEUo1oyLlRw0PzUAbwDC9qMjp9SvnDFeDFE0,1366
|
|
7
7
|
isolate/backends/pyenv.py,sha256=AoWbphdZpxpoo704J2tS4l-gfzMrPcUD1gm1ORMhUek,5404
|
|
8
8
|
isolate/backends/remote.py,sha256=2JA5RZISb4Qa_8a8aYnQrinpDZG89dtUnSRvJeTAx78,4208
|
|
9
9
|
isolate/backends/settings.py,sha256=YRe0M-HHcBGsHngs0HdcOaKAaGcVJOJfLgnKVA-huPM,3296
|
|
10
|
-
isolate/backends/virtualenv.py,sha256=
|
|
10
|
+
isolate/backends/virtualenv.py,sha256=0Kpn-bdHzEWsuqoZ6clEufRfztK95wt7Qc6wWhCtjro,7046
|
|
11
11
|
isolate/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
isolate/common/timestamp.py,sha256=seh7FrMRH4i1SCQavA8d-7z8qi0pP8lYYhd29gTPMwE,367
|
|
13
13
|
isolate/connections/__init__.py,sha256=6BKY7P23ZZ2au0Efc2RO7Pt-kVqYF-Qprrz-rLIfyXc,722
|
|
@@ -33,6 +33,7 @@ isolate/connections/ipc/__init__.py,sha256=D1M9uBMOcZXXocGcYIUP1kwvZKKppA5t-asa5
|
|
|
33
33
|
isolate/connections/ipc/_base.py,sha256=74UncVPlMzLwPkAzb2DCcjJ4y_aNY7G6YyCl4Gcn0F4,8516
|
|
34
34
|
isolate/connections/ipc/agent.py,sha256=4POlLpJXjSZUqOrKb6kcWW9wGT37ydoTQwf6uBThbBk,6837
|
|
35
35
|
isolate/logs.py,sha256=dL2Cpr9VmbJ7y0CBNWWdJI3r2MuRYKqVymq-4kJdeLc,2229
|
|
36
|
+
isolate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
37
|
isolate/registry.py,sha256=bU3HjmU0TJk9LzTk21QBsPxisSbcannJOubJP7KesHY,1611
|
|
37
38
|
isolate/server/__init__.py,sha256=RTpSjdPKA5XaHhDJ_2Z6dgxfY3nyuLfjoyCjdM41FJo,65
|
|
38
39
|
isolate/server/definitions/__init__.py,sha256=MMz5X05gM00Epk5S7OVXoVpJHCRWx1SP9cRAm6gs9XM,488
|
|
@@ -48,7 +49,7 @@ isolate/server/health/health_pb2_grpc.py,sha256=JRluct2W4af83OYxwmcCn0vRc78zf04N
|
|
|
48
49
|
isolate/server/health_server.py,sha256=yN7F1Q28DdX8-Zk3gef7XcQEE25XwlHwzV5GBM75aQM,1249
|
|
49
50
|
isolate/server/interface.py,sha256=nGbjdxrN0p9m1LNdeds8NIoJOwPYW2NM6ktmbhfG4_s,687
|
|
50
51
|
isolate/server/server.py,sha256=xLkTWmhuDBNDxQyFGTyCUBea0QuelXs0rpwdB_lh7ZU,13095
|
|
51
|
-
isolate-0.12.
|
|
52
|
-
isolate-0.12.
|
|
53
|
-
isolate-0.12.
|
|
54
|
-
isolate-0.12.
|
|
52
|
+
isolate-0.12.6.dist-info/METADATA,sha256=MnM0B8QpUYGZeq60oXyJYIjyO50PAnV4T8JCFwr-8Xk,2729
|
|
53
|
+
isolate-0.12.6.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
54
|
+
isolate-0.12.6.dist-info/entry_points.txt,sha256=QXWwDC7bzMidCWvv7WrIKvlWneFKA21c3SDMVvgHpT4,281
|
|
55
|
+
isolate-0.12.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|