Tue, 17 Mar 2026 04:20:54 CST | login

Information for build python-cmd2-2.4.3-2.ocs23

ID17268
Package Namepython-cmd2
Version2.4.3
Release2.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-cmd2.git?.#44cdc2307f78404d1fea36af233506bf183f42d9
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 byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 15:31:15 CST
CompletedSat, 17 Aug 2024 15:35:29 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-cmd2.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-cmd2.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
python-cmd2-2.4.3-2.ocs23.src.rpm (info) (download)
noarch
python3-cmd2-2.4.3-2.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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