14
0

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:
Tomáš Chvátal
2018-08-11 06:39:28 +00:00
committed by Git OBS Bridge
parent e48ba0dd6d
commit 92530f0c2a
4 changed files with 39 additions and 25 deletions

View File

@@ -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