15
0

- update to 2.4.0:

* document terminal colour detection overrides (#60) @hugovk
  * Add support for Python 3.13 (#55) @hugovk
  * Improve isatty check (#56) @XiaoliChan
  * Improve typing (#44) @marcin-serwin
  * Drop support for EOL Python 3.7 (#47) @hugovk

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-termcolor?expand=0&rev=29
This commit is contained in:
2023-12-27 16:11:45 +00:00
committed by Git OBS Bridge
parent 57c661d1e5
commit 62a8a4ddab
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 27 16:10:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4.0:
* document terminal colour detection overrides (#60) @hugovk
* Add support for Python 3.13 (#55) @hugovk
* Improve isatty check (#56) @XiaoliChan
* Improve typing (#44) @marcin-serwin
* Drop support for EOL Python 3.7 (#47) @hugovk
-------------------------------------------------------------------
Mon Nov 27 16:16:22 UTC 2023 - Dirk Müller <dmueller@suse.com>