We are satisfied to announce the release of: pbr 5.1.2: Python Build Reasonableness The source is available from: https://git.openstack.org/cgit/openstack-dev/pbr Download the package from: https://pypi.org/project/pbr Please report issues through launchpad: https://bugs.launchpad.net/pbr For more details, please see below. 5.1.2 ^^^^^ Bug Fixes * Fixes a bug where the directory names of items specified in "data_files" could be renamed if the source prefix glob was contained within the directory name. See bug 1810804 (https://bugs.launchpad.net/pbr/+bug/1810804) for details. For more information on "data_files", see the distutils documentation (https://docs.python.org/2/distutils/setupscript.html#installing- additional-files). * PBR now ignores "--find-links" in requirements files. This option is not a valid "install_requires" entry for setuptools and thus breaks PBR-based installs. Changes in pbr 5.1.1..5.1.2 --------------------------- bc4193b Ignore --find-links in requirements file a9b3111 Do not globally replace path prefix 11cf070 Change openstack-dev to openstack-discuss Diffstat (except docs and test files) ------------------------------------- pbr/hooks/files.py | 8 ++++++-- pbr/packaging.py | 3 ++- ...lace-of-src-prefix-in-glob-eb850b94ca96993e.yaml | 9 +++++++++ .../notes/ignore-find-links-07cf54f465aa33a6.yaml | 6 ++++++ setup.cfg | 2 +- 7 files changed, 51 insertions(+), 8 deletions(-)