Thu, 02 Apr 2026 04:12:14 CST | login

Information for build python-pickleshare-0.7.5-3.oc9

ID15504
Package Namepython-pickleshare
Version0.7.5
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-pickleshare.git?.#902c419225440e764580bd7e9451e10da77ef5e3
SummaryTiny 'shelve'-like database with concurrency support
DescriptionPickleShare - a small ‘shelve’ like data store with concurrency support. Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the same database. Concurrency is possible because the values are stored in separate files. Hence the “database” is a directory where all files are governed by PickleShare.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 21:05:32 CST
CompletedMon, 18 Sep 2023 21:08:09 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-pickleshare.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-pickleshare.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
python-pickleshare-0.7.5-3.oc9.src.rpm (info) (download)
noarch
python3-pickleshare-0.7.5-3.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 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.5-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.5-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Nov 30 2022 cunshunxia <cunshunxia@tencent.com> - 0.7.5-1 - initial build