We are pleased to announce the release of: mox3 0.21.0: Mock object framework for Python This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/mox3 Download the package from: https://pypi.python.org/pypi/mox3 Please report issues through launchpad: http://bugs.launchpad.net/python-mox3 For more details, please see below. Changes in mox3 0.20.0..0.21.0 ------------------------------ c9f88a2 Updated from global requirements a2579a6 Updated from global requirements 6db35ea Updated from global requirements 5a7f88a Remove vim header from source files 05b2c64 Add Constraints support 229ea6b Remove vim header from source files 01ed70c Show team and repo badges on README Diffstat (except docs and test files) ------------------------------------- README.rst | 9 +++++++++ mox3/fixture.py | 2 -- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++ tox.ini | 5 ++++- 7 files changed, 46 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 69e1157..66f91c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 41bb550..46ac3e6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ six>=1.9.0 # MIT -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org