Tue, 17 Mar 2026 02:06:15 CST | login

Information for build python-dogpile-cache-1.1.8-3.ocs23

ID4118
Package Namepython-dogpile-cache
Version1.1.8
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-dogpile-cache.git?.#41f87e4e7655eb7edbdc27413835a9cf548399ac
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 bystreamkoji
State complete
Volume DEFAULT
StartedSat, 09 Sep 2023 14:05:37 CST
CompletedSat, 09 Sep 2023 14:10:27 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-dogpile-cache.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-dogpile-cache.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-dogpile-cache-1.1.8-3.ocs23.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.1.8-3.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.8-3 - Rebuilt for OpenCloudOS Stream 23.09 * 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