Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-loguru
From: Adam Ciarcinski
Date: 2025-02-04 12:36:44
Message id: 20250204113644.75C7BFBE0@cvs.NetBSD.org
Log Message:
py-loguru: updated to 0.7.3
0.7.3
Fix Cython incompatibility caused by the absence of underlying stack frames, \
which resulted in a ValueError during logging
Fix possible RuntimeError when removing all handlers with logger.remove() due to \
thread-safety issue
Fix diagnose=True option of exception formatting not working as expected with \
Python 3.13
Fix non-standard level names not fully compatible with logging.Formatter()
Fix inability to display a literal "\" immediately before color markups
Fix possible infinite recursion when an exception is raised from a __repr__ \
method decorated with logger.catch()
Improve performance of datetime formatting while logging messages
Reduce startup time in the presence of installed but unused IPython third-party \
library
Files: