pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-crayons



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  6 17:31:40 UTC 2019

Modified Files:
        pkgsrc/devel/py-crayons: Makefile distinfo

Log Message:
py-crayons: updated to 0.3.0

v0.3.0
Breaking:
Rewrites clean to just remove ANSI codes, not whatever it was doing before (which seemed to be stripping all characters from the string)

Features:
Adds random function to get a random color (thanks @azillion)
Adds replace_color function to allow setting replacement for a given color (e.g. replace blue with magneta) (thanks @frostming)
Adds reset_replace_color to reset any replacement colors set


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-crayons/Makefile \
    pkgsrc/devel/py-crayons/distinfo

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

Modified files:

Index: pkgsrc/devel/py-crayons/Makefile
diff -u pkgsrc/devel/py-crayons/Makefile:1.2 pkgsrc/devel/py-crayons/Makefile:1.3
--- pkgsrc/devel/py-crayons/Makefile:1.2        Wed May 15 10:56:23 2019
+++ pkgsrc/devel/py-crayons/Makefile    Wed Nov  6 17:31:40 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/05/15 10:56:23 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/06 17:31:40 adam Exp $
 
-DISTNAME=      crayons-0.2.0
+DISTNAME=      crayons-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crayons/}
Index: pkgsrc/devel/py-crayons/distinfo
diff -u pkgsrc/devel/py-crayons/distinfo:1.2 pkgsrc/devel/py-crayons/distinfo:1.3
--- pkgsrc/devel/py-crayons/distinfo:1.2        Wed May 15 10:56:23 2019
+++ pkgsrc/devel/py-crayons/distinfo    Wed Nov  6 17:31:40 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/05/15 10:56:23 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/11/06 17:31:40 adam Exp $
 
-SHA1 (crayons-0.2.0.tar.gz) = c88c517968a66181b522a96daf70dd105c32448b
-RMD160 (crayons-0.2.0.tar.gz) = a92ed7a5d5963812106fd5bf60b5a2e6d98d9bc9
-SHA512 (crayons-0.2.0.tar.gz) = 64ab8a81d0c24deaf8440af0fafb3d4b0f1f83a1b60aa5857671b7b76b2236bf793ecc783a6c32820da517b307992e9616f5678804d200824b34fb356b1f91f2
-Size (crayons-0.2.0.tar.gz) = 3526 bytes
+SHA1 (crayons-0.3.0.tar.gz) = 47f312efbc8ea32207772d4f7e6d418e19e6b863
+RMD160 (crayons-0.3.0.tar.gz) = 241cf323ee85790aec23ecbd1cbca229a4ce4811
+SHA512 (crayons-0.3.0.tar.gz) = dd3a5d17cf941899eb3f7ec154429888c6560a73217c5531069e88bbd56a8ef0eb3ee18d3ac4a332aacfcc29a5162d56c44c03da643ed9f43908802712318d41
+Size (crayons-0.3.0.tar.gz) = 3857 bytes



Home | Main Index | Thread Index | Old Index