Changelog for
python311-termcolor-2.1.1-ill154.35.7.noarch.rpm :
* Mon Jan 02 2023 Dirk Müller
- update to 2.1.1:
* Add __main__ to re-enable demo via python -m termcolor
* Sat Dec 03 2022 Yogalakshmi Arunachalam - Update to 2.1.0
* Support FORCE_COLOR and detect tty (#25) AATThugovk
* Deprecate __ALL__, use __all__ instead (#23) AATThugovk
* Mon Oct 03 2022 Dirk Müller - update to 2.0.1:
* Add support for Python 3.11 and PyPy
* Add support for Python 3.10
* Support NO_COLOR
* Add type annotations to the project and run mypy on CI
* Add tests
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Wed Jul 05 2017 aloisioAATTgmx.com- Converted to single-spec
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Tue Jan 15 2013 p.drouandAATTgmail.com- Initial python3 support
* Mon Nov 19 2012 saschpeAATTsuse.de- Macro cleanup
* Fri Sep 23 2011 saschpeAATTsuse.de- Update to version 1.1.0:
* Added cprint function.