Thu, 11 Jul 2024 14:37:59 UTC | login

Information for build python-pickleshare-0.7.4-6.fc27

ID17935
Package Namepython-pickleshare
Version0.7.4
Release6.fc27
Epoch
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:27:52 UTC
CompletedSat, 14 Apr 2018 20:27:52 UTC
Tags
f28
f29
RPMs
src
python-pickleshare-0.7.4-6.fc27.src.rpm (info) (download)
noarch
python2-pickleshare-0.7.4-6.fc27.noarch.rpm (info) (download)
python3-pickleshare-0.7.4-6.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.7.4-4 - Rebuild for Python 3.6 * Wed Nov 16 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.7.4-3 - Do not own __pycache__ dir * Sat Oct 01 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.7.4-2 - Fix typos and interpreter strings * Sat Sep 24 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.7.4-1 - Update to 0.7.4 * Fri Aug 12 2016 Mukundan Ragavan <nonamedotc@gmail.com> - 0.7.3-1 - Initial package.