head	1.7;
access;
symbols
	pkgsrc-2026Q1:1.7.0.8
	pkgsrc-2026Q1-base:1.7
	pkgsrc-2025Q4:1.7.0.6
	pkgsrc-2025Q4-base:1.7
	pkgsrc-2025Q3:1.7.0.4
	pkgsrc-2025Q3-base:1.7
	pkgsrc-2025Q2:1.7.0.2
	pkgsrc-2025Q2-base:1.7
	pkgsrc-2025Q1:1.6.0.12
	pkgsrc-2025Q1-base:1.6
	pkgsrc-2024Q4:1.6.0.10
	pkgsrc-2024Q4-base:1.6
	pkgsrc-2024Q3:1.6.0.8
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.6
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.4
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.6.0.2
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.4.0.4
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.2
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.3.0.10
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.8
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.6
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.4
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.1.0.34
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.32
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.30
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.28
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.26
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.24
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.22
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.18
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.20
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.16
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.14
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.12
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.10
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.8
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.6
	pkgsrc-2018Q2-base:1.1
	pkgsrc-2018Q1:1.1.0.4
	pkgsrc-2018Q1-base:1.1
	pkgsrc-2017Q4:1.1.0.2
	pkgsrc-2017Q4-base:1.1;
locks; strict;
comment	@# @;


1.7
date	2025.04.28.11.10.09;	author adam;	state Exp;
branches;
next	1.6;
commitid	euS8aWP7ymBddOSF;

1.6
date	2023.12.02.09.50.25;	author adam;	state Exp;
branches;
next	1.5;
commitid	UAEpY8SmydAhgSOE;

1.5
date	2023.10.28.19.57.06;	author wiz;	state Exp;
branches;
next	1.4;
commitid	jP8MYROLWZ3yJqKE;

1.4
date	2023.04.25.14.02.40;	author wiz;	state Exp;
branches;
next	1.3;
commitid	fIYX1Gbo21gkLumE;

1.3
date	2022.01.22.15.23.32;	author wiz;	state Exp;
branches;
next	1.2;
commitid	Gy0Cnkce0PiOVDpD;

1.2
date	2022.01.07.11.25.59;	author adam;	state Exp;
branches;
next	1.1;
commitid	QiCx6fyD3cpe6HnD;

1.1
date	2017.09.29.14.07.49;	author joerg;	state Exp;
branches;
next	;
commitid	pA8quxbcO2ZAa69A;


desc
@@


1.7
log
@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
@
text
@@@comment $NetBSD: PLIST,v 1.6 2023/12/02 09:50:25 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.txt
${PYSITELIB}/termcolor/__init__.py
${PYSITELIB}/termcolor/__init__.pyc
${PYSITELIB}/termcolor/__init__.pyo
${PYSITELIB}/termcolor/__main__.py
${PYSITELIB}/termcolor/__main__.pyc
${PYSITELIB}/termcolor/__main__.pyo
${PYSITELIB}/termcolor/py.typed
${PYSITELIB}/termcolor/termcolor.py
${PYSITELIB}/termcolor/termcolor.pyc
${PYSITELIB}/termcolor/termcolor.pyo
@


1.6
log
@py-termcolor: updated to 2.4.0

Release 2.4.0

Added

Document terminal colour detection overrides
Add support for Python 3.13

Changed

Improve isatty check
Improve typing
Drop support for EOL Python 3.7
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:06 wiz Exp $
a11 3
${PYSITELIB}/termcolor/_types.py
${PYSITELIB}/termcolor/_types.pyc
${PYSITELIB}/termcolor/_types.pyo
@


1.5
log
@python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
@
text
@d1 1
a1 1
@@comment $NetBSD$
d12 3
@


1.4
log
@py-termcolor: update to 2.3.0.

Release 2.3.0

Added

    Add no_color and force_color parameters to override env vars (#38) @@hugovk
    Add support for Python 3.12 (#37) @@hugovk

Changed

    Publish to PyPI with a Trusted Publisher (#45) @@hugovk

Release 2.2.0

Added

    Add light shades, dark grey and black (#32) @@hugovk

Release 2.1.1

Fixed

    Add __main__ to re-enable demo via python -m termcolor (#27) @@hugovk

Release 2.1.0

Added

    Support FORCE_COLOR and detect tty (#25) @@hugovk

Deprecated

    Deprecate __ALL__, use __all__ instead (#23) @@hugovk

Release 2.0.1

Fixed

    Update source URL (#21) @@felixonmars

Release 2.0.0

Added

    Add support for Python 3.11 and PyPy (#9) @@hugovk
    Add support for Python 3.10 (#5) @@hugovk
    Support NO_COLOR (#7) @@hugovk
    Add type annotations to the project and run mypy on CI (#11) @@jdufresne
    Add tests (#1) @@hugovk

Changed

    Refer to GitHub Releases for release notes for 2.0.0+ (#20) @@hugovk
    Autodeploy to TestPyPI and to PyPI for GH releases (#19) @@hugovk
    Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (#17) @@hugovk
    Replace deprecated license_file with license_files in setup.cfg (#14) @@jdufresne
    Use declarative metadata in setup.cfg (#10) @@hugovk
    Replace 3.9-dev with 3.9 in CI to use Python 3.9 final (#3) @@CozyDoomer

Removed

    Drop support for EOL Python <= 3.6 (#9) @@hugovk
    Remove hardcoded VERSION constant (#18) @@hugovk

Fixed

    Fix docstring for colored function (#15) @@tmetzl
    Fix typo: ANSII -> ANSI (#8) @@hugovk
@
text
@a1 1
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
a3 1
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
a4 1
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
d8 1
d11 1
d15 1
@


1.3
log
@py-termcolor: fix PLIST for python 2.7
@
text
@d1 15
a15 9
@@comment $NetBSD: PLIST,v 1.2 2022/01/07 11:25:59 adam Exp $
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/termcolor.py
${PYSITELIB}/termcolor.pyc
${PYSITELIB}/termcolor.pyo
@


1.2
log
@py-termcolor: switch to egg.mk
@
text
@d1 2
a2 1
@@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:07:49 joerg Exp $
@


1.1
log
@Add py-termcolor-1.1.0:

py-termcolor is a simple library for ANSI Color formatting of output.
@
text
@d1 5
a5 2
@@comment $NetBSD$
${PYSITELIB}/${EGG_FILE}
@

