cloudpickle 2.0.0-1 source package in Ubuntu
Changelog
cloudpickle (2.0.0-1) unstable; urgency=medium * Add Multi-Arch: foreign (Closes: #960902) - Thanks Helmut Grohne * Update Mainainer to new Debian Python Team address * Update debian/watch version * Add Rules-Requires-Root: no * New upstream release -- Diane Trout <email address hidden> Sat, 18 Sep 2021 18:57:39 -0700
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 | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cloudpickle_2.0.0-1.dsc | 2.1 KiB | ddefc928fb112ab0754a3b7a5f953856a959d0256fc5f0e051ee301c44d0b3cb |
cloudpickle_2.0.0.orig.tar.gz | 58.6 KiB | 5cd02f3b417a783ba84a4ec3e290ff7929009fe51f6405423cfccfadd43ba4a4 |
cloudpickle_2.0.0-1.debian.tar.xz | 3.9 KiB | 3ec6f35d6779bebb39eb62bac5ba1bdf8027cb4fbb2b1978234616d5a4bfd6c7 |
Available diffs
- diff from 1.6.0-1 to 2.0.0-1 (16.4 KiB)
No changes file available.
Binary packages built by this source
- python3-cloudpickle: Extended pickling support for Python 3 objects
cloudpickle makes it possible to serialize Python constructs not supported
by the default `pickle` module from the Python standard library.
.
cloudpickle is especially useful for cluster computing where Python
expressions are shipped over the network to execute on remote hosts, possibly
close to the data.
.
Among other things, `cloudpickle` supports pickling for lambda expressions,
functions and classes defined interactively in the `__main__` module.
.
This contains the Python 3 version.