Wed, 04 Sep 2024 14:30:25 UTC | login

Information for build python-cmd2-2.4.2-7.fc41

ID309362
Package Namepython-cmd2
Version2.4.2
Release7.fc41
Epoch
SummaryExtra features for standard library's cmd module
DescriptionEnhancements for standard library's cmd module. Drop-in replacement adds several features for command-prompt tools: * Searchable command history (commands: "hi", "li", "run") * Load commands from file, save to file, edit commands in file * Multi-line commands * Case-insensitive commands * Special-character shortcut commands (beyond cmd's "@" and "!") * Settable environment parameters * Parsing commands with flags * > (filename), >> (filename) redirect output to file * < (filename) gets input from file * bare >, >>, < redirect to/from paste buffer * accepts abbreviated commands when unambiguous * `py` enters interactive Python console * test apps against sample session transcript (see example/example.py) Usable without modification anywhere cmd is used; simply import cmd2.Cmd in place of cmd.Cmd. See docs at http://packages.python.org/cmd2/
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 10 Jul 2024 10:49:16 UTC
CompletedWed, 10 Jul 2024 10:49:16 UTC
Tags
f41
RPMs
src
python-cmd2-2.4.2-7.fc41.src.rpm (info) (download)
noarch
python3-cmd2-2.4.2-7.fc41.noarch.rpm (info) (download)
Changelog * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.4.2-7 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.4.2-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Sep 18 2022 Kevin Fenzi <kevin@scrye.com> - 2.4.2-1 - Update 2.4.2. Fixes rhbz#2075345 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.4.0-2 - Rebuilt for Python 3.11