We are glad to announce the release of: pbr 3.1.0: Python Build Reasonableness The source is available from: http://git.openstack.org/cgit/openstack-dev/pbr Download the package from: https://pypi.python.org/pypi/pbr Please report issues through launchpad: http://bugs.launchpad.net/pbr For more details, please see below. Changes in pbr 3.0.1..3.1.0 --------------------------- 3c059cb allow user to override the output location of api docs d3b2b79 fix tests based on API change in Sphinx f62ebcb Updated from global requirements 6fdf4e1 Add binding option for WSGI server 2a0f2e5 Ignore index URL lines in requirements.txt files Diffstat (except docs and test files) ------------------------------------- pbr/builddoc.py | 7 ++-- pbr/packaging.py | 13 ++++++-- test-requirements.txt | 2 +- 6 files changed, 120 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c40f6e5..9df6553 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD