FAQ | This is a LIVE service | Changelog

Skip to content

chore(deps): update dependency python-vagrant to v1

uis-devops-renovatebot requested to merge renovate/python-vagrant-1.x into master

This MR contains the following updates:

Package Update Change
python-vagrant major ==0.5.1 -> ==1.0.0

Release Notes

pycontribs/python-vagrant (python-vagrant)

v1.0.0

Compare Source

Major Changes

Minor Changes

Bugfixes

v0.5.15

Compare Source

v0.5.14

Compare Source

v0.5.13

Compare Source

v0.5.12

Compare Source

v0.5.11

Compare Source

v0.5.10

Compare Source

v0.5.9

v0.5.8

v0.5.7

Compare Source

  • Allow redirection of the output of the vagrant command subprocess to a file.

    In order to log the output of the subprocess that runs vagrant commands, or alternatively to silence that output, Vagrant.__init__ accepts two parameters, out_cm and err_cm that are no-argument functions that, when executed, return a context manager that yields a filehandle, etc., suitable for use with the stdout and stderr parameters of subprocess.Popen. Author: Manuel Sanchez (https://github.com/omoman) Author: Todd DeLuca (https://github.com/todddeluca)

v0.5.6

Compare Source

  • add instance attribute Vagrant.env which is a mapping of environment variables to be passed to the vagrant subprocess when invoked. This allows basic inter-process communication between Python and Vagrant via environment variables. Author: Alex Conrad (https://github.com/aconrad)

  • Vagrant.__init__ now accepts a keyword argument env=None which will be assigned to the instance attribute Vagrant.env. Author: Alex Conrad (https://github.com/aconrad)

v0.5.5

Compare Source

Oops. Pushed non-master branch to PyPI, for version 0.5.4. Pushing master branch for 0.5.5.

v0.5.4

Compare Source

The major change in this version is switching to using --machine-readable in some vagrant commands to make the underlying vagrant commands return easily-parseable output. The --machine-readable option requires Vagrant 1.4 or higher.

  • Use --machine-readable output for status, box_list, and plugin_list.
  • Allow arbitrary status codes, so new statuses do not break parsing. Previously, statuses were constrained to known ones for the sake of parsing. Now that machine-readable vagrant output is being used, any status can be parsed.
  • Status value constants (e.g. vagrant.Vagrant.NOT_CREATED) have changed to match the "state" value returned by the --machine-readable output of the vagrant status command.
  • The box version is now returned for a box listing

v0.5.3

Compare Source

v0.5.2

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports