* Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler (thanks Jonathan Kamens)
* Try to reconnect to SyslogHandler TCP sockets when they are disconnected (thanks Jonathan Kamens)
* Use RFC 5424 format for networking logging in SyslogHandler (thanks Jonathan Kamens)
* Fixed deprecated regular expression pattern (thanks Tsuyoshi Hombashi)
* Fixed TimedRotatingFileHandler rotation (thanks Tucker Beck)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=9
- Update to Version 1.4.0
* Added support for checking if trace logs have been emitted in TestHandler (thanks @thedrow)
* Added support for controlling rotating file names -- Logbook now allows users to
customize the formatting of rollover/rotating files (thanks Tucker Beck)
* Added support for compressed log files, supporting both gzip and brotli compression
methods (thanks Maor Marcus)
* Fixed CPU usage for queuing handlers (thanks Adam Urbańczyk)
- Remove cleanup of tests/*.pyc files and tests/__pycache__ from downloaded source code
- Fully enable tests
- Add cython build of _speedups.c for each python version
OBS-URL: https://build.opensuse.org/request/show/628692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Logbook?expand=0&rev=7