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:           Thu Jul 20 17:13:13 UTC 2017

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/py-colorama/Makefile \
    pkgsrc/comms/py-colorama/distinfo
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/comms/py-colorama/Makefile:1.4
--- pkgsrc/comms/py-colorama/Makefile:1.3       Tue Apr  4 14:12:13 2017
+++ pkgsrc/comms/py-colorama/Makefile   Thu Jul 20 17:13:13 2017
@@ -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/}
Index: pkgsrc/comms/py-colorama/distinfo
diff -u pkgsrc/comms/py-colorama/distinfo:1.3 pkgsrc/comms/py-colorama/distinfo:1.4
--- pkgsrc/comms/py-colorama/distinfo:1.3       Tue Apr  4 14:12:13 2017
+++ pkgsrc/comms/py-colorama/distinfo   Thu Jul 20 17:13:13 2017
@@ -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

Index: pkgsrc/comms/py-colorama/PLIST
diff -u pkgsrc/comms/py-colorama/PLIST:1.1 pkgsrc/comms/py-colorama/PLIST:1.2
--- pkgsrc/comms/py-colorama/PLIST:1.1  Fri Dec  5 14:52:52 2014
+++ pkgsrc/comms/py-colorama/PLIST      Thu Jul 20 17:13:13 2017
@@ -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



Home | Main Index | Thread Index | Old Index