[openstack-dev] [release][oslo] oslo.vmware 2.6.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon May 9 15:50:27 UTC 2016
We are happy to announce the release of:
oslo.vmware 2.6.0: Oslo VMware library
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.vmware
With package available at:
https://pypi.python.org/pypi/oslo.vmware
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.vmware
For more details, please see below.
Changes in oslo.vmware 2.5.0..2.6.0
-----------------------------------
54fe092 Updated from global requirements
1a53380 Imported Translations from Zanata
c29d84b Updated from global requirements
251797b Updated from global requirements
8ec8c09 Should not raise Exception before connection close
90ca364 Remove explicit use of asserts
fa93ed4 Move bandit into pep8
Diffstat (except docs and test files)
-------------------------------------
.../locale/fr/LC_MESSAGES/oslo_vmware-log-error.po | 8 +--
.../locale/fr/LC_MESSAGES/oslo_vmware-log-info.po | 8 +--
.../fr/LC_MESSAGES/oslo_vmware-log-warning.po | 8 +--
oslo_vmware/locale/fr/LC_MESSAGES/oslo_vmware.po | 8 +--
oslo_vmware/locale/oslo_vmware-log-error.pot | 26 ++++-----
oslo_vmware/locale/oslo_vmware-log-info.pot | 18 +++---
oslo_vmware/locale/oslo_vmware-log-warning.pot | 22 +++----
oslo_vmware/locale/oslo_vmware.pot | 68 +++++++++++-----------
oslo_vmware/objects/datastore.py | 3 +-
oslo_vmware/rw_handles.py | 3 +-
requirements.txt | 2 +-
test-requirements.txt | 4 +-
tox.ini | 7 ++-
15 files changed, 116 insertions(+), 101 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 11ace7c..cdae27e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr>=1.6 # Apache-2.0
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 42010da..5508978 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
@@ -26 +26 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-bandit>=0.17.3 # Apache-2.0
+bandit>=1.0.1 # Apache-2.0
More information about the OpenStack-dev
mailing list