We are happy to announce the release of: oslo.vmware 0.15.0: Oslo VMware library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.vmware For more details, please see the git log history below and: http://launchpad.net/oslo.vmware/+milestone/0.15.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.vmware Changes in oslo.vmware 0.14.0..0.15.0 ------------------------------------- dfbd0c9 Updated from global requirements 8199d7b Updated from global requirements c4680ba Add in support for ManagedObjectNotFound exception cd1982a Deprecate unused exceptions 5cb43a9 Raise VimFaultException for unknown faults 084f547 Exception hierarchy refactoring b7214ce Updated from global requirements 8b0cd26 Update progress lease every 60 seconds 05c4e59 Updated from global requirements 84492c1 Fix bandit tox environment to properly run 85bdb22 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- bandit.yaml | 3 +- oslo_vmware/api.py | 11 ++- oslo_vmware/exceptions.py | 187 ++++++++++++++++++++--------------- oslo_vmware/rw_handles.py | 11 +++ requirements.txt | 12 +-- setup.py | 1 - test-requirements-bandit.txt | 1 - test-requirements.txt | 10 +- tox.ini | 4 +- 12 files changed, 165 insertions(+), 103 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dd5a1aa..3dd80f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=0.11 @@ -7 +7 @@ pbr>=0.11,<2.0 -stevedore>=1.3.0 # Apache-2.0 +stevedore>=1.5.0 # Apache-2.0 @@ -16,2 +16,2 @@ six>=1.9.0 -oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.4.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.utils>=1.6.0 # Apache-2.0 @@ -24 +24 @@ suds-jurko>=0.6 -eventlet>=0.17.3 +eventlet>=0.17.4 @@ -27 +27 @@ urllib3>=1.8.3 -oslo.concurrency>=1.8.0 # Apache-2.0 +oslo.concurrency>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5346047..db333d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0 @@ -15 +15 @@ testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0 @@ -23,2 +23,4 @@ coverage>=3.6 -oslosphinx>=2.5.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 + +bandit>=0.10.1