Wed, 01 May 2024 09:14:24 UTC | login

Information for build python-dogpile-cache-1.3.0-2.el9s

ID52573
Package Namepython-dogpile-cache
Version1.3.0
Release2.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-dogpile-cache.git#d3d1dcc32b035e5bb6b90e0507e635dc7d966633
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 byrdobuilder
State complete
Volume DEFAULT
StartedMon, 19 Feb 2024 11:20:44 UTC
CompletedMon, 19 Feb 2024 11:22:35 UTC
Taskbuild (cloud9s-openstack-caracal-el9s, /rpms/python-dogpile-cache.git:d3d1dcc32b035e5bb6b90e0507e635dc7d966633)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-dogpile-cache.git#d3d1dcc32b035e5bb6b90e0507e635dc7d966633'}}
Tags
cloud9s-openstack-caracal-testing
RPMs
src
python-dogpile-cache-1.3.0-2.el9s.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.3.0-2.el9s.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * 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 * Mon Feb 07 2022 Joel Capitao <jcapitao@redhat.com> - 1.1.5-1 - Update to 1.1.5. Fixes rhbz#2000647