We are happy to announce the release of: oslo.versionedobjects 1.35.1: Oslo Versioned Objects library This release is part of the stein 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.35.0..1.35.1 ----------------------------------------------- c6f8f68 add python 3.7 unit test job bc20311 Allow lists to be generated from any non-string iterable e2f25b5 Update hacking version Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + oslo_versionedobjects/fields.py | 5 +++- oslo_versionedobjects/fixture.py | 8 +++---- oslo_versionedobjects/test.py | 4 ++-- test-requirements.txt | 2 +- 6 files changed, 50 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 63115ab..e7a9a8b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0