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

Pin colorlog to latest version 3.1.0 #670

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link

colorlog is not pinned to a specific version.

I'm pinning it to the latest version 3.1.0 for now.

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)

2.4.0

  • Allow use of the fg_ prefix for colors
  • Use esc(0) for the reset escape code
  • Fix bold background colors

2.3.1

  • Added support for Windows using colorama, thanks to nicoddemus 48e417be64c5a2f37c809c28f13b72121473012d
  • Added support for Wheels 02903d433475c59be4e87082cf3fc43a53b4b2d6

2.1.0

Adds module level functions that log to the root logger, and sets up a basic coloured logger when those modules are called and no handlers exist (in the same way the logging module does).

2.0.0

Stable release: python-colorlog is no longer marked as 'beta' software.

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 Sep 26, 2017

Codecov Report

Merging #670 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
- Coverage   91.22%   91.22%   -0.01%     
==========================================
  Files          95       95              
  Lines       23409    23409              
==========================================
- Hits        21356    21354       -2     
- Misses       2053     2055       +2
Impacted Files Coverage 螖
bzt/utils.py 83.76% <0%> (-0.28%) 猬囷笍

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 0e381a1...1bb6b9c. Read the comment docs.

@undera undera closed this Sep 26, 2017
@dimp-gh dimp-gh deleted the pyup-pin-colorlog-3.1.0 branch September 27, 2017 11:00
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