Name: | python3-lockfile |
---|---|
Epoch: | 1 |
Version: | 0.12.2 |
Release: | 1.2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 67196 |
License: | MIT |
RPM: | python3-lockfile-0.12.2-1.2.el8.noarch.rpm |
Source RPM: | python-lockfile-0.12.2-1.2.el8.src.rpm |
Build Date: | Tue Nov 21 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
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. |
- Improve Python 3.8 support
- Add Python 3.8 package
- Update to 0.12.2
- Allow building without running the test suite.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- 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