Mon, 16 Mar 2026 20:15:02 CST | login

Information for build python-dogpile-cache-1.2.2-1.ocs23

ID5875
Package Namepython-dogpile-cache
Version1.2.2
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-dogpile-cache.git?.#b518ff916f7991bca176a73d8c876d0426b7acc5
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 byocs-bot
State complete
Volume DEFAULT
StartedTue, 26 Sep 2023 11:22:32 CST
CompletedTue, 26 Sep 2023 11:24:07 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-dogpile-cache.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-dogpile-cache.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-dogpile-cache-1.2.2-1.ocs23.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.2.2-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Sep 26 2023 Wang Guodong <gordonwwang@tencent.com> - 1.2.2-1 - Upgrade to version 1.2.2 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.8-4 - Rebuilt for python 3.11 * 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