We contentedly announce the release of: pbr 5.8.1: Python Build Reasonableness The source is available from: https://opendev.org/openstack/pbr Download the package from: https://pypi.org/project/pbr For more details, please see below. 5.8.1 ^^^^^ Bug Fixes * Packages generated with the 5.8.0 release of PBR failed to incorporate pbr.json metadata files. This is now corrected. Users can rebuild packages with newer PBR if they want that missing metadata generated. Changes in pbr 5.8.0..5.8.1 --------------------------- 407d921 Add release note about missing pbr.json fix 949c47c Avoid recursive calls into SetupTools entrypoint 397b6fc remove explicit mock c718425 Don't test with setuptools local distutils b6b204e Use context blocks for open() calls in packaging Diffstat (except docs and test files) ------------------------------------- pbr/core.py | 23 ++++++++++++++-------- pbr/packaging.py | 14 ++++++------- ...ep517-metadata-regression-bc287e60e45b2732.yaml | 6 ++++++ test-requirements.txt | 1 - tox.ini | 6 ++++++ 7 files changed, 47 insertions(+), 19 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4d586e4..3af261d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +8,0 @@ mock>=2.0.0,<4.0.0;python_version=='2.7' # BSD -mock>=2.0.0;python_version>='3.6' # BSD
participants (1)
-
no-reply@openstack.org