From b28278e34c6c7e48ec0438c2d8518b65eefa1556f8656a8be643da62800e716c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 14:34:34 +0000 Subject: [PATCH] - update to 2.4.3: * Fixed ValueError caused when passing `Cmd.columnize()` strings wider than `display_width`. * Renamed `utils.str_to_bool()` -> `utils.to_bool()`. * Enhanced `utils.to_bool()` so that it accepts and converts `bool`, `int`, and `float` in addition to `str`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=96 --- cmd2-2.4.2.tar.gz | 3 --- cmd2-2.4.3.tar.gz | 3 +++ python-cmd2.changes | 10 ++++++++++ python-cmd2.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 cmd2-2.4.2.tar.gz create mode 100644 cmd2-2.4.3.tar.gz diff --git a/cmd2-2.4.2.tar.gz b/cmd2-2.4.2.tar.gz deleted file mode 100644 index aa50593..0000000 --- a/cmd2-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:073e555c05853b0f6965f3d03329babdf9e38a5f2cea028e61a64cd7eeb74ad5 -size 677598 diff --git a/cmd2-2.4.3.tar.gz b/cmd2-2.4.3.tar.gz new file mode 100644 index 0000000..586c291 --- /dev/null +++ b/cmd2-2.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71873c11f72bd19e2b1db578214716f0d4f7c8fa250093c601265a9a717dee52 +size 678661 diff --git a/python-cmd2.changes b/python-cmd2.changes index 0559c4e..143e336 100644 --- a/python-cmd2.changes +++ b/python-cmd2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 28 14:33:56 UTC 2023 - Dirk Müller + +- update to 2.4.3: + * Fixed ValueError caused when passing `Cmd.columnize()` strings wider than + `display_width`. + * Renamed `utils.str_to_bool()` -> `utils.to_bool()`. + * Enhanced `utils.to_bool()` so that it accepts and converts `bool`, `int`, + and `float` in addition to `str`. + ------------------------------------------------------------------- Thu Aug 18 15:38:40 UTC 2022 - Ben Greiner diff --git a/python-cmd2.spec b/python-cmd2.spec index 931449a..046c2b6 100644 --- a/python-cmd2.spec +++ b/python-cmd2.spec @@ -1,7 +1,7 @@ # # spec file for package python-cmd2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cmd2 -Version: 2.4.2 +Version: 2.4.3 Release: 0 Summary: Extra features for standard library's cmd module License: MIT