[release-announce] mox3 0.28.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 14:32:43 UTC 2019


We are jazzed to announce the release of:

mox3 0.28.0: Mock object framework for Python

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/mox3

Download the package from:

    https://pypi.org/project/mox3

Please report issues through:

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

For more details, please see below.

Changes in mox3 0.27.0..0.28.0
------------------------------

0a1e5b9 Add Python 3 Train unit tests
a176de0 Sync Sphinx requirement
acf22b2 Replace git.openstack.org URLs with opendev.org URLs
00867af OpenDev Migration Patch
71071cc Dropping the py35 testing


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

.gitreview                       |  2 +-
.zuul.yaml                       |  3 +--
CONTRIBUTING.rst                 |  6 +++---
README.rst                       | 10 +++++-----
setup.cfg                        |  3 ++-
test-requirements.txt            |  3 ++-
tox.ini                          |  4 ++--
8 files changed, 19 insertions(+), 18 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index b692c51..ac71b4a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17,2 @@ six>=1.10.0 # MIT
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4'  # BSD






More information about the Release-announce mailing list