[NEUTRAL] Update dependency colorlog to v6 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.10.0
->==6.9.0
Release Notes
borntyping/python-colorlog (colorlog)
v6.9.0
Compare Source
What's Changed
New Contributors
Full Changelog: borntyping/python-colorlog@v6.8.2...v6.9.0
v6.8.2
: 6.8.2Compare Source
What's Changed
New Contributors
Full Changelog: borntyping/python-colorlog@v6.8.0...v6.8.2
v6.8.0
: 6.8.0Compare Source
What's Changed
New Contributors
Full Changelog: borntyping/python-colorlog@v6.7.0...v6.8.0
v6.7.0
Compare Source
v6.6.0
Compare Source
https://pypi.org/project/colorlog/6.6.0/
Changes
Changes since v6.4.1.
force_color
option tocolorlog.formatter.ColoredFormatter
.FORCE_COLOR
environment variable.v6.5.0
Compare Source
v6.4.1
: 6.4.1Compare Source
This is the first proper release in the v6 line!
PyPI: https://pypi.org/project/colorlog/6.4.1/
This breaks backwards compatibility in a few ways, most notably dropping support for Python versions older than 3.5. A warning will be displayed if you try to run it on an older version:
This lets colorlog drop some code that was getting very messy to maintain, which made adding and testing new features a slog. Other backwards incompatible changes have mostly been to internals, and some long requested features that have been a bit easier to add now.
Changes
Changes since v6.3.0a1.
colorlog.logging
tocolorlog.wrappers
.logging
module (#111).Changelog
Changes since v5.0.0.
NO_COLOR
environment variable, and a no_color option (#70).TTYColoredFormatter
intoColoredFormatter
, and ensure no ANSI codes are printed when colors are disabled.LevelFormatter
with a far simpler implementation.colorlog.colorlog
is nowcolorlog.formatter
.colorlog.logging
is nowcolorlog.wrappers
.colorlog.escape_codes
object so that thecolorlog.escape_codes
module can be imported and used.logging
module (#111).v6.4.0
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
This prepares for a v6.0.0 version that breaks backwards compatibility with older Python versions and potentially changes various internals.
v4.8.0
Compare Source
v4.7.2
Compare Source
v4.7.0
Compare Source
v4.6.2
Compare Source
v4.6.0
Compare Source
v4.5.0
: 4.5.0Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.0.0
: 4.0.0 Tidying upCompare Source
Breaking change:
TTYColoredFormatter
requires thestream
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).
v3.2.0
Compare Source
v3.1.4
Compare Source
v3.1.3
Compare Source
v3.1.2
Compare Source
v3.1.1
Compare Source
v3.1.0
: 3.1.0 Remove Python 2 only featuresThis 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.v3.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
disabled