Tue, 07 Jan 2025 10:30:07 CST | login

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

ID22092
Package Namepython-cmd2
Version2.4.3
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-cmd2.git?.#811a65d434fd76d4e018649689192e9e90060860
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, 28 Sep 2024 21:20:40 CST
CompletedSat, 28 Sep 2024 21:27:33 CST
Taskbuild (dist-ocs23-base, /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-base
RPMs
src
python-cmd2-2.4.3-3.ocs23.src.rpm (info) (download)
noarch
python3-cmd2-2.4.3-3.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.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