We joyfully announce the release of: oslo.vmware 3.4.0: Oslo VMware library This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.vmware Download the package from: https://pypi.org/project/oslo.vmware Please report issues through: https://bugs.launchpad.net/oslo.vmware/+bugs For more details, please see below. 3.4.0 ^^^^^ Bug Fixes * Incomplete VMDK upload during ImportVApp is falsely marked as successful leading to a corrupted VM. Changes in oslo.vmware 3.3.1..3.4.0 ----------------------------------- 20bc961 Validation of VMDK upload completion 2827bd1 Fix hacking min version to 3.0.1 c65c2a6 Imported Translations from Zanata 39c29f6 Switch to newer openstackdocstheme and reno versions 6b92578 Remove the unused coding style modules 5d68c5e Remove translation sections from setup.cfg e37be9d Bump default tox env from py37 to py38 8cb8830 Add py38 package metadata 8af78e7 Add release notes links to doc index c307a0e Add Python3 victoria unit tests 5c96ff6 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- babel.cfg | 1 - lower-constraints.txt | 9 ------- oslo_vmware/rw_handles.py | 17 +++++++++++-- .../vmdk-transfer-validation-014d28cc9430e51b.yaml | 5 ++++ releasenotes/source/conf.py | 11 +++----- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 29 +++++++++++++++++++--- releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 15 +---------- test-requirements.txt | 2 +- tox.ini | 2 +- 16 files changed, 103 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 65fa4f8..4663c58 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0