Sat, 24 Jan 2026 08:57:29 CST | login

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

ID5392
Package Namepython-simplegeneric
Version0.8.1
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-simplegeneric.git?.#75b9492fd8238fbb1b919f515e72bfbebf923f01
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 bystreamkoji
State complete
Volume DEFAULT
StartedTue, 19 Sep 2023 17:57:09 CST
CompletedTue, 19 Sep 2023 17:59:10 CST
Taskbuild (dist-ocs23-python-update, /opencloudos-stream/python-simplegeneric.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-simplegeneric.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-simplegeneric-0.8.1-4.ocs23.src.rpm (info) (download)
noarch
python3-simplegeneric-0.8.1-4.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 * 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