[openstack-announce] [release][oslo]/home/ubuntu/repos/openstack-dev/pbr pbr release 1.3.0 (liberty)
We are pumped to announce the release of: pbr 1.3.0: Python Build Reasonableness This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack-dev/pbr With package available at: https://pypi.python.org/pypi/pbr For more details, please see the git log history below and: http://launchpad.net/pbr/+milestone/1.3.0 Please report issues through launchpad: http://bugs.launchpad.net/pbr Changes in pbr 1.2.0..1.3.0 --------------------------- 61a3a1e Wrap env markers in parens 827bc98 Updated from global requirements 07292c2 Add more documentation around building docs 2766038 Updated from global requirements 5039c9a Use string for 'OS_TEST_TIMEOUT' default 6669999 Updated from global requirements 868ea6a This documents the use of comments that work between 2.6, 2.7 and 3.4 Diffstat (except docs and test files) ------------------------------------- pbr/util.py | 2 +- test-requirements.txt | 11 ++++++----- 6 files changed, 51 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 97f3a79..027b099 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,3 +6,4 @@ discover -fixtures>=0.3.14 -hacking>=0.10.0,<0.11 -mock>=1.0 +fixtures>=1.3.1 +hacking<0.11,>=0.10.0 +mock>=1.0;python_version!='2.6' +mock==1.0.1;python_version=='2.6' @@ -10 +11 @@ python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 @@ -15 +16 @@ testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0
participants (1)
-
doug@doughellmann.com