[openstack-dev] oslo.vmware 0.8.0 released

Davanum Srinivas davanum at gmail.com
Tue Dec 2 15:46:20 UTC 2014


The Oslo team is pleased to announce the release of oslo.vmware 0.8.0.
For more details, please see the git log history below and
https://launchpad.net/oslo.vmware/+milestone/0.8.0

Please report issues through launchpad: https://launchpad.net/oslo.vmware

$ git log --no-color --oneline --no-merges 0.7.0..0.8.0
969bfba Switch to use requests/urllib3 and enable cacert validation
5b9408f Updated from global requirements
9d9bf2f Updated from global requirements
1ebbc4d Enable support for python 3.x
4dc0ded Updated from global requirements
589ba43 Activate pep8 check that _ is imported

$ git diff --stat --no-color 0.7.0..0.8.0 | egrep -v '(/tests/|^ doc)'
 oslo/vmware/api.py               |   2 +-
 oslo/vmware/exceptions.py        |  30 ++++--
 oslo/vmware/image_transfer.py    |   3 +-
 oslo/vmware/objects/datastore.py |   2 +-
 oslo/vmware/pbm.py               |   4 +-
 oslo/vmware/rw_handles.py        | 215 ++++++++++++++++++++-------------------
 oslo/vmware/service.py           |  19 ++--
 oslo/vmware/vim_util.py          |   4 +-
 requirements-py3.txt             |  24 +++++
 requirements.txt                 |   1 +
 test-requirements.txt            |   4 +-
 tests/objects/test_datastore.py  |   2 +-
 tests/test_api.py                |   7 +-
 tests/test_image_transfer.py     |   3 +-
 tests/test_pbm.py                |   8 +-
 tests/test_rw_handles.py         |  35 +++----
 tests/test_service.py            |  33 ++++--
 tox.ini                          |  12 ++-
 18 files changed, 240 insertions(+), 168 deletions(-)

 $ git diff -U0 --no-color 0.7.0..0.8.0 *requirements*.txt | sed -e 's/^/ /g'
  diff --git a/requirements-py3.txt b/requirements-py3.txt
  new file mode 100644
  index 0000000..b14f525
  --- /dev/null
  +++ b/requirements-py3.txt
  @@ -0,0 +1,24 @@
  +# The order of packages is significant, because pip processes them
in the order
  +# of appearance. Changing the order has an impact on the overall integration
  +# process, which may cause wedges in the gate later.
  +
  +stevedore>=1.1.0  # Apache-2.0
  +netaddr>=0.7.12
  +
  +# for timeutils
  +iso8601>=0.1.9
  +
  +# for jsonutils
  +six>=1.7.0
  +
  +oslo.i18n>=1.0.0  # Apache-2.0
  +oslo.utils>=1.0.0                       # Apache-2.0
  +Babel>=1.3
  +
  +# for the routing notifier
  +PyYAML>=3.1.0
  +
  +suds-jurko>=0.6
  +eventlet>=0.15.2
  +requests>=2.2.0,!=2.4.0
  +urllib3>=1.7.1
  diff --git a/requirements.txt b/requirements.txt
  index c019874..6939fd3 100644
  --- a/requirements.txt
  +++ b/requirements.txt
  @@ -23,0 +24 @@ requests>=2.2.0,!=2.4.0
  +urllib3>=1.7.1
  diff --git a/test-requirements.txt b/test-requirements.txt
  index 61fd4eb..cfaa103 100644
  --- a/test-requirements.txt
  +++ b/test-requirements.txt
  @@ -7 +7 @@ hacking>=0.9.2,<0.10
  -pylint==0.25.2
  +pylint>=1.3.0  # GNU GPL v2
  @@ -16 +16 @@ testscenarios>=0.4
  -testtools>=0.9.36
  +testtools>=0.9.36,!=1.2.0

-- 
Davanum Srinivas :: https://twitter.com/dims



More information about the OpenStack-dev mailing list