pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/py-colorama Updated py-colorama to 0.3.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b5a978579ea
branches:  trunk
changeset: 360638:2b5a978579ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 04 14:12:13 2017 +0000

description:
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:

 comms/py-colorama/Makefile |   4 ++--
 comms/py-colorama/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a19104f056d8 -r 2b5a978579ea comms/py-colorama/Makefile
--- a/comms/py-colorama/Makefile        Tue Apr 04 14:08:16 2017 +0000
+++ b/comms/py-colorama/Makefile        Tue Apr 04 14:12:13 2017 +0000
@@ -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 -r a19104f056d8 -r 2b5a978579ea comms/py-colorama/distinfo
--- a/comms/py-colorama/distinfo        Tue Apr 04 14:08:16 2017 +0000
+++ b/comms/py-colorama/distinfo        Tue Apr 04 14:12:13 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index