cloudpickle 1.2.1-1ubuntu1 source package in Ubuntu

Changelog

cloudpickle (1.2.1-1ubuntu1) focal; urgency=medium

  * d/tests/control: do not run Python 2 tests now that Python 2 packages are
    no longer built.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 01 Nov 2019 12:50:52 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 41.2 KiB 603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf
cloudpickle_1.2.1-1ubuntu1.debian.tar.xz 3.6 KiB e0ea442fb823239749aae93f433150c5abb340349b9c3cf3b6cc2d4e1a108aa2
cloudpickle_1.2.1-1ubuntu1.dsc 2.2 KiB 63a5f03a3e99ec1a0e83a236e0c7c45161b3f6f4d329e8ddd3bfb198799edd17

View changes file

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.