Skip to content

[NEUTRAL] Update dependency colorlog to v6 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github.lhy31512.workers.dev[bot]
Copy link

@mend-for-github.lhy31512.workers.dev mend-for-github.lhy31512.workers.dev bot commented Feb 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
colorlog ==2.10.0 -> ==6.9.0 age adoption passing confidence

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.2

Compare Source

What's Changed

New Contributors

Full Changelog: borntyping/python-colorlog@v6.8.0...v6.8.2

v6.8.0: 6.8.0

Compare 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.

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

v6.5.0

Compare Source

v6.4.1: 6.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:

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.
  • Removed colorlog.escape_codes object so that the colorlog.escape_codes module can be imported and used.
  • Import log levels from the 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.0

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.0.0: 4.0.0 Tidying up

Compare Source

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).

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 features

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.

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.


  • If you want to rebase/retry this PR, check this box

disabled

@mend-for-github.lhy31512.workers.dev mend-for-github.lhy31512.workers.dev bot force-pushed the whitesource-remediate/colorlog-6.x branch from 51af969 to c9b317c Compare December 3, 2023 06:42
@mend-for-github.lhy31512.workers.dev mend-for-github.lhy31512.workers.dev bot changed the title Update dependency colorlog to v6 [NEUTRAL] Update dependency colorlog to v6 Jan 26, 2024
@mend-for-github.lhy31512.workers.dev mend-for-github.lhy31512.workers.dev bot force-pushed the whitesource-remediate/colorlog-6.x branch from c9b317c to 42f34de Compare January 27, 2024 07:05
@mend-for-github.lhy31512.workers.dev mend-for-github.lhy31512.workers.dev bot force-pushed the whitesource-remediate/colorlog-6.x branch from 42f34de to 8465614 Compare October 30, 2024 10:42
@mend-for-github.lhy31512.workers.dev mend-for-github.lhy31512.workers.dev bot force-pushed the whitesource-remediate/colorlog-6.x branch from 8465614 to 9562f99 Compare February 21, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants