Sat, 24 Jan 2026 17:16:20 CST | login

Information for build python-locket-1.0.0-1.oc9

ID24469
Package Namepython-locket
Version1.0.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-locket.git?.#f7e5bdd6d33d83cd7dc87b27b7432efb8283b564
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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 20:08:16 CST
CompletedTue, 04 Jun 2024 20:09:29 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-locket.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-locket.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-locket-1.0.0-1.oc9.src.rpm (info) (download)
noarch
python3-locket-1.0.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.0-1 - initial build