Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
108: Update coloredlogs to 11.0 r=duckinator a=pyup-bot This PR updates [coloredlogs](https://pypi.org/project/coloredlogs) from **10.0** to **11.0**. <details> <summary>Changelog</summary> ### 11.0 ``` ---------------------------- This is a maintenance release that drops Python 2.6 support, adds Python 3.7 support and merges quite a few minor pull requests. The major version number was bumped because of the compatibility changes. **Merged pull requests:** - `58`_: Don't import :mod:`coloredlogs` if ``$COLOREDLOGS_AUTO_INSTALL`` is set but empty. - `60`_: Fix :pypi:`flake8` messages to help stabilize Travis CI builds. - `61`_: Drop support for Python 2.6 to help stabilize Travis CI builds. - `62`_: Use SVG badge in README for consistency. - `69`_: Handle negative-offset timezones in tests. - `70`_: Use :func:`subprocess.check_call()` in the test suite to ensure that external commands succeed. - `74`_: Fix :exc:`~exceptions.TypeError` on MacOS on Python 3 in the :mod:`~coloredlogs.converter` module. **Other changes:** - Start testing on Python 3.7 (and document compatibility). - Workaround Python 3.7 regression in test suite. - Update ``Makefile`` to use Python 3 for local development. - Merge MacOS on Travis CI fixes from :pypi:`humanfriendly`. .. _Release 11.0: xolox/python-coloredlogs@10.0...11.0 .. _58: xolox/python-coloredlogs#58 .. _60: xolox/python-coloredlogs#60 .. _61: xolox/python-coloredlogs#61 .. _62: xolox/python-coloredlogs#62 .. _69: xolox/python-coloredlogs#69 .. _70: xolox/python-coloredlogs#70 .. _74: xolox/python-coloredlogs#74 ``` </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>
- Loading branch information