v5.6.0
版本发布时间: 2022-10-06 01:43:44
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
summary
- you can now 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
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
.
what's changed
- flake8 new version line length by @yaythomas in https://github.com/pypyr/pypyr/pull/286
- from setup.py to flit by @yaythomas in https://github.com/pypyr/pypyr/pull/290
- remove redundant dict on parser context init by @yaythomas in https://github.com/pypyr/pypyr/pull/292
- venv creator & log to stdout by @yaythomas in https://github.com/pypyr/pypyr/pull/296
- ops/build uses venv for publish verify by @yaythomas in https://github.com/pypyr/pypyr/pull/297
Full Changelog: https://github.com/pypyr/pypyr/compare/v5.5.0...v5.6.0