We are delighted to announce the release of: pbr 5.1.3: 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.3 ^^^^^ Bug Fixes * Fix mapping error on values who contains a literal "=". Example when setup.cfg contains content like the following project urls configuration "project_urls = Documentation = http://foo.bar/?badge=latest". https://bugs.launchpad.net/pbr/+bug/1817592 Changes in pbr 5.1.2..5.1.3 --------------------------- e28fc7e Resolve ``ValueError`` when mapping value contains a literal ``=``. Diffstat (except docs and test files) ------------------------------------- pbr/util.py | 2 +- ...e-explode-with-equal-sign-41bf822fa4dd0e68.yaml | 7 +++ 3 files changed, 62 insertions(+), 14 deletions(-)