[oslo] oslo.vmware 2.28.0 (rocky)
We are glad to announce the release of: oslo.vmware 2.28.0: Oslo VMware library This release is part of the rocky 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.27.0..2.28.0 ------------------------------------- 1f26391 fix lower constraints and uncap eventlet 1bcae99 Updated from global requirements 9432188 add lower-constraints job 87becf6 pypy is not checked at gate 2b626bc Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 +++++++ lower-constraints.txt | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 4 ++-- test-requirements.txt | 2 +- tox.ini | 9 +++++++- 5 files changed, 76 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f3323e3..fb82a56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19 +19 @@ suds-jurko>=0.6 # LGPLv3+ -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT @@ -22 +22 @@ urllib3>=1.21.1 # MIT -oslo.concurrency>=3.25.0 # Apache-2.0 +oslo.concurrency>=3.26.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5a127f2..3c7e4d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20 +20 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org