[openstack-dev] [release][oslo] mox3 0.15.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon May 9 15:37:26 UTC 2016
We are chuffed to announce the release of:
mox3 0.15.0: Mock object framework for Python
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/mox3
With package available at:
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.14.0..0.15.0
------------------------------
a2752b8 Updated from global requirements
834728a Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 2 +-
test-requirements.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7722031..25cfc5d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6 # Apache-2.0
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 657fed0..ad30fa2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ pyflakes==0.8.1 # MIT
-flake8<2.6.0,>2.4.1 # MIT
+flake8<2.6.0,>=2.5.4 # MIT
More information about the OpenStack-dev
mailing list