[release][oslo] mox3 release 0.9.0 (liberty)
We are glad to announce the release of: mox3 0.9.0: Mock object framework for Python This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/mox3 With package available at: https://pypi.python.org/pypi/mox3 For more details, please see the git log history below and: http://launchpad.net/python-mox3/+milestone/0.9.0 Please report issues through launchpad: http://bugs.launchpad.net/python-mox3 Changes in mox3 0.8.0..0.9.0 ---------------------------- 8302c18 Updated from global requirements 0f173dd Updated from global requirements f43d4ea Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- setup.py | 3 +-- test-requirements.txt | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a418d02..d933200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=1.3 @@ -6 +6 @@ pbr>=0.11,<2.0 -fixtures>=0.3.14 +fixtures>=1.3.1 diff --git a/test-requirements.txt b/test-requirements.txt index c670c85..22f6480 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ pyflakes==0.8.1 -flake8>=2.2.4,<=2.4.1 +flake8<=2.4.1,>=2.2.4 @@ -15 +15 @@ testrepository>=0.0.18 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0 @@ -20,2 +20,2 @@ six>=1.9.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com