Tue, 27 Jan 2026 02:20:49 CST | login

Information for build python-dogpile-cache-1.1.8-2.oc9

ID16955
Package Namepython-dogpile-cache
Version1.1.8
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-dogpile-cache.git?.#1308cc68ff262ff1e78e57b512d7ba47fb4c5502
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 16 Oct 2023 15:47:51 CST
CompletedMon, 16 Oct 2023 15:49:41 CST
Taskbuild (dist-oc9-epol, /src-opencloudos-rpms/python-dogpile-cache.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-dogpile-cache.git?.#origin/oc9'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
RPMs
src
python-dogpile-cache-1.1.8-2.oc9.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.1.8-2.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.8-2 - Rebuilt for OpenCloudOS Stream 23.05 * Wed Apr 12 2023 Shuo Wang <abushwang@tencent.com> - 1.1.8-1 - initial build