Sat, 24 Jan 2026 19:38:27 CST | login

Information for build python-simplegeneric-0.8.1-5.ocs23

ID17480
Package Namepython-simplegeneric
Version0.8.1
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-simplegeneric.git?.#eee2f23d0ee5204f86f1499c5702d5a18d7a4f89
SummarySimple generic functions (similar to Python's own len(), pickle.dump(), etc.)
DescriptionThe simplegeneric module lets you define simple single-dispatch generic functions, akin to Python's built-in generic functions like len(), iter() and so on. However, instead of using specially-named methods, these generic functions use simple lookup tables, akin to those used by e.g. pickle.dump() and other generic functions found in the Python standard library.
Built byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 16:53:53 CST
CompletedSat, 17 Aug 2024 16:57:29 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-simplegeneric.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-simplegeneric.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-simplegeneric-0.8.1-5.ocs23.src.rpm (info) (download)
noarch
python3-simplegeneric-0.8.1-5.ocs23.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8.1-5 - Rebuilt for loongarch release * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8.1-4 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8.1-3 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.8.1-2 - Rebuilt for OpenCloudOS Stream 23.05 * Thu Apr 13 2023 Shuo Wang <abushwang@tencent.com> - 0.8.1-1 - initial build