We are thrilled to announce the release of: oslo.vmware 3.3.0: Oslo VMware library This release is part of the ussuri 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. Changes in oslo.vmware 3.2.1..3.3.0 ----------------------------------- 724f36b Update hacking for Python3 74aeac3 Pass "base_image_ref" to backend when transfer volume to image 88798e9 Drop use of six Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - oslo_vmware/api.py | 5 ++--- oslo_vmware/exceptions.py | 19 +++++++------------ oslo_vmware/hacking/checks.py | 7 +++---- oslo_vmware/image_transfer.py | 7 ++++--- oslo_vmware/objects/datastore.py | 8 ++++---- oslo_vmware/pbm.py | 4 ++-- oslo_vmware/rw_handles.py | 5 ++--- oslo_vmware/service.py | 19 ++++++++++--------- requirements.txt | 1 - test-requirements.txt | 2 +- tox.ini | 8 ++++++-- 19 files changed, 65 insertions(+), 75 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 472831a..65917f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ netaddr>=0.7.18 # BSD -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index c4f7f31..3c8beeb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org