mposcli 0.4.0__tar.gz → 0.4.1__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.
- {mposcli-0.4.0 → mposcli-0.4.1}/PKG-INFO +9 -1
- {mposcli-0.4.0 → mposcli-0.4.1}/README.md +8 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/__init__.py +1 -1
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_app/update.py +1 -1
- {mposcli-0.4.0 → mposcli-0.4.1}/.editorconfig +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.github/workflows/tests.yml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.gitignore +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.idea/.gitignore +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.pre-commit-config.yaml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.pre-commit-hooks.yaml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.run/Template Python tests.run.xml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.run/Template Python.run.xml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.run/Unittests __all__.run.xml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.run/cli --help.run.xml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.run/dev-cli --help.run.xml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.run/dev-cli test.run.xml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.venv-app/.gitignore +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/.venv-app/lib/python3.14/site-packages/cli_base/tests/shell_complete_snapshots/.gitignore +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/cli.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/dev-cli.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/dist/.gitignore +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/__main__.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_app/__init__.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_app/build.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_app/copy_mpos.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_app/flash.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_app/run_deskop.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/__init__.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/__main__.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/code_style.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/packaging.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/shell_completion.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/testing.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/cli_dev/update_readme_history.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/constants.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/fs_utils.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/mpos_utils.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/tests/__init__.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/tests/test_doctests.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/tests/test_project_setup.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/tests/test_readme.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/tests/test_readme_history.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/tools.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/mposcli/user_input.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/noxfile.py +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/pyproject.toml +0 -0
- {mposcli-0.4.0 → mposcli-0.4.1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mposcli
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: CLI helper for MicroPythonOS: https://github.com/MicroPythonOS/MicroPythonOS
|
|
5
5
|
Project-URL: Documentation, https://github.com/jedie/mposcli
|
|
6
6
|
Project-URL: Source, https://github.com/jedie/mposcli
|
|
@@ -317,6 +317,8 @@ completion,test,update,update-readme-history,update-test-snapshot-files,version}
|
|
|
317
317
|
|
|
318
318
|
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
|
|
319
319
|
|
|
320
|
+
* [v0.4.1](https://github.com/jedie/mposcli/compare/v0.4.0...v0.4.1)
|
|
321
|
+
* 2026-02-27 - Use "--force" for pulling submodules to overwrite local changes
|
|
320
322
|
* [v0.4.0](https://github.com/jedie/mposcli/compare/v0.3.0...v0.4.0)
|
|
321
323
|
* 2026-02-24 - NEW command: "cp-app" to install/update internal_filesystem/apps
|
|
322
324
|
* 2026-02-24 - Log skipped files
|
|
@@ -331,10 +333,16 @@ completion,test,update,update-readme-history,update-test-snapshot-files,version}
|
|
|
331
333
|
* 2026-02-16 - New CLI command: "cp" with convenience features.
|
|
332
334
|
* 2026-02-16 - New command: "flash" with file selector
|
|
333
335
|
* 2026-02-16 - Update README.md
|
|
336
|
+
|
|
337
|
+
<details><summary>Expand older history entries ...</summary>
|
|
338
|
+
|
|
334
339
|
* [v0.1.0](https://github.com/jedie/mposcli/compare/1695026...v0.1.0)
|
|
335
340
|
* 2026-02-16 - Add "update-submodules" command
|
|
336
341
|
* 2026-02-16 - Add "build" command
|
|
337
342
|
* 2026-02-16 - CLI command: "run-desktop"
|
|
338
343
|
* 2026-02-16 - first commit
|
|
339
344
|
|
|
345
|
+
</details>
|
|
346
|
+
|
|
347
|
+
|
|
340
348
|
[comment]: <> (✂✂✂ auto generated history end ✂✂✂)
|
|
@@ -302,6 +302,8 @@ completion,test,update,update-readme-history,update-test-snapshot-files,version}
|
|
|
302
302
|
|
|
303
303
|
[comment]: <> (✂✂✂ auto generated history start ✂✂✂)
|
|
304
304
|
|
|
305
|
+
* [v0.4.1](https://github.com/jedie/mposcli/compare/v0.4.0...v0.4.1)
|
|
306
|
+
* 2026-02-27 - Use "--force" for pulling submodules to overwrite local changes
|
|
305
307
|
* [v0.4.0](https://github.com/jedie/mposcli/compare/v0.3.0...v0.4.0)
|
|
306
308
|
* 2026-02-24 - NEW command: "cp-app" to install/update internal_filesystem/apps
|
|
307
309
|
* 2026-02-24 - Log skipped files
|
|
@@ -316,10 +318,16 @@ completion,test,update,update-readme-history,update-test-snapshot-files,version}
|
|
|
316
318
|
* 2026-02-16 - New CLI command: "cp" with convenience features.
|
|
317
319
|
* 2026-02-16 - New command: "flash" with file selector
|
|
318
320
|
* 2026-02-16 - Update README.md
|
|
321
|
+
|
|
322
|
+
<details><summary>Expand older history entries ...</summary>
|
|
323
|
+
|
|
319
324
|
* [v0.1.0](https://github.com/jedie/mposcli/compare/1695026...v0.1.0)
|
|
320
325
|
* 2026-02-16 - Add "update-submodules" command
|
|
321
326
|
* 2026-02-16 - Add "build" command
|
|
322
327
|
* 2026-02-16 - CLI command: "run-desktop"
|
|
323
328
|
* 2026-02-16 - first commit
|
|
324
329
|
|
|
330
|
+
</details>
|
|
331
|
+
|
|
332
|
+
|
|
325
333
|
[comment]: <> (✂✂✂ auto generated history end ✂✂✂)
|
|
@@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
|
|
|
14
14
|
|
|
15
15
|
def _update_submodules(git: Git):
|
|
16
16
|
git.git_verbose_check_call('submodule', 'foreach', '--recursive', 'git', 'clean', '-f', ';', 'git', 'checkout', '.')
|
|
17
|
-
git.git_verbose_check_call('pull', '--recurse-submodules')
|
|
17
|
+
git.git_verbose_check_call('pull', '--recurse-submodules', '--force')
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
@app.command
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|