Fri, 03 Apr 2026 13:42:58 CST | login

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

ID34439
Package Namepython-cmd2
Version2.4.3
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-cmd2.git?.#f0c2d06146a1d12b9ae513930d19c337e131c2f9
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 bybbrucezhang
State complete
Volume DEFAULT
StartedWed, 23 Apr 2025 06:08:54 CST
CompletedWed, 23 Apr 2025 06:11:30 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
RPMs
src
python-cmd2-2.4.3-3.oc9.src.rpm (info) (download)
noarch
python3-cmd2-2.4.3-3.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.4.3-3 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.4.3-2 - Rebuilt for loongarch release * 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