pypyr release v5.6.0 permalink

venv create & new flit build internals permalink

Release Date: 2022-10-05T17:43:44Z

summary permalink

  • Use a custom error message when pypyr.steps.assert raises an exception.
  • new pypyr.steps.venv step to create venvs in parallel from yaml or toml config.
  • new venv-create built-in pipeline so you can provision venvs concurrently from declarative config without having to write your own pipeline or script.
  • pypyr is now built & packaged by the excellent PEP517 compliant flit.
  • Log level warning and higher goes to stderr, lower levels to stdout.
  • Some minor optimizations, no functional change.

what’s changed permalink

Full Changelog: https://github.com/pypyr/pypyr/compare/v5.5.0...v5.6.0

how to upgrade permalink

If you want to upgrade (and you totally should!):

$ pip install --upgrade pypyr

source permalink

You can find pypyr release v5.6.0 on github, where you can click through to associated Issues, Pull Requests and Users.

Released by yaythomas.

last updated on .