Name: | python-dogpile-core |
---|---|
Version: | 0.4.1 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 46125 |
License: | BSD |
RPM: | python-dogpile-core-0.4.1-2.el7.noarch.rpm |
Source RPM: | python-dogpile-core-0.4.1-2.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/dogpile.core |
Summary: | A 'dogpile' lock, typically used as a component of a larger caching solution |
Description: | A "dogpile" lock, one which allows a single thread to generate an expensive resource while other threads use the "old" value, until the "new" value is ready. Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Upstream accepted async patches.
- Updated experimental async work.
- Moved to post-release hg checkout snapshot. - Testing experimental background value creation. - Temporarily removed the CHANGES doc
- Disabled running tests in %check due to inconsistent koji failures.
- Initial packaging for Fedora