Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-oslo.log-doc-3.36.0-lp152.4.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-oslo.log-doc Distribution: openSUSE Leap 15.2
Version: 3.36.0 Vendor: openSUSE
Release: lp152.4.3 Build date: Sun Mar 1 13:59:06 2020
Group: Development/Languages/Python Build host: cloud133
Size: 3471902 Source RPM: python-oslo.log-3.36.0-lp152.4.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.log
Summary: Documentation for OpenStack log library
Documentation for the oslo.log library.

Provides

Requires

License

Apache-2.0

Changelog

* 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
* Tue Jun 02 2015 tbechtold@suse.com
  - update to 1.3.0:
    * Do not fail if syslog is not available
    * Use proper deprecation for use-syslog-rfc-format option
    * Replace RFCSysLogHandler by a syslog() based one
    * Make remove_in=0 (no removal) use a better syntax
    * Remove is_compatible from versionutils
    * Add versionutils options to list_opts
    * Add versionutils to API documentation
    * Advertise support for Python3.4 / Remove support for Python 3.3
    * Updated from global requirements
    * Updated from global requirements
    * Remove run_cross_tests.sh
    * Deprecate WritableLogger - used for eventlet logging
    * Log deprecation message when catching deprecated exceptions
    * Change misleading TRACE to ERROR
    * Uncap library requirements for liberty
    * Provide an API to let tempest control the log file
    * fix pep8 errors
    * Add pypi download + version badges
    * Update to latest hacking
    * Add link to Logging Guidelines
    * move versionutils into place
    * Add liberty release name to versionutils
    * Expose opts entry point for version_utils
    * Switch from oslo.config to oslo_config
    * Remove oslo.log code and clean up versionutils API
    * Remove code that moved to oslo.i18n
    * Enhance versionutils.deprecated to work with classes
    * Add Kilo release name to versionutils
    * Allow deprecated decorator to specify no plan for removal
    * Add JUNO as a target to versionutils module
    * pep8: fixed multiple violations
    * Use oslotest instead of common test module
    * Use hacking import_exceptions for gettextutils._
    * fixed typos
    * Fix violations of H302:import only modules
    * Adds decorator to deprecate functions and methods
    * Remove vim header
    * Add `versionutils` for version compatibility checks
    * Default to True for use-syslog-rfc-format
    * Updated from global requirements
    * Restore automatic unicode conversion
    * Add migration notes
  - Adjust Requires according to requirements.txt
* Wed Apr 22 2015 tbechtold@suse.com
  - Add missing BuildRequires and enable testsuite
* Wed Apr 22 2015 tbechtold@suse.com
  - Remove python-discover from BuildRequires. We no longer care
    about python < 2.7 versions.
* Tue Mar 10 2015 tbechtold@suse.com
  - update to 1.0.0:
    * Updated from global requirements
    * Pickup instance from log format record
    * Make use_syslog=True log to syslog via /dev/log
  - update Requires according to requirements.txt
* Tue Feb 24 2015 tbechtold@suse.com
  - update to version 0.3.0:
    * Updated from global requirements
  - Update Requires
* Thu Feb 05 2015 tbechtold@suse.com
  - update to version 0.2.0:
    * Expose fixtures through oslo_log.fixture
    * Add fixture to let tests change log levels
    * Rename logging fixture module
    * Update comment to match implementation
    * fix link to bug tracker in readme
    * Updated from global requirements
  - Update Requires
* Fri Jan 23 2015 tbechtold@suse.com
  - Adjust Requires versions
* Fri Jan 23 2015 tbechtold@suse.com
  - Initial packaging

Files

/usr/share/doc/packages/python-oslo.log-doc
/usr/share/doc/packages/python-oslo.log-doc/LICENSE
/usr/share/doc/packages/python-oslo.log-doc/html
/usr/share/doc/packages/python-oslo.log-doc/html/_sources
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/admin
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/admin/advanced_config.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/admin/example_nova.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/admin/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/admin/journal.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/configuration
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/configuration/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/contributor
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/install
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/fixtures.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/formatters.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/handlers.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/helpers.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/log.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/versionutils.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/reference/watchers.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/user
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/user/examples.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/user/migration.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_sources/user/usage.rst.txt
/usr/share/doc/packages/python-oslo.log-doc/html/_static
/usr/share/doc/packages/python-oslo.log-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-oslo.log-doc/html/_static/basic.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/comment.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/css/native.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/doctools.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/down.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-oslo.log-doc/html/_static/file.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-oslo.log-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/docs
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/jquery.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/minus.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/plus.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/pygments.css
/usr/share/doc/packages/python-oslo.log-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/underscore.js
/usr/share/doc/packages/python-oslo.log-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/up.png
/usr/share/doc/packages/python-oslo.log-doc/html/_static/websupport.js
/usr/share/doc/packages/python-oslo.log-doc/html/admin
/usr/share/doc/packages/python-oslo.log-doc/html/admin/advanced_config.html
/usr/share/doc/packages/python-oslo.log-doc/html/admin/example_nova.html
/usr/share/doc/packages/python-oslo.log-doc/html/admin/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/admin/journal.html
/usr/share/doc/packages/python-oslo.log-doc/html/configuration
/usr/share/doc/packages/python-oslo.log-doc/html/configuration/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/contributor
/usr/share/doc/packages/python-oslo.log-doc/html/contributor/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/genindex.html
/usr/share/doc/packages/python-oslo.log-doc/html/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/install
/usr/share/doc/packages/python-oslo.log-doc/html/install/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/objects.inv
/usr/share/doc/packages/python-oslo.log-doc/html/py-modindex.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference
/usr/share/doc/packages/python-oslo.log-doc/html/reference/fixtures.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/formatters.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/handlers.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/helpers.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/log.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/versionutils.html
/usr/share/doc/packages/python-oslo.log-doc/html/reference/watchers.html
/usr/share/doc/packages/python-oslo.log-doc/html/search.html
/usr/share/doc/packages/python-oslo.log-doc/html/searchindex.js
/usr/share/doc/packages/python-oslo.log-doc/html/user
/usr/share/doc/packages/python-oslo.log-doc/html/user/examples.html
/usr/share/doc/packages/python-oslo.log-doc/html/user/history.html
/usr/share/doc/packages/python-oslo.log-doc/html/user/index.html
/usr/share/doc/packages/python-oslo.log-doc/html/user/migration.html
/usr/share/doc/packages/python-oslo.log-doc/html/user/usage.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024