[release-announce] [oslo] mox3 0.19.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Wed Jan 18 19:48:43 UTC 2017
We joyfully announce the release of:
mox3 0.19.0: Mock object framework for Python
This release is part of the ocata 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.18.0..0.19.0
------------------------------
4a85ff0 Use inspect.signature() if available
a8afb04 Updated from global requirements
8adafee setup.cfg: configure doc build
ebefae0 Replace 'assertTrue(a (not)in b)' with 'assert(Not)In(a, b)'
Diffstat (except docs and test files)
-------------------------------------
mox3/mox.py | 75 +++++++++++++++++++++++++++++++++++++++-----------
requirements.txt | 2 +-
setup.cfg | 8 ++++++
test-requirements.txt | 6 ++--
5 files changed, 87 insertions(+), 36 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index fe04f92..69e1157 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b24a31f..41bb550 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ flake8<2.6.0,>=2.5.4 # MIT
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -19,2 +19,2 @@ six>=1.9.0 # MIT
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
More information about the Release-announce
mailing list