cloudpickle 1.2.1-2 source package in Ubuntu

Changelog

cloudpickle (1.2.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Diane Trout ]
  * Remove autopkgtests for Python 2 version
    Thanks to Michael Hudson-Doyle for spotting this
    (Closes: #943931)

 -- Diane Trout <email address hidden>  Thu, 31 Oct 2019 19:24:30 -0700

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 Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloudpickle_1.2.1-2.dsc 2.1 KiB ef1e4151b88f8f259eb1e7ee7a72717e809bacd651ad4e0c6a9ff046d6309dbd
cloudpickle_1.2.1.orig.tar.gz 41.2 KiB 603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf
cloudpickle_1.2.1-2.debian.tar.xz 3.5 KiB 0e4618f694e26ae3c80c4298118720103d60b607dbbfe7be882e310e8410ac7d

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.