We are stoked to announce the release of: oslo.vmware 1.18.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 With package available at: https://pypi.python.org/pypi/oslo.vmware For more details, please see the git log history below and: http://launchpad.net/oslo.vmware/+milestone/1.18.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.vmware Changes in oslo.vmware 1.17.0..1.18.0 ------------------------------------- 9df58d2 Make usage doc easier to understand for library consumers 99df328 Updated from global requirements d83f03f Imported Translations from Transifex 6f20758 Updated from global requirements 4e8fc09 Updated from global requirements b24f717 Remove username from logs e2d35bd Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .../locale/fr/LC_MESSAGES/oslo.vmware-log-error.po | 5 ++-- .../locale/fr/LC_MESSAGES/oslo.vmware-log-info.po | 5 ++-- .../fr/LC_MESSAGES/oslo.vmware-log-warning.po | 22 ++++-------------- oslo.vmware/locale/fr/LC_MESSAGES/oslo.vmware.po | 5 ++-- oslo.vmware/locale/oslo.vmware-log-warning.pot | 18 +++------------ oslo_vmware/api.py | 2 +- requirements.txt | 6 ++--- setup.py | 2 +- test-requirements.txt | 3 +-- 10 files changed, 41 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f663c97..deb5080 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 @@ -17 +17 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 @@ -27 +27 @@ urllib3>=1.8.3 -oslo.concurrency>=2.1.0 # Apache-2.0 +oslo.concurrency>=2.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 48cf65a..bfa5505 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ fixtures>=1.3.1 -mock>=1.1;python_version!='2.6' -mock==1.0.1;python_version=='2.6' +mock>=1.2