Package Release Info

python-oslo.log-3.36.0-bp150.1.2

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-oslo.log-doc
python2-oslo.log
python3-oslo.log

Change Logs

* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
- update to version 3.36.0
  - Update the documentation link for doc migration
  - Add release note for use_json option
  - Truncate error_summary if exc_info not explicitly passed
  - Update reno for stable/pike
  - Remove checks for auth_token in JSON-based formatter tests
  - JSONFormatter convert unserializable with repr()
  - Remove setting of version/release from releasenotes
  - Add option to use JSON formatter
  - Imported Translations from Zanata
  - Cleanup test-requirements
  - Allow logging of unhashable exceptions in Python 3
  - Migrate to Zuul v3
  - Zuul: add file extension to playbook path
  - Update the documentation link
  - Updated from global requirements
  - Capture context in its own key for JSON-based formatters
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 3.30.0
  - only show error_summary for warning and error messages
  - Fix bug in log_method_call decorator
  - refactor error summary logic so it can be reused
  - Add additional info like python-systemd does
  - [Fix gate]Update test requirement
  - Update URLs according to document migration
  - Remove deprecated module loggers
  - Fix devstack colors
  - Update reno for stable/ocata
  - Check reStructuredText documents for common style issues.
  - When record.args is None, it should not give an exception.
  - Trivial: Remove testscenarios from test-requirements.txt
  - Remove 'verbose' option (again)
  - clarify release note for error summary handling
  - Optimize the link address
  - Fix some reST field lists in docstrings
  - make handling of error_summary more flexible
  - formatter: skip ImportError when adding error_summary
  - switch from oslosphinx to openstackdocstheme
  - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
  - Add missing variable html_last_updated_fmt
  - do not add error_summary for debug log messages
  - add error_summary support to JSONFormatter
  - add error_summary support for fluentd formatter
  - tail support, log filtering, executable, and splitlines bug fix
  - Documentation for journal usage
  - improve the documentation for log format strings
  - rearrange content to fit the new standard layout
  - Must not go underneath the context object and access __dict__
  - Remove references to Python 3.4
  - add line number information to fluentd formatter
  - add exception summaries to the main log line
  - Oslo i18n 3.15.2 has broken deps
  - fix test description comment
  - Add log.get_loggers method
  - Remove log translations
  - add an extras dependency for systemd
  - Always create OSSysLogHandler
  - skip built-in exceptions when adding error_summary
  - protect systemd class initialization when syslog is not available
  - Use dict arg values for unicode checks in ContextFormatter
  - Fix syslog module usage breaking Windows compatibility
  - Remove support for py34
  - Systemd native journal support
  - Added is_debug_enabled helper
  - Revert "Remove 'verbose' option (again)"
  - Add oslo_messaging to the list of log levels
  - Updated from global requirements
  - Use Sphinx 1.5 warning-is-error
* Mon Mar 27 2017 cloud-devel@suse.de
- update to version 3.20.1:
  - Must not go underneath the context object and access __dict__
  - Update .gitreview for stable/ocata
- Drop 0001-Must-not-go-underneath-the-context-object-and-access.patch
* Mon Feb 13 2017 tbechtold@suse.com
- Add 0001-Must-not-go-underneath-the-context-object-and-access.patch
* Fri Feb 10 2017 cloud-devel@suse.de
- update to version 3.20.0:
  - Add a json reformatter command
  - Add support for P and Q release names
  - Update reno for stable/newton
  - Avoid converting to unicode if not needed
  - Imported Translations from Zanata
  - standardize release note page ordering
  - Add Constraints support
  - Implement FluentFormatter
  - modify the home-page info with the developer documentation
  - Show team and repo badges on README
  - Default use_stderr to False
  - Use six.wraps instead of functools
  - Fix typos
  - Fix races in unit tests
  - Enable release notes translation
  - Add a filter to rate limit logs
  - Modify use of assertTrue(A in B)
  - Change assertTrue(isinstance()) by optimal assert
  - Replace method attr in vars() to hasattr
  - Updated from global requirements
* Tue Aug 30 2016 tbechtold@suse.com
- update to version 3.16.0
  * Remove discover from test-requirements
  * Fixes unit tests on Windows
  * Fix parameters of assertEqual are misplaced
  * Updated from global requirements
  * Add Python 3.5 classifier and venv
* Wed Aug 10 2016 tbechtold@suse.com
- update to version 3.12.0
  * log: don't create foo.log
  * Improve olso.log test coverage for edge cases
  * log: Introduce _iter_loggers
  * Replace "LOG.exception(_" with "LOG.exception(_LE"
  * Make available to log encoded strings as arguments
  * Revert "Remove 'verbose' option"
  * Imported Translations from Zanata
  * Convert unicode data to utf-8 before calling syslog.syslog()
  * Provide a normal method for deprecation warnings.
  * Fix regression causing the default log level to become WARNING
  * Use new logging specific method for context info
  * Fix typo: 'Olso' to 'Oslo'
  * Reload log_config_append config on SIGHUP
  * Updated from global requirements
  * Remove 'verbose' option
  * Reduce READ_FREQ and TIMEOUT for watch-file
