Files
python-cmd2/python-cmd2.changes
Markéta Machová 49de21c168 - Update to 3.2.0
* cmd2 now has a dependency on rich for rich text and pretty formatting
    in the terminal. Previously, cmd2 had a large amount of custom code
    for this purpose that predated the existence of rich.
  * Removed the legacy table_creator.py module in favor of rich tables
  * Moved most string-related functions from utils.py and ansi.py to
    string_utils.py
  * Added colors.py and styles.py to provide easy access to rich color
    names
  * cmd2 no longer has a dependency on cmd and cmd2.Cmd no longer inherits
    from cmd.Cmd
  * Fixed incompatibilities with Python 3.14.3.
  * To avoid future incompatibilities with argparse, we removed most of
    our overridden help functions.
  * Many more potentially breaking changes, see CHANGELOG.md

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=112
2026-02-18 08:08:34 +00:00

56 KiB