Skip to content
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

Update coloredlogs to 15.0 #220

Merged
merged 2 commits into from
Dec 10, 2020
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates coloredlogs from 14.0 to 15.0.

Changelog

15.0

----------------------------

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: https://github.com/xolox/python-coloredlogs/compare/14.2...15.0

14.3

----------------------------

Merged pull request `89`_ which enhances :func:`coloredlogs.install()` to
preserve the filters on handlers that are replaced by :pypi:`coloredlogs`.

.. _Release 14.3: https://github.com/xolox/python-coloredlogs/compare/14.2...14.3
.. _89: https://github.com/xolox/python-coloredlogs/pull/89

14.2

----------------------------

Honor the ``$NO_COLOR`` environment variable as suggested in issue `88`_.

.. _Release 14.2: https://github.com/xolox/python-coloredlogs/compare/14.1...14.2
.. _88: https://github.com/xolox/python-coloredlogs/issues/88

14.1

----------------------------

**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`_).

- Automatically disable colored text when logging output is being redirected to
a file in such a way that it actually works 😬 (reported in issue `100`_).

**Other changes:**

- Start testing on PyPy 3 (because why not?)

.. _Release 14.1: https://github.com/xolox/python-coloredlogs/compare/14.0...14.1
.. _84: https://github.com/xolox/python-coloredlogs/issues/84
.. _100: https://github.com/xolox/python-coloredlogs/issues/100
Links

@duckinator
Copy link
Owner

bors r+

@bors bors bot merged commit a4fd77b into master Dec 10, 2020
@bors bors bot deleted the pyup-update-coloredlogs-14.0-to-15.0 branch December 10, 2020 18:36
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.

2 participants