Fri, 03 May 2024 14:38:58 UTC | login

Information for build python-zope-hookable-5.1.0-8.fc40

ID293528
Package Namepython-zope-hookable
Version5.1.0
Release8.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-zope-hookable.git#8267ad4f427f7f30df14278445c43796b6afbced
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, 29 Feb 2024 13:14:34 UTC
CompletedThu, 29 Feb 2024 14:16:35 UTC
Taskbuild (f40, /rpms/python-zope-hookable.git:8267ad4f427f7f30df14278445c43796b6afbced)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-zope-hookable.git#8267ad4f427f7f30df14278445c43796b6afbced'}}
Tags
f40
RPMs
src
python-zope-hookable-5.1.0-8.fc40.src.rpm (info) (download)
riscv64
python3-zope-hookable-5.1.0-8.fc40.riscv64.rpm (info) (download)
python-zope-hookable-debugsource-5.1.0-8.fc40.riscv64.rpm (info) (download)
python3-zope-hookable-debuginfo-5.1.0-8.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 5.1.0-5 - Rebuilt for Python 3.12 * 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