Skip to content

Commit

Permalink
Merge #220
Browse files Browse the repository at this point in the history
220: Update coloredlogs to 15.0 r=duckinator a=pyup-bot


This PR updates [coloredlogs](https://pypi.org/project/coloredlogs) from **14.0** to **15.0**.



<details>
  <summary>Changelog</summary>
  
  
   ### 15.0
   ```
   ----------------------------

Don&#39;t enable system logging on MacOS and Windows anymore.

This is backwards incompatible (which is why I&#39;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
   ```
   
  
  
   ### 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: xolox/python-coloredlogs@14.2...14.3
.. _89: xolox/python-coloredlogs#89
   ```
   
  
  
   ### 14.2
   ```
   ----------------------------

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

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

**Bug fixes:**

- Don&#39;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: xolox/python-coloredlogs@14.0...14.1
.. _84: xolox/python-coloredlogs#84
.. _100: xolox/python-coloredlogs#100
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/coloredlogs
  - Changelog: https://pyup.io/changelogs/coloredlogs/
  - Docs: https://coloredlogs.readthedocs.io
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
Co-authored-by: Ellen Marie Dash <me@duckie.co>
  • Loading branch information
3 people committed Dec 10, 2020
2 parents df99983 + f27b3ff commit a4fd77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -32,7 +32,7 @@ install_requires =
pep517==0.8.2
twine==3.2.0
click==7.1.2
coloredlogs==14.0
coloredlogs==15.0
importlib_metadata==3.1.1

tests_require =
Expand Down

0 comments on commit a4fd77b

Please sign in to comment.