Sat, 24 Jan 2026 17:22:08 CST | login

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

ID16227
Package Namepython-pickleshare
Version0.7.5
Release6.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-pickleshare.git?.#29e6913853fc70acf2239a33d0abe26b7688705e
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 byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 07:12:41 CST
CompletedSat, 17 Aug 2024 07:17:17 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-pickleshare.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-pickleshare.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
python-pickleshare-0.7.5-6.ocs23.src.rpm (info) (download)
noarch
python3-pickleshare-0.7.5-6.ocs23.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.5-6 - Rebuilt for loongarch release * 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