cloudpickle 2.2.0-1 source package in Ubuntu

Changelog

cloudpickle (2.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Add fix-classmethod-test.patch (Closes: #1024205)

 -- Diane Trout <email address hidden>  Sun, 20 Nov 2022 12:27:51 -0800

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 Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloudpickle_2.2.0-1.dsc 2.1 KiB a8417dc5e14196a142c983544437689293b822a0301fe0fe3f412ca5bd60c25b
cloudpickle_2.2.0.orig.tar.gz 58.2 KiB 3f4219469c55453cfe4737e564b67c2a149109dabf7f242478948b895f61106f
cloudpickle_2.2.0-1.debian.tar.xz 5.0 KiB 271bdfd91a95f9dbeb17fab31b436a111c40a58e971c5e99a79e7b46ba33b2a8

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.