Wed, 01 May 2024 01:50:49 UTC | login

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

ID37890
Package Namepython-dogpile-cache
Version1.1.5
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-dogpile-cache.git#1891e8f4164825845facf37a5b77ccaa370948f0
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
StartedTue, 01 Mar 2022 13:57:21 UTC
CompletedTue, 01 Mar 2022 13:58:55 UTC
Taskbuild (cloud9s-openstack-yoga-el9s, /rpms/python-dogpile-cache.git:1891e8f4164825845facf37a5b77ccaa370948f0)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-dogpile-cache.git#1891e8f4164825845facf37a5b77ccaa370948f0'}}
Tags
cloud9s-openstack-wallaby-testing
cloud9s-openstack-xena-testing
cloud9s-openstack-yoga-release
cloud9s-openstack-yoga-testing
cloud9s-openstack-zed-testing
RPMs
src
python-dogpile-cache-1.1.5-1.el9s.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.1.5-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 * Mon Feb 07 2022 Joel Capitao <jcapitao@redhat.com> - 1.1.5-1 - Update to 1.1.5. Fixes rhbz#2000647 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jun 26 2021 siddharthvipul <siddharthvipul1@gmail.com> - 1.1.3-1 - Update to 1.1.3. Fixes rhbz#1962945 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.2-2 - Rebuilt for Python 3.10 * Thu Jan 28 2021 Kevin Fenzi <kevin@scrye.com> - 1.1.2-1 - Update to 1.1.2. Fixes rhbz#1920627 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 01 2021 Kevin Fenzi <kevin@scrye.com> - 1.1.1-1 - Upgrade to 1.1.1. Fixes rhbz#1897941 * Sat Oct 10 2020 Kevin Fenzi <kevin@scrye.com> - 1.0.2-1 - Update to 1.0.2. - Add patch to use older python-stevedore package in fedora for now for tests. * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro HronĨok <mhroncok@redhat.com> - 0.9.0-3 - Rebuilt for Python 3.9