[release][oslo] oslo.log release 1.7.0 (liberty)
We are gleeful to announce the release of: oslo.log 1.7.0: oslo.log library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.log With package available at: https://pypi.python.org/pypi/oslo.log For more details, please see the git log history below and: http://launchpad.net/oslo.log/+milestone/1.7.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.log Changes in oslo.log 1.6.0..1.7.0 -------------------------------- 94aa7d7 Imported Translations from Transifex a96fb87 Add more default fancier formatting params bfc00f5 Updated from global requirements ef559bf Updated from global requirements 0a0a37e Updated from global requirements ee11222 Do not report deprecations in subclasses fafa3e4 Imported Translations from Transifex fb26b4f Updated from global requirements c2210a2 Add tox target to find missing requirements 71f3940 setting taskflow log level to WARN Diffstat (except docs and test files) ------------------------------------- oslo.log/locale/es/LC_MESSAGES/oslo.log.po | 2 +- oslo_log/_options.py | 2 +- oslo_log/formatters.py | 3 ++- oslo_log/versionutils.py | 21 ++++++++++++++++++++- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 8 +++----- tox.ini | 8 ++++++++ 9 files changed, 43 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6476ae0..1faa606 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 @@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 13c1a2a..c7e1e5c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ discover -fixtures>=0.3.14 +fixtures>=1.3.1 @@ -13 +13,2 @@ testtools>=1.4.0 -oslotest>=1.5.1 # Apache-2.0 +mock>=1.2 +oslotest>=1.7.0 # Apache-2.0 @@ -23,3 +23,0 @@ oslosphinx>=2.5.0 # Apache-2.0 - -# mocking framework -mock>=1.0
participants (1)
-
davanum@gmail.com