pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-termcolor



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  5 08:31:49 UTC 2025

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

Log Message:
py-termcolor: updated to 3.1.0

3.1.0

Added

Add true colour RGB option as input arguments
Cache system lookups to save invocation time
Advertise typing via classifier

Changed

Migrate coverage configuration to pyproject.toml


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-termcolor/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-termcolor/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-termcolor/Makefile
diff -u pkgsrc/devel/py-termcolor/Makefile:1.10 pkgsrc/devel/py-termcolor/Makefile:1.11
--- pkgsrc/devel/py-termcolor/Makefile:1.10     Mon Apr 28 11:10:09 2025
+++ pkgsrc/devel/py-termcolor/Makefile  Mon May  5 08:31:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/04/28 11:10:09 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/05/05 08:31:49 adam Exp $
 
-DISTNAME=      termcolor-3.0.1
+DISTNAME=      termcolor-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/termcolor/}

Index: pkgsrc/devel/py-termcolor/distinfo
diff -u pkgsrc/devel/py-termcolor/distinfo:1.7 pkgsrc/devel/py-termcolor/distinfo:1.8
--- pkgsrc/devel/py-termcolor/distinfo:1.7      Mon Apr 28 11:10:09 2025
+++ pkgsrc/devel/py-termcolor/distinfo  Mon May  5 08:31:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/04/28 11:10:09 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/05/05 08:31:49 adam Exp $
 
-BLAKE2s (termcolor-3.0.1.tar.gz) = 84aabfc5ce8abcd907cedf9fbe5b91e5be31da30013c046aa290bc6f202c3654
-SHA512 (termcolor-3.0.1.tar.gz) = a74ff0b15abcf304b2bcf870840dace182e209dddf1e0b8d40a4a8b9dc426512e5b753b6aae4e6b34327afdfaabc875be5cabc7312896f5448ba15b9161a8885
-Size (termcolor-3.0.1.tar.gz) = 12935 bytes
+BLAKE2s (termcolor-3.1.0.tar.gz) = 6d5e0b58e0011094585ba9c353fdc2f8e79ab9a7106c8782b663b88412e1bf2b
+SHA512 (termcolor-3.1.0.tar.gz) = 1311d86fee4bc1c5a11c24ce57e8787347a5e72d6de283034ebd307b63248cc1e24b4b4dec2fc242f5c18f6a9a3b8f0ae197b43ff91809b9f558804ecceabe4b
+Size (termcolor-3.1.0.tar.gz) = 14324 bytes



Home | Main Index | Thread Index | Old Index