[openstack-dev] [release][oslo] oslo.cache-announce-release 1.3.0 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 9 23:20:54 UTC 2016
We are amped to announce the release of:
oslo.cache-announce-release 1.3.0: Cache storage for Openstack
projects.
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.cache
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.cache
For more details, please see below.
Changes in oslo.cache 1.2.0..1.3.0
----------------------------------
2a3a239 Move some of these noisy logs to trace level
7f762bf Revert "Use assertTrue/False instead of assertEqual(T/F)"
18de292 Update translation setup
80bec45 Updated from global requirements
ef602aa Updated from global requirements
6301b9a Updated from global requirements
2e81691 Updated from global requirements
510934f Delete python bytecode before every test run
Diffstat (except docs and test files)
-------------------------------------
oslo.cache/locale/oslo.cache-log-critical.pot | 19 --------
oslo.cache/locale/oslo.cache-log-error.pot | 26 -----------
oslo.cache/locale/oslo.cache-log-info.pot | 19 --------
oslo.cache/locale/oslo.cache-log-warning.pot | 27 ------------
oslo.cache/locale/oslo.cache.pot | 63 ---------------------------
oslo_cache/_i18n.py | 2 +-
oslo_cache/_memcache_pool.py | 22 ++++++----
requirements.txt | 12 ++---
setup.cfg | 16 +++----
test-requirements.txt | 4 +-
tox.ini | 4 +-
12 files changed, 38 insertions(+), 184 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2925cb5..7df43d6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,5 @@
-Babel>=1.3
-dogpile.cache>=0.5.4
-six>=1.9.0
-oslo.config>=3.2.0 # Apache-2.0
-oslo.i18n>=1.5.0 # Apache-2.0
+Babel>=1.3 # BSD
+dogpile.cache>=0.5.4 # BSD
+six>=1.9.0 # MIT
+oslo.config>=3.4.0 # Apache-2.0
+oslo.i18n>=2.1.0 # Apache-2.0
@@ -11 +11 @@ oslo.log>=1.14.0 # Apache-2.0
-oslo.utils>=3.2.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 462fcb7..11648dd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking<0.11,>=0.10.0
-mock>=1.2
+mock>=1.2 # BSD
@@ -8 +8 @@ 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
More information about the OpenStack-dev
mailing list