The logutils package provides a set of handlers for the Python standard
library's logging package.
Some of these handlers are out-of-scope for the standard library, and
so they are packaged here. Others are updated versions which have
appeared in recent Python releases, but are usable with older versions
of Python and so are packaged here.
Provides
Requires
License
BSD-3-Clause
Changelog
* Tue Sep 10 2024 Steve Kowalik <steven.kowalik@suse.com>
- Add patch use-logging-lock-directly.patch:
* Use logging._lock as a context manager.
- Switch to autosetup macro.
* Thu Sep 05 2024 Christoph G <foss@grueninger.de>
- Add patch logutils-intersphinx.patch to fix compatibility
with recent Sphinx
* Thu Jan 18 2024 Ben Greiner <code@bnavigator.de>
- Add logutils-pr1-fix-testasserts-py3.12.patch
* https://bitbucket.org/vinay.sajip/logutils/pull-requests/1
* Fixes t