We high-spiritedly announce the release of: pbr 6.0.0: 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. 6.0.0 ^^^^^ Upgrade Notes * The deprecated support for *setup.py build_sphinx* has been removed. This feature has been deprecated since version 4.2. Setuptools and sphinx have removed support for this command which breaks PBR's ability to integrate with those two tools to provide this functionality. Users should switch to building sphinx docs with sphinx directly. Changes in pbr 5.11.1..6.0.0 ---------------------------- 1115115 build: Use kwargs 457a89f Add support for PEP-660 6df1643 Fix PBR integration testing d03d617 Replace imp with importlib.machinery 0e335e6 Add release note for build_sphinx removal ee04b62 Use _ instead of - in setup.cfg directives 47c5afe Remove sphinx doc building integration Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 39 +++ pbr/build.py | 66 ++++- pbr/builddoc.py | 292 --------------------- pbr/hooks/commands.py | 3 - pbr/packaging.py | 12 +- pyproject.toml.future | 2 +- .../build_sphinx_removal-de990a5c14a9e64d.yaml | 8 + 14 files changed, 150 insertions(+), 633 deletions(-)
participants (1)
-
no-reply@openstack.org