Skip to content

Pin colorlog to latest version 4.1.0

taylor-jaydee requested to merge pyup-pin-colorlog-4.1.0 into master

Created by: pyup-bot

This PR pins colorlog to the latest release 4.1.0.

Changelog

4.0.0

*Breaking change*: `TTYColoredFormatter` requires the `stream` argument, avoiding checking the wrong stream and still displaying colors when it shouldn't.

Includes some other minor changes, and attempts to close the last few months worth of minor issues (54, 62, 64, 65).

3.1.0

This removed the use of `parse_colors` directly in format strings, as it relied on an implementation specific detail of Python 2 and was broken on Python 3 (i.e. setting `__missing__` on an object's `__dict__`). It also adds some usage examples.

2.7.0

Adds a level based formatter - thanks mdraw! (https://github.com/borntyping/python-colorlog/pull/32)

2.4.0

- Allow use of the fg_ prefix for colors  
- Use esc(0) for the reset escape code
- Fix bold background colors

2.3.1

- Added support for Windows using [colorama](https://pypi.python.org/pypi/colorama), thanks to nicoddemus 48e417be64c5a2f37c809c28f13b72121473012d
- Added support for Wheels 02903d433475c59be4e87082cf3fc43a53b4b2d6

2.1.0

Adds module level functions that log to the root logger, and sets up a basic coloured logger when those modules are called and no handlers exist (in the same way the `logging` module does).

2.0.0

Stable release: `python-colorlog` is no longer marked as 'beta' software.
Links

Merge request reports