[oslo] oslo.cache 1.16.0 (ocata)
We are jazzed to announce the release of: oslo.cache 1.16.0: Cache storage for OpenStack projects. This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.cache Download the package from: https://pypi.python.org/pypi/oslo.cache Please report issues through launchpad: http://bugs.launchpad.net/oslo.cache For more details, please see below. Changes in oslo.cache 1.15.0..1.16.0 ------------------------------------ 4943ce9 Updated from global requirements ac2dc87 Updated from global requirements 5402057 Imported Translations from Zanata c41d9b4 TrivialFix: Remove default=None when set value in Config 036e2bf Changed the home-page link Diffstat (except docs and test files) ------------------------------------- .../source/locale/fr/LC_MESSAGES/releasenotes.po | 33 ++++++++++++++++++++++ requirements.txt | 4 +-- setup.cfg | 2 +- test-requirements.txt | 2 +- 5 files changed, 39 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 66fbae4..2d953d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -oslo.config>=3.14.0 # Apache-2.0 +oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 @@ -10 +10 @@ oslo.log>=3.11.0 # Apache-2.0 -oslo.utils>=3.16.0 # Apache-2.0 +oslo.utils>=3.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 836099e..a57be38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ sphinx!=1.3b1,<1.4,>=1.2.1 # BSD -reno>=1.8.0 # Apache2 +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org