15
0

Accepting request 1039698 from home:yarunachalam:branches:devel:languages:python

- Update to 2.1.1 
  * Add __main__ to re-enable demo via python -m termcolor (#27) @hugovk
- Update to 2.1.0
  * Support FORCE_COLOR and detect tty (#25) @hugovk
  * Deprecate __ALL__, use __all__ instead (#23) @hugovk

OBS-URL: https://build.opensuse.org/request/show/1039698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=22
This commit is contained in:
2022-12-03 07:37:59 +00:00
committed by Git OBS Bridge
parent d1bf063350
commit 0bef0eb601
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 3 01:09:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.1.1
* Add __main__ to re-enable demo via python -m termcolor (#27) @hugovk
- Update to 2.1.0
* Support FORCE_COLOR and detect tty (#25) @hugovk
* Deprecate __ALL__, use __all__ instead (#23) @hugovk
-------------------------------------------------------------------
Mon Oct 3 16:03:35 UTC 2022 - Dirk Müller <dmueller@suse.com>