[openstack-dev] [release][oslo] mox3-announce-release 0.14.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:20:54 UTC 2016


We are psyched to announce the release of:

mox3-announce-release 0.14.0: Mock object framework for Python

This release is part of the mitaka release series.

With source available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in mox3 0.13.0..0.14.0
------------------------------

2f12b4b Updated from global requirements
a4eb2ef Updated from global requirements

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

requirements.txt      |  4 ++--
test-requirements.txt | 20 ++++++++++----------
2 files changed, 12 insertions(+), 12 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 05dce83..7722031 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.6
+pbr>=1.6 # Apache-2.0
@@ -6 +6 @@ pbr>=1.6
-fixtures>=1.3.1
+fixtures>=1.3.1 # Apache-2.0/BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 5cb430d..657fed0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,3 +7,3 @@
-pep8==1.5.7
-pyflakes==0.8.1
-flake8<=2.4.1,>=2.2.4
+pep8==1.5.7 # MIT
+pyflakes==0.8.1 # MIT
+flake8<2.6.0,>2.4.1 # MIT
@@ -11,5 +11,5 @@ flake8<=2.4.1,>=2.2.4
-coverage>=3.6
-discover
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testtools>=1.4.0
+coverage>=3.6 # Apache-2.0
+discover # BSD
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -17 +17 @@ testtools>=1.4.0
-six>=1.9.0
+six>=1.9.0 # MIT
@@ -20 +20 @@ six>=1.9.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD





More information about the OpenStack-dev mailing list