We are tickled pink to announce the release of: oslo.vmware 2.25.0: Oslo VMware library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.vmware Download the package from: https://pypi.python.org/pypi/oslo.vmware Please report issues through launchpad: https://bugs.launchpad.net/oslo.vmware For more details, please see below. Changes in oslo.vmware 2.24.0..2.25.0 ------------------------------------- 9574ad6 Remove -U from pip install fed9e7c Avoid tox_install.sh for constraints support 8e3e0b7 Remove setting of version/release from releasenotes e555138 Updated from global requirements 5dfca45 Updated from global requirements 1e1a11f Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .../locale/en_GB/LC_MESSAGES/oslo_vmware.po | 21 ++++++++++++--- releasenotes/source/conf.py | 12 +++------ .../locale/en_GB/LC_MESSAGES/releasenotes.po | 21 ++++++++++++--- requirements.txt | 4 +-- test-requirements.txt | 4 +-- tools/tox_install.sh | 30 ---------------------- tox.ini | 17 ++++++------ 7 files changed, 51 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 170487c..1f8c1e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ netaddr>=0.7.18 # BSD -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -12 +12 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1113a42..58f4ef7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ mock>=2.0.0 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -12 +12 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT