Name: | python36-lockfile |
---|---|
Epoch: | 1 |
Version: | 0.11.0 |
Release: | 17.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 91883 |
License: | MIT |
RPM: | python36-lockfile-0.11.0-17.el7.noarch.rpm |
Source RPM: | python-lockfile-0.11.0-17.el7.src.rpm |
Build Date: | Mon Mar 22 2021 |
Build Host: | edb97982c86e4aa88cb3ea63f6b7f50b |
Vendor: | Oracle America |
URL: | https://github.com/openstack/pylockfile |
Summary: | 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. |
- Add py2 sub-package back. - Conditionalize py2/py3 build.
- Drop python2 sub-package. See: https://fedoraproject.org/wiki/Changes/F31_Mass_Python_2_Package_Removal - Refresh packaging for 2019, move docs to a sub-package.
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Python 2 binary package renamed to python2-lockfile See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3