[oslo] oslo.vmware 2.21.0 (pike)
We are psyched to announce the release of: oslo.vmware 2.21.0: Oslo VMware library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.python.org/pypi/oslo.vmware Please report issues through launchpad: https://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.20.0..2.21.0 ------------------------------------- 49c5999 Do not prune some special XML elements which are empty e9578e1 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_vmware/service.py | 14 +++++++++++++- requirements.txt | 6 +++--- 3 files changed, 18 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 29988e8..93adefe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,3 +19,3 @@ suds-jurko>=0.6 # LGPLv3+ -eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 -urllib3>=1.15.1 # MIT +eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +requests>=2.14.2 # Apache-2.0 +urllib3>=1.21.1 # MIT
participants (1)
-
no-reply@openstack.org