Fri, 03 Apr 2026 08:22:44 CST | login

Information for build python-cmd2-2.4.3-1.oc9

ID17904
Package Namepython-cmd2
Version2.4.3
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-cmd2.git?.#89c35fd29dc159bbc5224c841a03cd9cf1331d86
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 01:19:49 CST
CompletedMon, 08 Jan 2024 01:21:20 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-cmd2.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-cmd2.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9-epol-2504-build
dist-oc9.0-compose
dist-oc9.2-compose
RPMs
src
python-cmd2-2.4.3-1.oc9.src.rpm (info) (download)
noarch
python3-cmd2-2.4.3-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Sep 26 2023 Shuo Wang <abushwang@tencent.com> - 2.4.3-1 - update to 2.4.3 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.4.2-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.4.2-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.4.2-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.4.2-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Mar 15 2023 Shuo Wang <abushwang@tencent.com> - 2.4.2-1 - initial build