Skip to content

Commit

Permalink
Merge #108
Browse files Browse the repository at this point in the history
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&#39;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
bors[bot] and pyup-bot authored Feb 15, 2020
2 parents c9b9fda + fa7f89e commit e46bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
pep517==0.8.1
twine==3.1.1
click==7.0
coloredlogs==10.0
coloredlogs==11.0

tests_require =
bork[testing]
Expand Down

0 comments on commit e46bb28

Please sign in to comment.