[release][oslo] oslo.log release 1.12.0 (mitaka)
We are amped to announce the release of: oslo.log 1.12.0: oslo.log library This release is part of the mitaka 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.12.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.log Changes in oslo.log 1.11.0..1.12.0 ---------------------------------- ff6fd44 Fix coverage configuration and execution f5dc390 No need for Oslo Incubator Sync 49cca16 Imported Translations from Zanata ff277ae Fix unintended assignment of "syslog" 369c6f8 Make doc title consistent with readme 4c749cc add documentation with example of an external configuration file ea7eaa4 add auto-generated docs for config options 393467e Update option docs for when log config is used a1bd09f Updated from global requirements 362f329 Add optional 'fixture' dependencies. 27f2011 Change ignore-errors to ignore_errors 84828a2 Fix the home-page value in setup.cfg with openstack.org a834e6a FastWatchedFileHandler class was added Diffstat (except docs and test files) ------------------------------------- .coveragerc | 6 +- .gitignore | 5 +- openstack-common.conf | 6 -- oslo.log/locale/es/LC_MESSAGES/oslo.log.po | 10 ++-- oslo.log/locale/oslo.log-log-critical.pot | 6 +- oslo.log/locale/oslo.log-log-error.pot | 6 +- oslo.log/locale/oslo.log-log-info.pot | 6 +- oslo.log/locale/oslo.log-log-warning.pot | 6 +- oslo.log/locale/oslo.log.pot | 22 ++++---- oslo_log/_options.py | 41 ++++++++++---- oslo_log/handlers.py | 89 ++++++++++++++++++++++++++++++ oslo_log/log.py | 12 +++- requirements.txt | 3 +- setup.cfg | 6 +- setup.py | 2 +- test-requirements.txt | 1 - tox.ini | 3 +- 25 files changed, 463 insertions(+), 64 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3767e5d..7bf0967 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr<2.0,>=1.6 +pbr>=1.6 @@ -14,0 +15 @@ debtcollector>=0.3.0 # Apache-2.0 +pyinotify>=0.9.6 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 8634bd8..fd01ca0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ discover -fixtures>=1.3.1
participants (1)
-
davanum@gmail.com