This repository was archived by the owner on May 15, 2024. It is now read-only.
Open
Conversation
515eb24 to
424686b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.0Release Notes
borntyping/python-colorlog
v6.6.0Compare Source
https://pypi.org/project/colorlog/6.6.0/
Changes
Changes since v6.4.1.
force_coloroption tocolorlog.formatter.ColoredFormatter.FORCE_COLORenvironment variable.v6.5.0Compare Source
v6.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.loggingtocolorlog.wrappers.loggingmodule (#111).Changelog
Changes since v5.0.0.
NO_COLORenvironment variable, and a no_color option (#70).TTYColoredFormatterintoColoredFormatter, and ensure no ANSI codes are printed when colors are disabled.LevelFormatterwith a far simpler implementation.colorlog.colorlogis nowcolorlog.formatter.colorlog.loggingis nowcolorlog.wrappers.colorlog.escape_codesobject so that thecolorlog.escape_codesmodule can be imported and used.loggingmodule (#111).v6.4.0Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
This prepares for a v6.0.0 version that breaks backwards compatibility with older Python versions and potentially changes various internals.
v4.8.0Compare 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.