runtime-sdk 0.4.30__tar.gz → 0.4.31__tar.gz
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.
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/PKG-INFO +1 -1
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/pyproject.toml +1 -1
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk/cli.py +1 -1
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk.egg-info/PKG-INFO +1 -1
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/README.md +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk/__init__.py +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk/client.py +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk/config.py +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk.egg-info/SOURCES.txt +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk.egg-info/dependency_links.txt +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk.egg-info/entry_points.txt +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk.egg-info/requires.txt +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/scripts/runtime_sdk.egg-info/top_level.txt +0 -0
- {runtime_sdk-0.4.30 → runtime_sdk-0.4.31}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: runtime-sdk
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.31
|
|
4
4
|
Summary: Runtime Python SDK and CLI
|
|
5
5
|
Project-URL: Repository, https://github.com/The-Money-Company-Limited/runtimevm
|
|
6
6
|
Project-URL: Issues, https://github.com/The-Money-Company-Limited/runtimevm/issues
|
|
@@ -2109,7 +2109,7 @@ def handle_create(
|
|
|
2109
2109
|
except RuntimeAPIError as exc:
|
|
2110
2110
|
if exc.status_code == 409 and "slug already in use" in str(exc) and name:
|
|
2111
2111
|
return report_error(
|
|
2112
|
-
f"computer name {name!r} is already in use. Names become public URL slugs and must be unique across active and cold computers.
|
|
2112
|
+
f"computer name {name!r} is already in use. Names become public URL slugs and must be globally unique across active and cold computers. If it is yours, pick it from `runtime list` or delete it; otherwise choose a different name.",
|
|
2113
2113
|
status_code=exc.status_code,
|
|
2114
2114
|
)
|
|
2115
2115
|
raise
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: runtime-sdk
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.31
|
|
4
4
|
Summary: Runtime Python SDK and CLI
|
|
5
5
|
Project-URL: Repository, https://github.com/The-Money-Company-Limited/runtimevm
|
|
6
6
|
Project-URL: Issues, https://github.com/The-Money-Company-Limited/runtimevm/issues
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|