pickleshare 0.7.5-2 source package in Ubuntu
Changelog
pickleshare (0.7.5-2) unstable; urgency=medium [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. * Set upstream metadata fields: Bug-Submit. [ Gordon Ball ] * Drop python2 support (Closes: #937286) -- Gordon Ball <email address hidden> Wed, 01 Apr 2020 20:41:57 +0000
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pickleshare_0.7.5-2.dsc | 2.0 KiB | 47aba1924c5c9d126eca775b3183fb10ec8dbde120c97d945f340d8dd61d9fa1 |
pickleshare_0.7.5.orig.tar.gz | 5.8 KiB | 7a691d57650dbfb1f101c52d65743f87175cea98bd85cd2a0e92c0407faf3d1c |
pickleshare_0.7.5-2.debian.tar.xz | 2.6 KiB | a30057faac7ab62126ad542b091461c8f7da49bd260d2c5d2cf3a6c6f97f4a9c |
Available diffs
No changes file available.
Binary packages built by this source
- python3-pickleshare: File system based database that uses Python pickles for Python 3
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.
.
This package installs the library for Python 3.