We are glad to announce the release of: oslo.versionedobjects 1.26.2: Oslo Versioned Objects library This release is part of the pike stable release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.versionedobjects Download the package from: https://pypi.org/project/oslo.versionedobjects Please report issues through launchpad: http://bugs.launchpad.net/oslo.versionedobjects For more details, please see below. Changes in oslo.versionedobjects 1.26.1..1.26.2 ----------------------------------------------- c4e7def Don't force unicode strings for UUID coercion 5931129 Fixing UUID coerce function for unicode non uuid form c86c6ed Use stable branch for upper constraints b8ad99f Follow the new PTI for document build 2d732ec Avoid tox_install.sh for constraints support Diffstat (except docs and test files) ------------------------------------- oslo_versionedobjects/fields.py | 8 +++++--- setup.cfg | 5 ----- test-requirements.txt | 3 +++ tools/tox_install.sh | 30 ------------------------------ tox.ini | 12 +++++++----- 7 files changed, 26 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8d63800..fd048a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,0 +14,3 @@ reno!=2.3.1,>=1.8.0 # Apache-2.0 + +mock>=2.0 # BSD +fixtures>=3.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org