Wed, 26 Jun 2024 17:20:27 UTC | login

Information for build python-dogpile-cache-0.6.7-1.fc30

ID78226
Package Namepython-dogpile-cache
Version0.6.7
Release1.fc30
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 13:32:30 UTC
CompletedSat, 01 Dec 2018 13:32:30 UTC
Tags
f30
f31
RPMs
src
python-dogpile-cache-0.6.7-1.fc30.src.rpm (info) (download)
noarch
python2-dogpile-cache-0.6.7-1.fc30.noarch.rpm (info) (download)
python3-dogpile-cache-0.6.7-1.fc30.noarch.rpm (info) (download)
Changelog * Tue Oct 09 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.6.7-1 - Update to 0.6.7 (#1609253). - https://dogpilecache.readthedocs.io/en/latest/changelog.html#change-0.6.7 * Mon Jul 23 2018 Kevin Fenzi <kevin@scrye.com> - 0.6.6-1 - Fix FTBFS bug #1605662 - Update to 0.6.6. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.6.5-2 - Rebuilt for Python 3.7 * Thu Apr 12 2018 Ralph Bean <rbean@redhat.com> - 0.6.5-1 - new version * Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.6.4-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Jul 01 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.6.4-2 - Require python-mako. - Use python2- versions of a few BuildRequires. * Sat Jul 01 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.6.4-1 - Update to 0.6.4 (#1465192). - http://dogpilecache.readthedocs.io/en/latest/changelog.html#change-0.6.4 - Sort the BuildRequires alphabetically. - Run the tests. * Thu Jun 01 2017 Ralph Bean <rbean@redhat.com> - 0.6.3-1 - new version * Thu Feb 16 2017 Randy Barlow <bowlofeggs@fedoraproject.org> - 0.6.2-4 - Drop Require on python-dogpile-core (#1422716). - Provide and obsolete python-dogpile-core. - Replace the description with upstream's new description, and make it a global. - Make the summary a global. - Rename python-dogpile-cache to python2-dogpile-cache. - Use the license macro. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.6.2-2 - Rebuild for Python 3.6