Path to this page:
Subject: CVS commit: pkgsrc/devel/py-termcolor
From: Thomas Klausner
Date: 2023-04-25 16:02:40
Message id: 20230425140240.C3F1DFA85@cvs.NetBSD.org
Log Message:
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
Files: