dill 0.3.6-1 source package in Ubuntu
Changelog
dill (0.3.6-1) unstable; urgency=medium * New upstream release * debian/patches/ - drop patches, merged upstream * debian/copyright - update upstream copyright years -- Sandro Tosi <email address hidden> Sat, 10 Dec 2022 20:21:39 -0500
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dill_0.3.6-1.dsc | 1.9 KiB | 293e754a6cce8e09198b2ee440a90ddd46f34915a1faf41f7823c10f9e07affd |
dill_0.3.6.orig.tar.xz | 154.6 KiB | ed198b07eeef6cd4cfcd0c44568ddd8e03140188efbdea3a2e9c9d26b4dcb601 |
dill_0.3.6-1.debian.tar.xz | 4.2 KiB | a84e31a3d5c8a252c478b5ecf3b636ccb51b04517838df934bd9d6a50c96ebe3 |
Available diffs
- diff from 0.3.4-2 to 0.3.6-1 (97.9 KiB)
No changes file available.
Binary packages built by this source
- python3-dill: Serialize all of Python 3 (almost)
Dill extends Python 3's 'pickle' module for serializing and
de-serializing Python 3 objects to the majority of the built-in Python 3 types.
Dill provides the user the same interface as the 'pickle' module, and also
includes some additional features. In addition to pickling Python 3 objects,
dill provides the ability to save the state of an interpreter session in a
single command.
Dill can be used to store Python 3 objects to a file, but the primary usage is
to send Python 3 objects across the network as a byte stream.