diff options
author | adam <adam@pkgsrc.org> | 2017-07-20 17:13:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-20 17:13:13 +0000 |
commit | 69414f16a4bb02af631baf487e3d28d474a83fdf (patch) | |
tree | 1bfd3d87ca135fe4438095b84da413b7c97a9f97 /comms/py-colorama | |
parent | 9777b44df9b6ca53f9f06d81f03af14a5e0bee80 (diff) | |
download | pkgsrc-69414f16a4bb02af631baf487e3d28d474a83fdf.tar.gz |
0.3.9
* Revert fix for issue 103 which causes problems for dependent applications
0.3.8
* Fix issue 121: "invalid escape sequence" deprecation fixes on Python 3.6+
* Fix issue 110: fix "set console title" when working with unicode strings
* Fix issue 103: enable color when using "input" function on Python 3.5+
* Fix issue 95: enable color when stderr is a tty but stdout is not
Diffstat (limited to 'comms/py-colorama')
-rw-r--r-- | comms/py-colorama/Makefile | 4 | ||||
-rw-r--r-- | comms/py-colorama/PLIST | 3 | ||||
-rw-r--r-- | comms/py-colorama/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/comms/py-colorama/Makefile b/comms/py-colorama/Makefile index cebf8598ca6..250be855ebd 100644 --- a/comms/py-colorama/Makefile +++ b/comms/py-colorama/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/04/04 14:12:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/07/20 17:13:13 adam Exp $ -DISTNAME= colorama-0.3.7 +DISTNAME= colorama-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=c/colorama/} diff --git a/comms/py-colorama/PLIST b/comms/py-colorama/PLIST index 3c0e38c2027..6a2d1d95b8c 100644 --- a/comms/py-colorama/PLIST +++ b/comms/py-colorama/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2014/12/05 14:52:52 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/07/20 17:13:13 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/colorama/__init__.py ${PYSITELIB}/colorama/__init__.pyc diff --git a/comms/py-colorama/distinfo b/comms/py-colorama/distinfo index 68c5884c67c..482bdbc49b2 100644 --- a/comms/py-colorama/distinfo +++ b/comms/py-colorama/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/04/04 14:12:13 wiz Exp $ +$NetBSD: distinfo,v 1.4 2017/07/20 17:13:13 adam Exp $ -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 +SHA1 (colorama-0.3.9.tar.gz) = 3ab1a3cf1d35332f995acc444c120b6543776b73 +RMD160 (colorama-0.3.9.tar.gz) = 6a567e1c25d460d3869a4f4971413de9714b466b +SHA512 (colorama-0.3.9.tar.gz) = 248e3d3d1f95cb85baf55ef4d705508213b81edfb04b39fe9a7bc9c7ac564986726ab6e9d9f73d64ee02e1c9b86d4c6bba40543590dbd170180a37d69e07b627 +Size (colorama-0.3.9.tar.gz) = 25053 bytes |