python-vagrant
python-vagrant copied to clipboard
Python bindings for interacting with Vagrant virtual machines.
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v5.0.0) - [github.com/psf/black: 23.7.0 → 25.1.0](https://github.com/psf/black/compare/23.7.0...25.1.0) - [github.com/pycqa/flake8.git: 6.1.0 → 7.2.0](https://github.com/pycqa/flake8.git/compare/6.1.0...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.15.0) - [github.com/pycqa/pylint: v3.0.0a7 →...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
The latest version of this package on pypi is 1.0.0 where it is 1.1.0 here on github. Who would be the correct one to resolve this?
`vagrant up` has the option `--no-destroy-on-error` which is very helpful for debugging. It would be nice if python-vagrant supported it, and it looks simple to add. I would just add...
Under `vagrant box add --help` there's an option to be able to define which version of the box we want to download: `--box-version VERSION Constrain version of the added box`...
Currently, if one reads the `box_update()` docstring it says > Updates the box matching name and provider. Which is not necessarily true, that will check the machine (so far I...
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...25.9.0) - [github.com/pycqa/flake8.git: 6.1.0 → 7.3.0](https://github.com/pycqa/flake8.git/compare/6.1.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.18.2)...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...