14
0
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:
2023-01-28 14:34:34 +00:00
committed by Git OBS Bridge
parent 3541eecab2
commit b28278e34c
4 changed files with 15 additions and 5 deletions

View File

@@ -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>