Accepting request 980775 from devel:languages:python

- 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/request/show/980775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2022-06-06 09:10:31 +00:00 committed by Git OBS Bridge
commit 1107411c82
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:090909ab6c8ecee40813cec759e61dd6e70c8227a1a8e96082f5f2b0d394bc77
size 680118

3
cmd2-2.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3b0467daca18fca0dc7838de7726a72ab64127a018a377a86a6ed8ebfdbb25f
size 676903

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

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