hyperlight-sandbox-python-guest 0.2.0__tar.gz → 0.3.0__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.
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/PKG-INFO +1 -1
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/hyperlight_sandbox_python_guest.egg-info/PKG-INFO +1 -1
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/pyproject.toml +1 -1
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/python_guest/resources/python-sandbox.aot +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/python_guest/resources/python-sandbox.wasm +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/README.md +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/hyperlight_sandbox_python_guest.egg-info/SOURCES.txt +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/hyperlight_sandbox_python_guest.egg-info/dependency_links.txt +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/hyperlight_sandbox_python_guest.egg-info/top_level.txt +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/python_guest/__init__.py +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/python_guest/path.py +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/python_guest/resources/__init__.py +0 -0
- {hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/setup.cfg +0 -0
{hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/pyproject.toml
RENAMED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyperlight-sandbox-python-guest"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
8
8
|
description = "Packaged Hyperlight Wasm Python guest exposed as python_guest.path"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
index 1b7347a..b0869aa 100644
|
|
|
Binary file
|
|
index 0e11076..6d1acc9 100644
|
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperlight_sandbox_python_guest-0.2.0 → hyperlight_sandbox_python_guest-0.3.0}/python_guest/path.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|