Hide Forgot
Spec URL: https://ignatenkobrain.fedorapeople.org/for-review/python-pickleshare.spec SRPM URL: https://ignatenkobrain.fedorapeople.org/for-review/python-pickleshare-0.7.2-1.fc24.src.rpm Description: PickleShare - a small 'shelve' like datastore 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. Fedora Account System Username: ignatenkobrain
For python2 it requires some another package, I will send it it review ASAP.
I assume you mean pathlib2; this package now exists, though it is missing a dependency on python2-six. It seems like this review is outdated and the package is already accepted in bug 1379093.
(In reply to Elliott Sales de Andrade from comment #2) > I assume you mean pathlib2; this package now exists, though it is missing a > dependency on python2-six. > > It seems like this review is outdated and the package is already accepted in > bug 1379093. Check the dates. Mine is open since April, that one is from September. Gil, can you check for duplicates before?
(In reply to Igor Gnatenko from comment #3) > (In reply to Elliott Sales de Andrade from comment #2) > > I assume you mean pathlib2; this package now exists, though it is missing a > > dependency on python2-six. > > > > It seems like this review is outdated and the package is already accepted in > > bug 1379093. > Check the dates. Mine is open since April, that one is from September. > > Gil, can you check for duplicates before? Sorry for the inconvenience. But I do not have much time available, to check for duplicates.