We are satisfied to announce the release of: oslo.versionedobjects 2.0.2: Oslo Versioned Objects library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.versionedobjects Download the package from: https://pypi.org/project/oslo.versionedobjects Please report issues through: https://bugs.launchpad.net/oslo.versionedobjects/+bugs For more details, please see below. Changes in oslo.versionedobjects 2.0.1..2.0.2 --------------------------------------------- 4d2310b Use unittest.mock instead of third party mock Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - oslo_versionedobjects/fixture.py | 5 +++-- oslo_versionedobjects/test.py | 2 +- test-requirements.txt | 1 - 8 files changed, 8 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f784088..5867bc4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +10,0 @@ stestr>=2.0.0 # Apache-2.0 -mock>=2.0.0 # BSD