Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Bump coloredlogs from 14.0 to 15.0.1 #141

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps coloredlogs from 14.0 to 15.0.1.

Changelog

Sourced from coloredlogs's changelog.

Release 15.0.1_ (2021-06-11)

Bug fix: Restore :class:.StandardErrorHandler functionality

The :class:.StandardErrorHandler class is responsible for dynamically resolving (looking up the value of) sys.stderr for each logged message instead of once when :func:coloredlogs.install() is called.

This was unintentionally broken by changes in release 14.1_.

.. _Release 15.0.1: xolox/python-coloredlogs@15.0...15.0.1

Release 15.0_ (2020-12-10)

Don't enable system logging on MacOS and Windows anymore.

This is backwards incompatible (which is why I'm bumping the major version number) however the old behavior has been reported to be rather problematic (see :func:~coloredlogs.syslog.is_syslog_supported() for details) so this seems like the best choice.

.. _Release 15.0: xolox/python-coloredlogs@14.2...15.0

Release 14.3_ (2020-12-10)

Merged pull request [#89](https://github.com/xolox/python-coloredlogs/issues/89)_ which enhances :func:coloredlogs.install() to preserve the filters on handlers that are replaced by :pypi:coloredlogs.

.. _Release 14.3: xolox/python-coloredlogs@14.2...14.3 .. _#89: xolox/python-coloredlogs#89

Release 14.2_ (2020-12-10)

Honor the $NO_COLOR environment variable as suggested in issue [#88](https://github.com/xolox/python-coloredlogs/issues/88)_.

.. _Release 14.2: xolox/python-coloredlogs@14.1...14.2 .. _#88: xolox/python-coloredlogs#88

Release 14.1_ (2020-12-10)

Bug fixes:

  • Don't allow interactive terminal detection to disable colored text when colored text is being forced by the caller (reported in issue [#84](https://github.com/xolox/python-coloredlogs/issues/84)_).

... (truncated)

Commits
  • 65bdfe9 Release 15.0.1: Restore StandardErrorHandler functionality
  • 8a2f2d1 Bug fix: Restore StandardErrorHandler functionality
  • 1851069 Version bump! (lost during rebase 馃槖)
  • 94848a0 Release 15.0: Disable system logging on MacOS and Windows (new "sane default")
  • f1f99b8 Release 14.3: Preserve handler filters (#89)
  • 6dd730d Merge pull request #89 (preserve handler filters)
  • 857f2b2 Release 14.2: Honor the $NO_COLOR environment variable (fixes #88)
  • 5924f77 Release 14.1: Bug fixes for force enable / auto detect disable (#84 and #100)
  • 066eb01 Start testing on PyPy 3 (because why not?)
  • 879105c Minor follow-up to previous commit
  • 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)

Bumps [coloredlogs](https://github.com/xolox/python-coloredlogs) from 14.0 to 15.0.1.
- [Release notes](https://github.com/xolox/python-coloredlogs/releases)
- [Changelog](https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst)
- [Commits](xolox/python-coloredlogs@14.0...15.0.1)

---
updated-dependencies:
- dependency-name: coloredlogs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants