Wed, 20 May 2026 15:27:42 CST | login

Information for RPM python-locket-1.0.0-4.oc9.src.rpm

ID356243
Buildpython-locket-1.0.0-4.oc9
Namepython-locket
Version1.0.0
Release4.oc9
Epoch
Archsrc
DraftFalse
SummaryFile-based locks for Python for Linux and Windows
DescriptionLocket 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.
Build Time2025-06-13 16:11:03 GMT
Size18.82 KB
b14a6756c1fd4ab09a3cdf70b5b0600f
LicenseBSD
Buildrootdist-oc9-epol-build-155859-79738
Provides
python3-locket = 1.0.0-4.oc9
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python3-devel
python3-pytest
python3-setuptools
python3-spur
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
locket-1.0.0.tar.gz6.39 KB
python-locket.spec3.02 KB
Component of No Buildroots