Mon, 26 Jan 2026 20:46:34 CST | login

Information for build python-dtopt-0.1-1.oc9

ID23448
Package Namepython-dtopt
Version0.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-dtopt.git?.#5865cd0718d0edef45a785abde3c4f3e0caa1e72
SummaryAdd options to doctest examples while they are running
Descriptiondtopts adds options to doctest examples while they are running. When using the doctest module it is often convenient to use the ELLIPSIS option, which allows you to use ... as a wildcard. But you either have to setup the test runner to use this option, or you must put #doctest: +ELLIPSIS on every example that uses this feature. dtopt lets you enable this option globally from within a doctest, by doing: >>> from dtopt import ELLIPSIS
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:26:41 CST
CompletedMon, 03 Jun 2024 20:29:19 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-dtopt.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-dtopt.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-dtopt-0.1-1.oc9.src.rpm (info) (download)
noarch
python3-dtopt-0.1-1.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 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1-1 - initial build