Name: | python-lockfile |
---|---|
Epoch: | 1 |
Version: | 0.9.1 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 76193 |
License: | MIT |
RPM: | python-lockfile-0.9.1-4.el7.noarch.rpm |
Source RPM: | python-lockfile-0.9.1-4.el7.src.rpm |
Build Date: | Mon Aug 21 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/pylockfile |
Summary: | A platform-independent file locking module |
Description: | The lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Update to 0.9.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- Update to 0.8, increase epoch
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
- Update to 0.9
- Bump for EL6 build
- Initial build