Name: | python3-locket |
---|---|
Version: | 1.0.0 |
Release: | 12.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 21096 |
License: | LicenseRef-Callaway-BSD |
RPM: | python3-locket-1.0.0-12.el10_0.noarch.rpm |
Source RPM: | python-locket-1.0.0-12.el10_0.src.rpm |
Build Date: | Thu Feb 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/mwilliamson/locket.py/ |
Summary: | File-based locks for Python for Linux and Windows |
Description: | Locket implements a lock that can be used by multiple processes provided they use the same path. Locks largely behave as (non-reentrant) Lock instances from the threading module in the standard library. Specifically, their behaviour is: * Locks are uniquely identified by the file being locked, both in the same process and across different processes. * Locks are either in a locked or unlocked state. * When the lock is unlocked, calling acquire() returns immediately and changes the lock state to locked. * When the lock is locked, calling acquire() will block until the lock state changes to unlocked, or until the timeout expires. * If a process holds a lock, any thread in that process can call release() to change the state to unlocked. * Behaviour of locks after fork is undefined. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- convert license to SPDX
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Rebuilt for Python 3.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild