Thu, 02 Apr 2026 13:50:48 CST | login

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

ID19091
Package Namepython-pickleshare
Version0.7.5
Release5.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-pickleshare.git?.#bb7d08da5347c4ea3a4e936be7d9d4b9c4e6837a
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, 08 Jan 2024 06:16:39 CST
CompletedMon, 08 Jan 2024 06:18:26 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
dist-oc9-epol-2504-build
dist-oc9.0-compose
dist-oc9.2-compose
RPMs
src
python-pickleshare-0.7.5-5.oc9.src.rpm (info) (download)
noarch
python3-pickleshare-0.7.5-5.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 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.5-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.5-4 - Rebuilt for OpenCloudOS Stream 23.09 * 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