diff options
author | wiz <wiz> | 2017-04-04 14:12:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-04-04 14:12:13 +0000 |
commit | 0eafb53708294055fb1749d73ebe1fa37a9e7b94 (patch) | |
tree | 20a9e4108aa718b4f81b2bcfcc256125f04012f1 /comms/py-colorama | |
parent | 72c1f2cd82eb8637639255b2f77dd4650f3fb85b (diff) | |
download | pkgsrc-0eafb53708294055fb1749d73ebe1fa37a9e7b94.tar.gz |
Updated py-colorama to 0.3.7.
0.3.7
* Fix issue #84: check if stream has 'closed' attribute before testing it
* Fix issue #74: objects might become None at exit
0.3.6
* Fix issue #81: fix ValueError when a closed stream was used
0.3.5
* Bumping version to re-upload a wheel distribution
0.3.4
* Fix issue #47 and #80 - stream redirection now strips ANSI codes on Linux
* Fix issue #53 - strip readline markers
* Fix issue #32 - assign orig_stdout and orig_stderr when initialising
* Fix issue #57 - Fore.RESET did not reset style of LIGHT_EX colors.
Fixed by Andy Neff
* Fix issue #51 - add context manager syntax. Thanks to Matt Olsen.
* Fix issue #48 - colorama didn't work on Windows when environment
variable 'TERM' was set.
* Fix issue #54 - fix pylint errors in client code.
* Changes to readme and other improvements by Marc Abramowitz and Zearin
0.3.3
* Fix Google Code issue #13 - support changing the console title with OSC
escape sequence
* Fix Google Code issue #16 - Add support for Windows xterm emulators
* Fix Google Code issue #30 - implement \033[nK (clear line)
* Fix Google Code issue #49 - no need to adjust for scroll when new position
is already relative (CSI n A\B\C\D)
* Fix Google Code issue #55 - erase_data fails on Python 3.x
* Fix Google Code issue #46 - win32.COORD definition missing
* Implement \033[0J and \033[1J (clear screen options)
* Fix default ANSI parameters
* Fix position after \033[2J (clear screen)
* Add command shortcuts: colorama.Cursor, colorama.ansi.set_title,
colorama.ansi.clear_line, colorama.ansi.clear_screen
* Fix issue #22 - Importing fails for python3 on Windows
* Thanks to John Szakmeister for adding support for light colors
* Thanks to Charles Merriam for adding documentation to demos
Diffstat (limited to 'comms/py-colorama')
-rw-r--r-- | comms/py-colorama/Makefile | 4 | ||||
-rw-r--r-- | comms/py-colorama/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/comms/py-colorama/Makefile b/comms/py-colorama/Makefile index 4df1867c128..cebf8598ca6 100644 --- a/comms/py-colorama/Makefile +++ b/comms/py-colorama/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/04/04 14:12:13 wiz Exp $ -DISTNAME= colorama-0.3.2 +DISTNAME= colorama-0.3.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=c/colorama/} diff --git a/comms/py-colorama/distinfo b/comms/py-colorama/distinfo index 9729eb76451..68c5884c67c 100644 --- a/comms/py-colorama/distinfo +++ b/comms/py-colorama/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 01:34:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/04/04 14:12:13 wiz Exp $ -SHA1 (colorama-0.3.2.tar.gz) = f2da891543421eeb423c469dff13faf1e70187e5 -RMD160 (colorama-0.3.2.tar.gz) = 47d181b0a4fb8fbac3af937d2aa2270456919e35 -SHA512 (colorama-0.3.2.tar.gz) = 1fe6d72a4f56ef1adb96f70b1721223937647a2f22648bececf7ad05710d82bede767ebd00e9267db0f874ddbe3ec852b82408794b80ea803c888dcfcd9b9532 -Size (colorama-0.3.2.tar.gz) = 18343 bytes +SHA1 (colorama-0.3.7.tar.gz) = 7310d6ddf680c524ad6b16f673a77a9defb5766e +RMD160 (colorama-0.3.7.tar.gz) = 3ac8d4eed2935516718fd724188c129741ea3088 +SHA512 (colorama-0.3.7.tar.gz) = 4d6241afbcbc82c4451911587fd6a54ab1ecb43ca113f465b6966ceb44c79f074220317c249055e28b7023b90a5015819a8048ed11bcc1feb85a2d36df15f3cf +Size (colorama-0.3.7.tar.gz) = 24602 bytes |