factory
- update to 4.0.0:
* Previously, `cmd2` relied on the GNU Readline library for
command history. As of version 4.0.0,
* `cmd2` has migrated to prompt-toolkit for
* all input and history handling.
* [cmd2.Cmd][] uses `prompt-toolkit` to provide familiar
command-line history capabilities while also
* `prompt-toolkit` saves everything you type, whether it is a
valid command or not. `cmd2` only saves input to internal
history if the command parses successfully and is a valid
command. This design choice was intentional, because the
contents of history can be saved to a file as a script, or
can be re-run. Not saving invalid input reduces unintentional
errors when doing so.
- drop failing_tests.patch (upstream)
OBS-URL: https://build.opensuse.org/request/show/1359331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cmd2?expand=0&rev=58
Description
No description provided
Languages
Diff
100%