Wed, 26 Jun 2024 16:39:52 UTC | login

Information for build python-cmd2-0.9.16-2.fc32

ID130611
Package Namepython-cmd2
Version0.9.16
Release2.fc32
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
StartedTue, 03 Dec 2019 07:50:25 UTC
CompletedTue, 03 Dec 2019 07:50:25 UTC
Tags
f32
f33
RPMs
src
python-cmd2-0.9.16-2.fc32.src.rpm (info) (download)
noarch
python3-cmd2-0.9.16-2.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9.16-2 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 24 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.16-1 - Update to 0.9.16. Fixes bug #1732777 * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-9 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Feb 25 2019 Miro Hrončok <mhroncok@redhat.com> - 0.8.8-7 - Subpackage python2-cmd2 has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jul 25 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 0.8.8-5 - More dependencies * Wed Jul 25 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 0.8.8-4 - Add missing wcwidth dependency * Wed Jul 25 2018 Haïkel Guémar <hguemar@fedoraproject.org> - 0.8.8-3 - Modernize spec file - Add missing pyperclip dependency (blocks RHBZ#1605632) * Tue Jul 24 2018 Alfredo Moralejo <amoralej@redhat.com> - 0.8.8-2 - Added setuptools as BuildRequires. * Mon Jul 23 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.8-1 - Fix FTBFS bug #1605635 - Update to 0.8.8 - Fixes bug #1568598 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.6.8-15 - Rebuilt for Python 3.7 * Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.6.8-14 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild