Sat, 24 Jan 2026 15:59:03 CST | login

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

ID2918
Package Namepython-pickleshare
Version0.7.5
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-pickleshare.git?.#fe61e6686daff2e8a6ed150f738951bc034b280f
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
StartedSat, 09 Sep 2023 05:50:25 CST
CompletedSat, 09 Sep 2023 05:53:32 CST
Taskbuild (dist-ocs23, /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-4.ocs23.src.rpm (info) (download)
noarch
python3-pickleshare-0.7.5-4.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 * 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