14
0
forked from pool/python-cmd2

- update to 2.4.1:

* Fixed value for `ansi.Bg.YELLOW`.
  * Fixed unit tests for `ansi.allow_style`.
  * `async_alert()` raises a `RuntimeError` if called from the main thread.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=92
This commit is contained in:
2022-06-04 15:08:44 +00:00
committed by Git OBS Bridge
parent 9fd5e7ff18
commit b331e65472
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jun 4 15:00:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.4.1:
* Fixed value for `ansi.Bg.YELLOW`.
* Fixed unit tests for `ansi.allow_style`.
* `async_alert()` raises a `RuntimeError` if called from the main thread.
-------------------------------------------------------------------
Tue Mar 8 07:40:29 UTC 2022 - pgajdos@suse.com