Sat, 24 Jan 2026 09:27:43 CST | login

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

ID5268
Package Namepython-pickleshare
Version0.7.5
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-pickleshare.git?.#ab84c7f42236076cd64ff6de20edc060788c6c0f
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 bystreamkoji
State complete
Volume DEFAULT
StartedTue, 19 Sep 2023 17:28:01 CST
CompletedTue, 19 Sep 2023 17:29:20 CST
Taskbuild (dist-ocs23-python-update, /opencloudos-stream/python-pickleshare.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pickleshare.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-pickleshare-0.7.5-5.ocs23.src.rpm (info) (download)
noarch
python3-pickleshare-0.7.5-5.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.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