forked from pool/python-Logbook
Accepting request 628692 from home:czerw:test
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
e48ba0dd6d
commit
92530f0c2a
@@ -1,4 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 13:23:32 UTC 2018 - petr@cervinka.net
|
||||
|
||||
- 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
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 18:57:09 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Implement single-spec version
|
||||
|
Reference in New Issue
Block a user