[oslo] oslo.vmware 2.18.0 (pike)
We are pumped to announce the release of: oslo.vmware 2.18.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.17.0..2.18.0 ------------------------------------- 145b124 Updated from global requirements 7f8f3f6 [Fix gate]Update test requirement c3e96db Updated from global requirements f7c0582 Updated from global requirements 0520c71 Updated from global requirements f9c8241 Improve unit test coverage 7bc972c pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) ab1b0b3 Add in support for removeKey 0d75328 Use https for references to openstack.org dfc1596 Update reno for stable/ocata 41267a5 Improve logging for task updates Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 5 ++--- README.rst | 10 +++++----- oslo_vmware/_i18n.py | 2 +- oslo_vmware/api.py | 16 ++++++++++++++-- oslo_vmware/service.py | 7 +++++++ oslo_vmware/version.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 8 ++++---- setup.cfg | 2 +- setup.py | 2 +- test-requirements.txt | 5 +++-- 15 files changed, 71 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3f8a3e9..2b3b164 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -7 +7 @@ pbr>=1.8 # Apache-2.0 -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 @@ -12 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 @@ -20 +20 @@ eventlet!=0.18.3,>=0.18.2 # MIT -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cdea5a3..7db2667 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -22 +22 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD @@ -25,0 +26 @@ bandit>=1.1.0 # Apache-2.0 +ddt>=1.0.1 # MIT
participants (1)
-
no-reply@openstack.org