Fri, 19 Apr 2024 23:03:15 UTC | login

Information for build python-cmd2-2.4.2-1.el9s

ID41273
Package Namepython-cmd2
Version2.4.2
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-cmd2.git#50df8ff29039b00a539452080ba83ab974f3d6b5
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 byrdobuilder
State complete
Volume DEFAULT
StartedWed, 21 Sep 2022 09:07:26 UTC
CompletedWed, 21 Sep 2022 09:08:33 UTC
Taskbuild (cloud9s-openstack-zed-el9s, /rpms/python-cmd2.git:50df8ff29039b00a539452080ba83ab974f3d6b5)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-cmd2.git#50df8ff29039b00a539452080ba83ab974f3d6b5'}}
Tags
cloud9s-openstack-antelope-release
cloud9s-openstack-antelope-testing
cloud9s-openstack-bobcat-release
cloud9s-openstack-bobcat-testing
cloud9s-openstack-caracal-testing
cloud9s-openstack-dalmatian-testing
cloud9s-openstack-zed-release
cloud9s-openstack-zed-testing
RPMs
src
python-cmd2-2.4.2-1.el9s.src.rpm (info) (download)
noarch
python3-cmd2-2.4.2-1.el9s.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * 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 * Thu Mar 03 2022 Fabian Affolter <mail@fabian-affolter.ch> - 2.4.0-1 - Update to latest upstream release 2.4.0 (closes rhbz#2057232) * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 08 2022 Kevin Fenzi <kevin@scrye.com> - 2.3.3-1 - Update to 2.3.2. Fixes rhbz#2027510 * Sun Nov 28 2021 Kevin Fenzi <kevin@scrye.com> - 2.3.2-1 - Update to 2.3.2. Fixes rhbz#2022524 * Sat Sep 25 2021 Kevin Fenzi <kevin@scrye.com> - 2.2.0-1 - Update to 2.2.0. Fixes rhbz#2004224 * Sun Aug 08 2021 Kevin Fenzi <kevin@scrye.com> - 2.1.2-1 - Update to 2.1.2. Fixes rhbz#1971701 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jun 19 2021 Kevin Fenzi <kevin@scrye.com> - 2.1.1-1 - Update to 2.1.1. Fixed rhbz#1971701 * Mon Jun 07 2021 Python Maint <python-maint@redhat.com> - 2.0.1-2 - Rebuilt for Python 3.10 * Mon Jun 07 2021 Ken Dreyer <kdreyer@redhat.com> - 2.0.1-1 - Update to latest upstream release - Remove explicit Requires * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.4.0-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Dec 11 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.4.0-1 - Update to latest upstream release 1.4.0 * Thu Nov 19 2020 Joel Capitao <jcapitao@redhat.com> - 1.3.11-1 - Update to 1.3.11. * Sun Sep 27 2020 Kevin Fenzi <kevin@scrye.com> - 1.3.10-1 - Update to 1.3.10. Fixes bug #1878431