[release-announce] [oslo] mox3 0.25.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 17:39:50 UTC 2018


We are jazzed to announce the release of:

mox3 0.25.0: Mock object framework for Python

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/mox3

Download the package from:

    https://pypi.python.org/pypi/mox3

Please report issues through launchpad:

    https://bugs.launchpad.net/python-mox3

For more details, please see below.

Changes in mox3 0.24.0..0.25.0
------------------------------

c979e7b Updated from global requirements
d1e102d Updated from global requirements
388a464 Updated from global requirements
a331e6b Remove explicit dependency on pep8/pyflakes
391d7c3 Fix various pep8 issues


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

mox3/mox.py            |  4 ++--
mox3/stubout.py        |  4 ++--
test-requirements.txt  |  8 +++-----
tox.ini                |  1 +
5 files changed, 18 insertions(+), 15 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index dd5b5ab..c243c75 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,3 +6 @@
-# Install bounded pep8/pyflakes first, then let flake8 install
-pep8==1.5.7 # MIT
-pyflakes==0.8.1 # MIT
+# Install flake8 first, it pulls in the right linter versions
@@ -19,2 +17,2 @@ six>=1.10.0 # MIT
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
+sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list