Sat, 17 Jan 2026 17:43:46 CST | login

Information for build python-zc-lockfile-3.0-1.ocs23

ID5706
Package Namepython-zc-lockfile
Version3.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-zc-lockfile.git?.#7d47ca3136dc7f17736cfd0adae1a8936dcccdff
SummaryBasic Inter-Process Locks
Description The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files.
Built byocs-bot
State complete
Volume DEFAULT
StartedThu, 21 Sep 2023 19:52:10 CST
CompletedThu, 21 Sep 2023 19:53:12 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-zc-lockfile.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-zc-lockfile.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-zc-lockfile-3.0-1.ocs23.src.rpm (info) (download)
noarch
python3-zc-lockfile-3.0-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 21 2023 rockerzhu <rockerzhu@tencent.com> - 3.0-1 - Upgrade to 3.0 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0-2 - Rebuilt for OpenCloudOS Stream 23 * Thu Dec 29 2022 Shuo Wang <abushwang@tencent.com> - 2.0-1 - initial build