This repository was archived by the owner on May 15, 2024. It is now read-only.
Update dependency colorlog to v6 #18
Open
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:
==4.7.2
->==6.6.0
Release Notes
borntyping/python-colorlog
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
Compare 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
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.
This PR has been generated by Mend Renovate. View repository job log here.