Thu, 11 Jul 2024 14:24:40 UTC | login

Information for build python-pickleshare-0.7.4-15.fc32

ID131386
Package Namepython-pickleshare
Version0.7.4
Release15.fc32
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 03 Dec 2019 09:49:00 UTC
CompletedTue, 03 Dec 2019 09:49:00 UTC
Tags
f32
f33
RPMs
src
python-pickleshare-0.7.4-15.fc32.src.rpm (info) (download)
noarch
python3-pickleshare-0.7.4-15.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.4-15 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.4-14 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Feb 25 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.4-12 - Subpackage python2-pickleshare has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.4-9 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 27 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.7.4-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)