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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update colorlog to 3.1.0 #2888

Merged
merged 1 commit into from
Dec 12, 2017
Merged

Conversation

pyup-bot
Copy link
Contributor

There's a new version of colorlog available.
You are currently using 2.6.0. I have updated it to 3.1.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

3.1.0

This removed the use of parse_colors directly in format strings, as it relied on an implementation specific detail of Python 2 and was broken on Python 3 (i.e. setting __missing__ on an object's __dict__). It also adds some usage examples.

2.7.0

Adds a level based formatter - thanks mdraw! (borntyping/python-colorlog#32)

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@codecov
Copy link

codecov bot commented Dec 10, 2017

Codecov Report

Merging #2888 into develop will decrease coverage by 20.64%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #2888       +/-   ##
============================================
- Coverage    76.06%   55.41%   -20.65%     
============================================
  Files          186       10      -176     
  Lines         7277      545     -6732     
  Branches       915      146      -769     
============================================
- Hits          5535      302     -5233     
+ Misses        1563      243     -1320     
+ Partials       179        0      -179
Impacted Files Coverage 螖
kolibri/content/utils/channels.py
...libri/content/management/commands/importchannel.py
...e/discovery/management/commands/enumeratedrives.py
kolibri/content/utils/annotation.py
kolibri/core/views.py
kolibri/plugins/user/hooks.py
kolibri/__main__.py
kolibri/core/device/serializers.py
kolibri/core/mixins.py
kolibri/plugins/style_guide/kolibri_plugin.py
... and 167 more

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update d1c9748...507d794. Read the comment docs.

@benjaoming benjaoming force-pushed the pyup-update-colorlog-2.6.0-to-3.1.0 branch from 6f8116a to cad40da Compare December 12, 2017 12:37
@benjaoming benjaoming force-pushed the pyup-update-colorlog-2.6.0-to-3.1.0 branch from cad40da to 507d794 Compare December 12, 2017 15:50
@benjaoming
Copy link
Contributor

The LevelFormatter is potentially interesting, doesn't seem like a risky change. They also added Python 3.5 support..

octocat/linguist@v2.2.0...octocat:v2.3.3

@benjaoming benjaoming merged commit 2ce4051 into develop Dec 12, 2017
@benjaoming benjaoming deleted the pyup-update-colorlog-2.6.0-to-3.1.0 branch December 13, 2017 21:58
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.

None yet

2 participants