Click here to visit the old openkoji buildsystem (Archived)

Information for build python-dogpile-cache-1.3.1-1.fc41

ID16264
Package Namepython-dogpile-cache
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.3.1
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-dogpile-cache.git#dc20f32a5ad4e526b903888194228f6b5eb5c443
SummaryA caching front-end based on the Dogpile lock
DescriptionDogpile consists of two subsystems, one building on top of the other. dogpile provides the concept of a "dogpile lock", a control structure which allows a single thread of execution to be selected as the "creator" of some resource, while allowing other threads of execution to refer to the previous version of this resource as the creation proceeds; if there is no previous version, then those threads block until the object is available. dogpile.cache is a caching API which provides a generic interface to caching backends of any variety, and additionally provides API hooks which integrate these cache backends with the locking mechanism of dogpile. Overall, dogpile.cache is intended as a replacement to the Beaker caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re- implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 17:55:39 CST
CompletedThu, 02 May 2024 18:05:36 CST
Taskbuild (f41, /rpms/python-dogpile-cache.git:dc20f32a5ad4e526b903888194228f6b5eb5c443)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-dogpile-cache.git#dc20f32a5ad4e526b903888194228f6b5eb5c443'}}
Tags
f41
RPMs
src
python-dogpile-cache-1.3.1-1.fc41.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.3.1-1.fc41.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
installed_pkgs.log
build.log
root.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Feb 13 2024 Jonathan Wright <jonathan@almalinux.org> - 1.3.1-1 - update to 1.3.1 rhbz#2263281 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Jonathan Wright <jonathan@almalinux.org> - 1.3.0-1 - Update to 1.3.0 rhbz#2255410 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 14 2023 Jonathan Wright <jonathan@almalinux.org> - 1.2.2-2 - Add missing BR * Fri Jul 14 2023 Jonathan Wright <jonathan@almalinux.org> - 1.2.2-1 - Update to 1.2.2 rhbz#2208776 * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.2.0-3 - Rebuilt for Python 3.12 * Thu Apr 27 2023 Jonathan Wright <jonathan@almalinux.org> - 1.2.0-2 - remove unnecessary BR on python3-mock * Thu Apr 27 2023 Jonathan Wright <jonathan@almalinux.org> - 1.2.0-1 - Update to 1.2.0 rhbz#2189978 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Sep 18 2022 Kevin Fenzi <kevin@scrye.com> - 1.1.8-1 - Update to 1.1.8. Fixes rhbz#2095790 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 1.1.5-2 - Rebuilt for Python 3.11