* Tue May 31 2016 tbechtold@suse.com
- update to 3.7.0:
  * Fix example issue
  * Updated from global requirements
  * Allow reload of 'debug' option
  * Imported Translations from Zanata
  * Remove direct dependency on babel
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Remove outdated comment in ContextFormatter
  * Enable log_method_call to work on static method
  * Explicitly exclude tests from bandit scan
  * Improve test code coverage of _options
  * Update reno for stable/mitaka
  * Unit test cleanup and validation improvements
  * Added +2 release names for versionutils
  * Fix broken links in docs usage page
  * Enable bandit in gate
  * Updated from global requirements
- Use renderspec service to update .spec file
* Mon Mar 14 2016 tbechtold@suse.com
- update to 3.2.0:
  * use log.warning instead of log.warn
  * Imported Translations from Zanata
  * Updated from global requirements
  * Remove deprecated use-syslog-rfc-format option
  * Add release note for removed log_format option
  * Updated from global requirements
  * add page for release notes for unreleased versions
  * add a release note about using reno
  * Add reno for release notes management
  * remove pypy from default tox environment list
  * stop making a copy of options discovered by config generator
  * always run coverage report
  * Remove bandit.yaml in favor of defaults
  * Updated from global requirements
  * Fix spell typos
  * set oslo.cache and dogpile to INFO
  * Update translation setup
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Imported Translations from Zanata
  * Updated from global requirements
  * Improve Logging docs with inline examples and context example
  * Revert "Pass environment variables of proxy to tox"
  * Clean up removed hacking rule from [flake8] ignore lists
  * Provide a deprecated_reason for use_syslog_rfc_format
  * Remove deprecated log-format option
  * Improve documentataion of Oslo Log Usage
  * Added public method to getting default log levels
  * Updated from global requirements
  * enable isotime for exceptions
  * assertIsNone(val) instead of assertEqual(None,val)
- Adjust Requires
* Mon Jan 04 2016 dmueller@suse.com
- update to 2.2.0:
  * Set keystoneauth default log level to WARN
  * Format record before passing it to syslog
  * Updated from global requirements
  * Updated from global requirements
  * Remove iso8601 dependency
  * Remove duplicated profiles section from bandit.yaml
  * test_logging_error: build a logger at the test level
  * Cleanup all handlers in _setup_logging_from_conf
  * Drop python 2.6 support
  * Add a 'bandit' target to tox.ini
  * Updated from global requirements
  * Log to sys.stderr to avoid "No handlers could be found..."
  * Remove python 2.6 classifier
  * Remove python 2.6 and cleanup tox.ini
  * Refactor Python 2.6 check to use constant
  * The user_identity format flexibility
  * Updated from global requirements
  * Imported Translations from Zanata
  * Updated from global requirements
  * Allow oslo.log to work on non-linux platforms
* Mon Nov 16 2015 bwiedemann@suse.com
- update to 1.12.0:
  * Fix coverage configuration and execution
  * No need for Oslo Incubator Sync
  * Imported Translations from Zanata
  * Fix unintended assignment of "syslog"
  * Make doc title consistent with readme
  * add documentation with example of an external configuration file
  * add auto-generated docs for config options
  * Update option docs for when log config is used
  * Updated from global requirements
  * Add optional 'fixture' dependencies
  * Change ignore-errors to ignore_errors
  * Fix the home-page value in setup.cfg with openstack.org
  * FastWatchedFileHandler class was added
* Wed Sep 09 2015 tbechtold@suse.com
- update to 1.11.0:
  * Fix poor examples of exception logging
  * Updated from global requirements
- Adjust Requires according to requirements.txt
* Thu Aug 27 2015 tbechtold@suse.com
- update to 1.10.0:
  * Fix package name for PublishErrorsHandler
  * Updated from global requirements
  * Fix duplicate-key pylint issue
  * Maintain old oslo logger names
  * Add Mitaka release to versionutils
  * Update single letter release names to full names
  * Provide a way to register versionutils options
  * Imported Translations from Transifex
  * Updated from global requirements
- Adjust Requires according to requirements.txt
* Wed Aug 05 2015 tbechtold@suse.com
- update to 1.8.0:
  * Set verbose to True and deprecate it
  * Define TRACE logging level
  * Imported Translations from Transifex
  * Updated from global requirements
* Wed Jul 29 2015 tbechtold@suse.com
- Unify spec file. Use fedora compatible files macros
* Tue Jul 28 2015 tbechtold@suse.com
- update to 1.7.0:
  * Imported Translations from Transifex
  * Add more default fancier formatting params
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Do not report deprecations in subclasses
  * Imported Translations from Transifex
  * Updated from global requirements
  * Add tox target to find missing requirements
- update Requires according to requirements.txt
* Sun Jul 19 2015 dmueller@suse.com
- update to 1.6.0:
  * Remove duplication of fatal_deprecations option
  * Imported Translations from Transifex
* Wed Jun 24 2015 tbechtold@suse.com
- update to 1.5.0:
  * Updated from global requirements
  * Switch badges from 'pypip.in' to 'shields.io'
  * Deprecate use-syslog-rfc-format for removal
* Wed Jun 10 2015 tbechtold@suse.com
- update to 1.4.0:
  * just version bump. no other changes