cloudpickle 0.4.0-1 source package in Ubuntu

Changelog

cloudpickle (0.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Update standards version to 4.1.1. No changes needed.
  * Remove unnecessary Testsuite header.

 -- Diane Trout <email address hidden>  Fri, 13 Oct 2017 08:24:04 -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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloudpickle_0.4.0-1.dsc 2.1 KiB 7fac3ae955c2b3ba893c737cb8757dac4a809274d64628d562ae93d0e3376857
cloudpickle_0.4.0.orig.tar.gz 20.9 KiB 5bb83eb466f0733dbd077e76cf1a15c404a94eb063cecc7049a1482fa1b11661
cloudpickle_0.4.0-1.debian.tar.xz 3.0 KiB 1c46169784465d67fb9e8e5704a0f1444a1f3c497e0bcfcad17a7fb781bbd851

Available diffs

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.