Tue, 27 Jan 2026 03:49:12 CST | login

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

ID19937
Package Namepython-dogpile-cache
Version1.2.2
Release1.oc9
Epoch
DraftFalse
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 bydenisecheng
State complete
Volume DEFAULT
StartedTue, 16 Jan 2024 17:24:40 CST
CompletedTue, 16 Jan 2024 17:25:46 CST
Taskbuild (dist-oc9-epol, /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-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-dogpile-cache-1.2.2-1.oc9.src.rpm (info) (download)
noarch
python3-dogpile-cache-1.2.2-1.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 * 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