Wed, 01 May 2024 07:29:02 UTC | login

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

ID52655
Package Namepython-dogpile-cache
Version1.3.1
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-dogpile-cache.git#df63edf97afae4d9dac64896011ca865cad8452c
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, 26 Feb 2024 08:58:19 UTC
CompletedMon, 26 Feb 2024 09:00:10 UTC
Taskbuild (cloud9s-openstack-caracal-el9s, /rpms/python-dogpile-cache.git:df63edf97afae4d9dac64896011ca865cad8452c)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-dogpile-cache.git#df63edf97afae4d9dac64896011ca865cad8452c'}}
Tags
cloud9s-openstack-caracal-release
cloud9s-openstack-caracal-testing
cloud9s-openstack-dalmatian-testing
RPMs
src
python-dogpile-cache-1.3.1-1.el9s.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.3.1-1.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 * 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