Fri, 03 May 2024 09:28:06 UTC | login

Information for build python-zope-hookable-5.1.0-4.fc38

ID230356
Package Namepython-zope-hookable
Version5.1.0
Release4.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-zope-hookable.git#4b13f6c93064fae12a074ef21a655c810bb31f7e
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 23 Feb 2023 08:27:44 UTC
CompletedThu, 23 Feb 2023 10:45:17 UTC
Taskbuild (f38, /rpms/python-zope-hookable.git:4b13f6c93064fae12a074ef21a655c810bb31f7e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-zope-hookable.git#4b13f6c93064fae12a074ef21a655c810bb31f7e'}}
Tags
f38
f39
f40
RPMs
src
python-zope-hookable-5.1.0-4.fc38.src.rpm (info) (download)
riscv64
python3-zope-hookable-5.1.0-4.fc38.riscv64.rpm (info) (download)
python-zope-hookable-debugsource-5.1.0-4.fc38.riscv64.rpm (info) (download)
python3-zope-hookable-debuginfo-5.1.0-4.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 10 2022 Jonathan Wright <jonathan@almalinux.org> - 5.1.0-3 - Minor spec improvements * Wed Aug 10 2022 Jonathan Wright <jonathan@almalinux.org> - 5.1.0-2 - Update spec to build on epel8 * Tue Aug 09 2022 Jonathan Wright <jonathan@almalinux.org> - 5.1.0-1 - Initial package build - Fixes rhbz#2090769