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

python314-logutils-0.3.5-7.4 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python314-logutils Distribution: openSUSE:Factory:zSystems
Version: 0.3.5 Vendor: openSUSE
Release: 7.4 Build date: Tue Sep 10 05:08:22 2024
Group: Unspecified Build host: reproducible
Size: 139982 Source RPM: python-logutils-0.3.5-7.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://logutils.readthedocs.io/
Summary: Logging utilities
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