Wed, 26 Jun 2024 16:44:45 UTC | login

Information for build python-cmd2-0.8.8-5.fc29

ID69988
Package Namepython-cmd2
Version0.8.8
Release5.fc29
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
StartedSun, 12 Aug 2018 19:50:21 UTC
CompletedSun, 12 Aug 2018 19:50:21 UTC
Tags
f29
f30
f31
RPMs
src
python-cmd2-0.8.8-5.fc29.src.rpm (info) (download)
noarch
python2-cmd2-0.8.8-5.fc29.noarch.rpm (info) (download)
python3-cmd2-0.8.8-5.fc29.noarch.rpm (info) (download)
Changelog * 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 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.8-12 - Python 2 binary package renamed to python2-cmd2 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.6.8-9 - Rebuild for Python 3.6 * Mon Oct 31 2016 Mike Burns <mburns@redhat.com> - 0.6.8-8 - add Requires: which (bz#1390360)