Skip to content

Commit

Permalink
add deprecation notice to py2wasm
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 committed Feb 29, 2024
1 parent 1a025f5 commit 9773230
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifests/py2wasm/py2wasm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py2wasm",
"description": "A plugin to convert Python applications to Spin compatible modules",
"description": "A plugin to convert Python applications to Spin compatible modules. Note: This plugin has been deprecated in favour of the newer SDK based on componentize-py. To move to the last SDK, uninstall the plugin and visit https://developer.fermyon.com/spin/v2/python-components ",
"homepage": "https://github.com/fermyon/spin-python-sdk",
"version": "0.3.2",
"spinCompatibility": ">=1.5",
Expand Down Expand Up @@ -37,4 +37,4 @@
"sha256": "b0e35c6cfcc2f98b65ea80f074b9041d2818b06b5951d0d040018ce897ccb996"
}
]
}
}
2 changes: 1 addition & 1 deletion manifests/py2wasm/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py2wasm",
"description": "A plugin to convert Python applications to Spin compatible modules",
"description": "A plugin to convert Python applications to Spin compatible modules. Note: This plugin has been deprecated in favour of the newer SDK based on componentize-py. To move to the last SDK, uninstall the plugin and visit https://developer.fermyon.com/spin/v2/python-components ",
"homepage": "https://github.com/fermyon/spin-python-sdk",
"version": "0.1.0",
"spinCompatibility": ">=0.9",
Expand Down
2 changes: 1 addition & 1 deletion manifests/py2wasm/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py2wasm",
"description": "A plugin to convert Python applications to Spin compatible modules",
"description": "A plugin to convert Python applications to Spin compatible modules. Note: This plugin has been deprecated in favour of the newer SDK based on componentize-py. To move to the last SDK, uninstall the plugin and visit https://developer.fermyon.com/spin/v2/python-components ",
"homepage": "https://github.com/fermyon/spin-python-sdk",
"version": "0.1.1",
"spinCompatibility": ">=0.9",
Expand Down
2 changes: 1 addition & 1 deletion manifests/py2wasm/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py2wasm",
"description": "A plugin to convert Python applications to Spin compatible modules",
"description": "A plugin to convert Python applications to Spin compatible modules. Note: This plugin has been deprecated in favour of the newer SDK based on componentize-py. To move to the last SDK, uninstall the plugin and visit https://developer.fermyon.com/spin/v2/python-components ",
"homepage": "https://github.com/fermyon/spin-python-sdk",
"version": "0.2.0",
"spinCompatibility": ">=0.9",
Expand Down
2 changes: 1 addition & 1 deletion manifests/py2wasm/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py2wasm",
"description": "A plugin to convert Python applications to Spin compatible modules",
"description": "A plugin to convert Python applications to Spin compatible modules. Note: This plugin has been deprecated in favour of the newer SDK based on componentize-py. To move to the last SDK, uninstall the plugin and visit https://developer.fermyon.com/spin/v2/python-components ",
"homepage": "https://github.com/fermyon/spin-python-sdk",
"version": "0.3.0",
"spinCompatibility": ">=1.4",
Expand Down

0 comments on commit 9773230

Please sign in to comment.