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

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cmd2
Version: 2.4.0
Version: 2.4.1
Release: 0
Summary: Extra features for standard library's cmd module
License: MIT