We are glad to announce the release of: pbr 3.0.1: 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.0..3.0.1 --------------------------- c024066 builddoc: uses the new Sphinx 1.6 code for multiple builder 12a1c1d Updated from global requirements 2cf1d2e Fix missing comment from previous change 0469bf3 trivial: Add note about multiple builders support ebd9ae8 Make oslosphinx optional Diffstat (except docs and test files) ------------------------------------- pbr/builddoc.py | 8 ++++++++ pbr/git.py | 9 ++++----- test-requirements.txt | 2 +- 4 files changed, 21 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9af2728..c40f6e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0