Sun, 29 Jun 2025 00:41:24 CST | login

Information for build python-zope-hookable-5.1.0-1.oc9

ID25841
Package Namepython-zope-hookable
Version5.1.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-zope-hookable.git?.#01c14eefbaa2c644fbd4996edb66f8b34f98574e
SummaryEfficient creation of hookable objects
DescriptionThis package supports the efficient creation of “hookable” objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make it hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change. Documentation is hosted at https://zopehookable.readthedocs.io
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 22:44:19 CST
CompletedThu, 25 Jul 2024 22:46:22 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-zope-hookable.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-zope-hookable.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-zope-hookable-5.1.0-1.oc9.src.rpm (info) (download)
aarch64
python3-zope-hookable-5.1.0-1.oc9.aarch64.rpm (info) (download)
python-zope-hookable-debugsource-5.1.0-1.oc9.aarch64.rpm (info) (download)
python3-zope-hookable-debuginfo-5.1.0-1.oc9.aarch64.rpm (info) (download)
x86_64
python3-zope-hookable-5.1.0-1.oc9.x86_64.rpm (info) (download)
python-zope-hookable-debugsource-5.1.0-1.oc9.x86_64.rpm (info) (download)
python3-zope-hookable-debuginfo-5.1.0-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 5.1.0-1 - initial build