Path to this page:
Subject: CVS commit: pkgsrc/comms/py-colorama
From: Adam Ciarcinski
Date: 2018-10-26 10:16:00
Message id: 20181026081600.98CBEFBEE@cvs.NetBSD.org
Log Message:
py-colorama: updated to 0.4.0
0.4.0:
Fix2: reset LIGHT_EX colors with RESET_ALL.
Fix: ignore invalid "erase" ANSI codes.
Fix stream wrapping under PyCharm.
Added contextlib magic methods to ansitowin32.StreamWrapper.
Fix: don't cache stdio handles, since they might be closed/changed by fd \
redirection. This fixes an issue with pytest.
Drop support for EOL Python 2.5, 2.6, 3.1, 3.2 and 3.3, and add 3.6.
Files: