Sat, 24 Jan 2026 18:22:11 CST | login

Information for build python-lockfile-0.12.2-1.oc9

ID23480
Package Namepython-lockfile
Version0.12.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-lockfile.git?.#aca9cd5e1be8337ca6bb0ce2683977142135035d
SummaryPlatform-independent file locking module
DescriptionThe 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.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:36:37 CST
CompletedMon, 03 Jun 2024 20:40:11 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-lockfile.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-lockfile.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-lockfile-0.12.2-1.oc9.src.rpm (info) (download)
noarch
python-lockfile-doc-0.12.2-1.oc9.noarch.rpm (info) (download)
python3-lockfile-0.12.2-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.12.2-1 - initial build