pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-colorama



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 26 08:16:00 UTC 2018

Modified Files:
        pkgsrc/comms/py-colorama: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/py-colorama/Makefile \
    pkgsrc/comms/py-colorama/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-colorama/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-colorama/Makefile
diff -u pkgsrc/comms/py-colorama/Makefile:1.4 pkgsrc/comms/py-colorama/Makefile:1.5
--- pkgsrc/comms/py-colorama/Makefile:1.4       Thu Jul 20 17:13:13 2017
+++ pkgsrc/comms/py-colorama/Makefile   Fri Oct 26 08:16:00 2018
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2017/07/20 17:13:13 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/26 08:16:00 adam Exp $
 
-DISTNAME=      colorama-0.3.9
+DISTNAME=      colorama-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/colorama/}
+EXTRACT_SUFX=  .zip
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/colorama
+HOMEPAGE=      https://github.com/tartley/colorama
 COMMENT=       Cross-platform coloured terminal text
 LICENSE=       modified-bsd
 
Index: pkgsrc/comms/py-colorama/distinfo
diff -u pkgsrc/comms/py-colorama/distinfo:1.4 pkgsrc/comms/py-colorama/distinfo:1.5
--- pkgsrc/comms/py-colorama/distinfo:1.4       Thu Jul 20 17:13:13 2017
+++ pkgsrc/comms/py-colorama/distinfo   Fri Oct 26 08:16:00 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/07/20 17:13:13 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/10/26 08:16:00 adam Exp $
 
-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
+SHA1 (colorama-0.4.0.zip) = af3c22bd8fa8c0c7b4d73008a83bd491628b48c3
+RMD160 (colorama-0.4.0.zip) = 2b68af279933aff3a740d2fc85d9285ef04fe9f4
+SHA512 (colorama-0.4.0.zip) = 4a3e6d6424a6571c3b1825bb34e347def9ffda8dd296bcb83149b9312374c2aaeafe8b95d868425d9590485bf5e354862e9b3f48217836e6fc0dbb4db60ae444
+Size (colorama-0.4.0.zip) = 37521 bytes

Index: pkgsrc/comms/py-colorama/PLIST
diff -u pkgsrc/comms/py-colorama/PLIST:1.2 pkgsrc/comms/py-colorama/PLIST:1.3
--- pkgsrc/comms/py-colorama/PLIST:1.2  Thu Jul 20 17:13:13 2017
+++ pkgsrc/comms/py-colorama/PLIST      Fri Oct 26 08:16:00 2018
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/20 17:13:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/10/26 08:16:00 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



Home | Main Index | Thread Index | Old Index