[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project python-dogpile-cache-1.3.1-3.el10_0

Name python-dogpile-cache
Epoch 0
Version 1.3.1
Release 3.el10_0
Website/URL https://pypi.io/project/dogpile.cache
License MIT
Build Time 2025-01-01 22:00:29
Build Host builder-arm64-1.inferitos.ru
Summary A caching front-end based on the Dogpile lock
Repositories Extras
Description Dogpile 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
python3-dogpile-cache-1.3.1-3.el10_0.noarch A caching front-end based on the Dogpile lock 712da35a3a32962c40b269d4d018c13aa23fbdbb6c086dd557bd6a4213daf347 download
src
python-dogpile-cache-1.3.1-3.el10_0.src A caching front-end based on the Dogpile lock dee0e9ad0fd1e57472d8d4369a9cedd0e3beb0a3a923081d27a6264ff9eb11d4 download
Changelog link
* Wed Jan 01 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.3.1-3
- Rebuilt for MSVSphere 10

* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.3.1-2
- Rebuilt for Python 3.13

* Tue Feb 13 2024 Jonathan Wright <jonathan@almalinux.org> - 1.3.1-1
- update to 1.3.1 rhbz#2263281

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Wed Jan 03 2024 Jonathan Wright <jonathan@almalinux.org> - 1.3.0-1
- Update to 1.3.0 rhbz#2255410

* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Jul 14 2023 Jonathan Wright <jonathan@almalinux.org> - 1.2.2-2
- Add missing BR

* Fri Jul 14 2023 Jonathan Wright <jonathan@almalinux.org> - 1.2.2-1
- Update to 1.2.2 rhbz#2208776