aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-termcolor_1.1.0.bb
AgeCommit message (Collapse)Author
2022-09-21python3-termcolor: Upgrade 1.1.0 -> 2.0.1Leon Anavi
Upgrade to release 2.0.1: - Add support for Python 3.11 and PyPy - Add support for Python 3.10 - Add type annotations to the project and run mypy on CI - Add tests - Refer to GitHub Releases for release notes for 2.0.0+ - Autodeploy to TestPyPI and to PyPI for GH releases - Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs - Replace deprecated license_file with license_files in setup.cfg - Use declarative metadata in setup.cfg - Replace 3.9-dev with 3.9 in CI to use Python 3.9 final - Drop support for EOL Python <= 3.6 - Remove hardcoded VERSION constant - Update source URL License-Update: Removed new line from the end of license file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-01python3-termcolor: Use setuptools instead of distutilsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2019-02-17python3-termcolor: add version 1.1.0Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>