[release-announce] [oslo] mox3 0.22.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 10 20:43:53 UTC 2017


We are pleased to announce the release of:

mox3 0.22.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.21.0..0.22.0
------------------------------

8536be7 Updated from global requirements
503419b Updated from global requirements
4eb804f Python 3.5 is added
2e980f2 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

requirements.txt      | 2 +-
setup.cfg             | 1 +
test-requirements.txt | 4 ++--
tox.ini               | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 66f91c8..64fc8f9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 46ac3e6..c0c76a5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ flake8<2.6.0,>=2.5.4 # MIT
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -19 +19 @@ six>=1.9.0 # MIT
-sphinx>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD





More information about the Release-announce mailing list