chia-rosechain icon indicating copy to clipboard operation
chia-rosechain copied to clipboard

Bump colorlog from 5.0.1 to 6.6.0

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps colorlog from 5.0.1 to 6.6.0.

Release notes

Sourced from colorlog's releases.

v6.6.0

https://pypi.org/project/colorlog/6.6.0/

Changes

Changes since v6.4.1.

  • Add a force_color option to colorlog.formatter.ColoredFormatter.
  • Support the FORCE_COLOR environment variable.

6.4.1

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:

Colorlog requires Python 3.6 or above.
Pin 'colorlog<5' to your dependencies if you require compatibility with older versions of Python.

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.

  • Renamed colorlog.logging to colorlog.wrappers.
  • Import log levels from the logging module (#111).

Changelog

Changes since v5.0.0.

  • Dropped support for Python 2 and Python versions below Python 3.5.
  • Added type hints and added mypy to CI (#83).
  • Support 256 colour ANSI codes (#88).
  • Support "light" ANSI codes (#87).
  • Support the NO_COLOR environment variable, and a no_color option (#70).
  • Updated various examples and documentation (#85).
  • Merged TTYColoredFormatter into ColoredFormatter, and ensure no ANSI codes are printed when colors are disabled.
  • Replaced LevelFormatter with a far simpler implementation.
  • Fixed version_info check for the Formatter validate parameter.
  • Define formatMessage instead of format, so that ColoredRecord is used in fewer places.
  • Use setuptool's "normalised" format for the version number.
  • Add PEP 561 typing marker so mypy can find type annotations.
  • Renamed internal modules.
    • colorlog.colorlog is now colorlog.formatter.
    • colorlog.logging is now colorlog.wrappers.

... (truncated)

Commits
  • 250a692 Reformat with black
  • 7a90afa Add a force_color option
  • fa5514d Release 6.5.0
  • feb4652 Sort imports, pass flake8 by adding all to colorlog.wrappers
  • 194fd9d Release colorlog 6.4.0
  • 1e1a0e4 Rename colorlog.logging to colorlog.wrappers
  • 729c0bd Import log levels from the logging module
  • bb580f6 Fix sample colors.py script
  • b49f93a Bump version
  • 164d120 Rename internal modules and replace "from _ import _" statements
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Nov 09 '21 14:11 dependabot[bot]

This PR has been flagged as stale due to no activity for over 60 days. It will not be automatically closed, but it has been given a stale-pr label and should be manually reviewed.

github-actions[bot] avatar Jan 09 '22 11:01 github-actions[bot]

Superseded by #118.

dependabot[bot] avatar Aug 30 '22 14:08 dependabot[bot]