[openstack-dev] [new][oslo] oslo.cache 1.9.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Jun 10 01:35:06 UTC 2016
We are amped to announce the release of:
oslo.cache 1.9.0: Cache storage for Openstack projects.
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.cache
With package available at:
https://pypi.python.org/pypi/oslo.cache
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.cache
For more details, please see below.
1.9.0
^^^^^
Other Notes
* Switch to reno for managing release notes.
Changes in oslo.cache 1.8.0..1.9.0
----------------------------------
f6108b0 Updated from global requirements
3e8d5eb Add reno for releasenotes management
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
oslo_cache/version.py | 18 ++
releasenotes/notes/add_reno-3b4ae0789e9c45b4.yaml | 3 +
releasenotes/source/_static/.placeholder | 0
releasenotes/source/_templates/.placeholder | 0
releasenotes/source/conf.py | 273 ++++++++++++++++++++++
releasenotes/source/index.rst | 8 +
releasenotes/source/unreleased.rst | 5 +
requirements.txt | 4 +-
test-requirements.txt | 3 +-
tox.ini | 3 +
11 files changed, 317 insertions(+), 3 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 35f4848..3c3ac71 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.9.0 # MIT
-oslo.config>=3.9.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0
@@ -10 +10 @@ oslo.log>=1.14.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 11648dd..42f2881 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking<0.11,>=0.10.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -8,0 +9 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+reno>=1.6.2 # Apache2
More information about the OpenStack-dev
mailing list