forked from pool/python-cmd2
- 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
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 28 14:33:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user