[openstack-dev] [release][oslo] oslo.vmware-announce-release 2.3.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 9 23:31:05 UTC 2016


We are stoked to announce the release of:

oslo.vmware-announce-release 2.3.0: Oslo VMware library

This release is part of the mitaka release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.vmware

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.vmware

For more details, please see below.

Changes in oslo.vmware 2.2.1..2.3.0
-----------------------------------

8b1dc76 Remove bandit.yaml in favor of defaults
f3feb5b Updated from global requirements
8d2c04e Update translation setup
2bedc18 Updated from global requirements
c996879 Updated from global requirements
c87c297 Updated from global requirements
ec5c98c Imported Translations from Zanata
1e69fe5 Updated from global requirements
564e5ca Use oslo_utils reflection to get function name

Diffstat (except docs and test files)
-------------------------------------

bandit.yaml                                        | 238 -----------------
.../locale/fr/LC_MESSAGES/oslo.vmware-log-error.po |  73 ------
.../locale/fr/LC_MESSAGES/oslo.vmware-log-info.po  |  36 ---
.../fr/LC_MESSAGES/oslo.vmware-log-warning.po      |  64 -----
oslo.vmware/locale/fr/LC_MESSAGES/oslo.vmware.po   | 237 -----------------
oslo.vmware/locale/oslo.vmware-log-error.pot       |  71 -----
oslo.vmware/locale/oslo.vmware-log-info.pot        |  35 ---
oslo.vmware/locale/oslo.vmware-log-warning.pot     |  65 -----
oslo.vmware/locale/oslo.vmware.pot                 | 285 ---------------------
oslo_vmware/_i18n.py                               |   2 +-
oslo_vmware/api.py                                 |   5 +-
.../locale/fr/LC_MESSAGES/oslo_vmware-log-error.po |  73 ++++++
.../locale/fr/LC_MESSAGES/oslo_vmware-log-info.po  |  36 +++
.../fr/LC_MESSAGES/oslo_vmware-log-warning.po      |  64 +++++
oslo_vmware/locale/fr/LC_MESSAGES/oslo_vmware.po   | 238 +++++++++++++++++
oslo_vmware/locale/oslo_vmware-log-error.pot       |  71 +++++
oslo_vmware/locale/oslo_vmware-log-info.pot        |  35 +++
oslo_vmware/locale/oslo_vmware-log-warning.pot     |  65 +++++
oslo_vmware/locale/oslo_vmware.pot                 | 285 +++++++++++++++++++++
requirements.txt                                   |  20 +-
setup.cfg                                          |  12 +-
test-requirements.txt                              |  22 +-
tox.ini                                            |   2 +-
23 files changed, 899 insertions(+), 1135 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2e52842..c6ad26e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6
+pbr>=1.6 # Apache-2.0
@@ -8,2 +8,2 @@ stevedore>=1.5.0 # Apache-2.0
-netaddr!=0.7.16,>=0.7.12
-six>=1.9.0
+netaddr!=0.7.16,>=0.7.12 # BSD
+six>=1.9.0 # MIT
@@ -11,2 +11,2 @@ six>=1.9.0
-oslo.i18n>=1.5.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0
@@ -15 +15 @@ oslo.utils>=3.2.0 # Apache-2.0
-PyYAML>=3.1.0
+PyYAML>=3.1.0 # MIT
@@ -17,4 +17,4 @@ PyYAML>=3.1.0
-suds-jurko>=0.6
-eventlet>=0.17.4
-requests!=2.9.0,>=2.8.1
-urllib3>=1.8.3
+suds-jurko>=0.6 # LGPL
+eventlet!=0.18.0,>=0.17.4 # MIT
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+urllib3>=1.8.3 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index b765d9a..42010da 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,8 +8,8 @@ hacking<0.11,>=0.10.0
-discover
-fixtures>=1.3.1
-mock>=1.2
-mox3>=0.7.0
-python-subunit>=0.0.18
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=1.4.0
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
+mock>=1.2 # BSD
+mox3>=0.7.0 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT
@@ -20 +20 @@ testtools>=1.4.0
-coverage>=3.6
+coverage>=3.6 # Apache-2.0
@@ -24 +24 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
@@ -26 +26 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-bandit>=0.13.2
+bandit>=0.17.3 # Apache-2.0





More information about the OpenStack-dev mailing list