diff --git a/rust/origen/cli/src/commands/develop_origen/update_supported_python.rs b/rust/origen/cli/src/commands/develop_origen/update_supported_python.rs index 910ceb62..bbe33adf 100644 --- a/rust/origen/cli/src/commands/develop_origen/update_supported_python.rs +++ b/rust/origen/cli/src/commands/develop_origen/update_supported_python.rs @@ -70,6 +70,8 @@ pub(crate) fn run(invocation: &clap::ArgMatches) -> Result<()> { } f.write(b"];\n")?; + // TODO O2DevScripts Need to add running 'poetry lock --no-update' in python_app, python_no_app, no_workspace/user_install to update Python versions in lock files. + Ok(()) } diff --git a/test_apps/no_workspace/user_install/poetry.lock b/test_apps/no_workspace/user_install/poetry.lock index a448e9c4..8f338af3 100644 --- a/test_apps/no_workspace/user_install/poetry.lock +++ b/test_apps/no_workspace/user_install/poetry.lock @@ -932,7 +932,7 @@ version = "2.0.0.dev5" description = "Semiconductor Developer's Kit" category = "main" optional = false -python-versions = ">=3.7,<3.11" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -977,7 +977,7 @@ version = "0.4.0" description = "Bare metal APIs for the Origen SDK" category = "main" optional = false -python-versions = ">=3.7,<3.11" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1050,13 +1050,13 @@ version = "0.1.0" description = "Plugin Extending Cmds" category = "main" optional = false -python-versions = ">=3.7,<3.11" +python-versions = ">=3.7.0,<3.13" files = [] develop = true [package.dependencies] origen = {path = "../../python/origen", develop = true} -origen_metal = {path = "../../python/origen_metal", develop = true} +origen_metal = ">=0.0.0" [package.source] type = "directory" @@ -1307,7 +1307,7 @@ version = "0.1.0" description = "Example Origen Plugin" category = "main" optional = false -python-versions = ">=3.7,<3.11" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1745,7 +1745,7 @@ version = "0.1.0" description = "Shared Regression Test Helpers for Test Apps" category = "main" optional = false -python-versions = ">=3.7,<3.11" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1972,5 +1972,5 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" -python-versions = ">=3.7,<3.11" -content-hash = "152a296654d05ccfbaadc5b03711b43e486f70748ba5433d0e8197128cfb5df6" +python-versions = ">=3.7.0,<3.13" +content-hash = "29a2150544681b9aa667a228c0adebe0f07915aa2fadda56a30e117782811b20" diff --git a/test_apps/python_app/poetry.lock b/test_apps/python_app/poetry.lock index f9681264..741f5bd8 100644 --- a/test_apps/python_app/poetry.lock +++ b/test_apps/python_app/poetry.lock @@ -892,7 +892,7 @@ version = "2.0.0.dev5" description = "Semiconductor Developer's Kit" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -937,7 +937,7 @@ version = "0.4.0" description = "Bare metal APIs for the Origen SDK" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1010,7 +1010,7 @@ version = "0.1.0" description = "Plugin Extending Cmds" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1252,7 +1252,7 @@ version = "0.1.0" description = "Example Origen Plugin" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1269,7 +1269,7 @@ version = "0.1.0" description = "Example Origen Plugin Without Any Commands" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1705,7 +1705,7 @@ version = "0.1.0" description = "Shared Regression Test Helpers for Test Apps" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1953,5 +1953,5 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" -python-versions = ">=3.7.0,<=3.12" -content-hash = "be00203c85f7dc3c6161189133d21ba3a91ce2fc13811a4bbdae08e32e94383a" +python-versions = ">=3.7.0,<3.13" +content-hash = "e2d100b8756a96e46645a55813391a59072b82534807b640a0805a18664fecd3" diff --git a/test_apps/python_no_app/poetry.lock b/test_apps/python_no_app/poetry.lock index 2804dd37..d930210b 100644 --- a/test_apps/python_no_app/poetry.lock +++ b/test_apps/python_no_app/poetry.lock @@ -812,7 +812,7 @@ version = "2.0.0.dev5" description = "Semiconductor Developer's Kit" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -857,7 +857,7 @@ version = "0.4.0" description = "Bare metal APIs for the Origen SDK" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -930,7 +930,7 @@ version = "0.1.0" description = "Plugin Extending Cmds" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1167,7 +1167,7 @@ version = "0.1.0" description = "Example Origen Plugin" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1184,7 +1184,7 @@ version = "0.1.0" description = "Example Origen Plugin Without Any Commands" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1202,7 +1202,7 @@ version = "0.1.0" description = "Another Example Origen Plugin" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1638,7 +1638,7 @@ version = "0.1.0" description = "Shared Regression Test Helpers for Test Apps" category = "main" optional = false -python-versions = ">=3.7.0,<=3.12" +python-versions = ">=3.7.0,<3.13" files = [] develop = true @@ -1886,5 +1886,5 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" -python-versions = ">=3.7.0,<=3.12" -content-hash = "914252389b3db8f1eaa81c1453f6b803fe9a75692661356c129058a52d1aeae3" +python-versions = ">=3.7.0,<3.13" +content-hash = "ace8ccb0aa8b785147b25c0985ba9ca6752fd11d59091a05a7e34a4688248b79"