[oslo] oslo.vmware 2.20.0 (pike)
We are tickled pink to announce the release of: oslo.vmware 2.20.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.19.0..2.20.0 ------------------------------------- 7378218 Updated from global requirements 8862c9b Wrong member variable name in class Datastore 677ca7b Updated from global requirements 4c1fded Updated from global requirements 37c3d53 Updated from global requirements f4cad40 Updated from global requirements be31ad8 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- oslo_vmware/objects/datastore.py | 2 +- requirements.txt | 6 +++--- test-requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2b3b164..29988e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -11 +11 @@ six>=1.9.0 # MIT -oslo.i18n>=2.1.0 # Apache-2.0 +oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 @@ -19 +19 @@ suds-jurko>=0.6 # LGPLv3+ -eventlet!=0.18.3,>=0.18.2 # MIT +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index a9fdcb6..f4a99e6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ testtools>=1.4.0 # MIT -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -21,2 +21,2 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx>=1.5.1 # BSD -reno>=1.8.0 # Apache-2.0 +sphinx!=1.6.1,>=1.5.1 # BSD +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org