From b331e65472eba5a3a78e456542a46326f348446cdfc4b7c27558d417148b40da Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 4 Jun 2022 15:08:44 +0000 Subject: [PATCH] - 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 --- cmd2-2.4.0.tar.gz | 3 --- cmd2-2.4.1.tar.gz | 3 +++ python-cmd2.changes | 8 ++++++++ python-cmd2.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 cmd2-2.4.0.tar.gz create mode 100644 cmd2-2.4.1.tar.gz diff --git a/cmd2-2.4.0.tar.gz b/cmd2-2.4.0.tar.gz deleted file mode 100644 index 699104f..0000000 --- a/cmd2-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:090909ab6c8ecee40813cec759e61dd6e70c8227a1a8e96082f5f2b0d394bc77 -size 680118 diff --git a/cmd2-2.4.1.tar.gz b/cmd2-2.4.1.tar.gz new file mode 100644 index 0000000..3bd8c1f --- /dev/null +++ b/cmd2-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b0467daca18fca0dc7838de7726a72ab64127a018a377a86a6ed8ebfdbb25f +size 676903 diff --git a/python-cmd2.changes b/python-cmd2.changes index c0f6b75..d1e440d 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jun 4 15:00:50 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-cmd2.spec b/python-cmd2.spec index 8476b5e..55dc13b 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -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