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 Apr 28 11:10:09 UTC 2025

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

Log Message:
py-termcolor: updated to 3.0.1

3.0.1

Fixed

Fix licence filename in metadata

3.0.0

Added

Add support for Python 3.14

Changed

Only apply FORCE_COLOR, NO_COLOR and ANSI_COLORS_DISABLED when present and not an empty string
Replace deprecated classifier with licence expression (PEP 639)
Speedup: move typing imports into type-checking block
Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s

Removed

Replace literal types with strings
Remove deprecated __ALL__, use __all__ instead


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-termcolor/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-termcolor/PLIST \
    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.9 pkgsrc/devel/py-termcolor/Makefile:1.10
--- pkgsrc/devel/py-termcolor/Makefile:1.9      Wed Oct  9 20:10:03 2024
+++ pkgsrc/devel/py-termcolor/Makefile  Mon Apr 28 11:10:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/10/09 20:10:03 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/28 11:10:09 adam Exp $
 
-DISTNAME=      termcolor-2.5.0
+DISTNAME=      termcolor-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/termcolor/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/termcolor/t
 COMMENT=       ANSI color output for terminals
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27:../../devel/py-hatchling
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-termcolor/PLIST
diff -u pkgsrc/devel/py-termcolor/PLIST:1.6 pkgsrc/devel/py-termcolor/PLIST:1.7
--- pkgsrc/devel/py-termcolor/PLIST:1.6 Sat Dec  2 09:50:25 2023
+++ pkgsrc/devel/py-termcolor/PLIST     Mon Apr 28 11:10:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/12/02 09:50:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/28 11:10:09 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -9,9 +9,6 @@ ${PYSITELIB}/termcolor/__init__.pyo
 ${PYSITELIB}/termcolor/__main__.py
 ${PYSITELIB}/termcolor/__main__.pyc
 ${PYSITELIB}/termcolor/__main__.pyo
-${PYSITELIB}/termcolor/_types.py
-${PYSITELIB}/termcolor/_types.pyc
-${PYSITELIB}/termcolor/_types.pyo
 ${PYSITELIB}/termcolor/py.typed
 ${PYSITELIB}/termcolor/termcolor.py
 ${PYSITELIB}/termcolor/termcolor.pyc
Index: pkgsrc/devel/py-termcolor/distinfo
diff -u pkgsrc/devel/py-termcolor/distinfo:1.6 pkgsrc/devel/py-termcolor/distinfo:1.7
--- pkgsrc/devel/py-termcolor/distinfo:1.6      Wed Oct  9 20:10:03 2024
+++ pkgsrc/devel/py-termcolor/distinfo  Mon Apr 28 11:10:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/10/09 20:10:03 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/04/28 11:10:09 adam Exp $
 
-BLAKE2s (termcolor-2.5.0.tar.gz) = 7957c23f2a22f54fe89653ea78bf27e0a16169140538fc64f178be6f2b6541fc
-SHA512 (termcolor-2.5.0.tar.gz) = 2ef98f82387cc251f6762df7eb103407c52d3dc55d76c71dbf618c38a5c01e12803e8d6fa38f1ec8042ab373b79723e12ef642c18d4b126790a4a3a393ea0917
-Size (termcolor-2.5.0.tar.gz) = 13057 bytes
+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



Home | Main Index | Thread Index | Old Index