cloudpickle 0.5.2-1 source package in Ubuntu

Changelog

cloudpickle (0.5.2-1) unstable; urgency=medium

  * New upstream version. (Closes: #883782)
  * Updated Standards-Version to 4.1.2. No changes needed.
  * Update debhelper to compat 10
  * Build Python 2 version for spyder. (Closes: 883784)

 -- Diane Trout <email address hidden>  Fri, 08 Dec 2017 15:04:32 -0800

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.5.2-1.dsc 2.3 KiB 122ee218eb792696bf156bd3b178b25434bef9c72af82336b6368d2d2df2541a
cloudpickle_0.5.2.orig.tar.gz 23.8 KiB b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554
cloudpickle_0.5.2-1.debian.tar.xz 3.2 KiB 7183f0f7f23a0733f751b0fd574b4f2e280ad341dd76eadf199d311768e839b7

Available diffs

No changes file available.

Binary packages built by this source

python-cloudpickle: Extended pickling support for Python 2 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 2 version.

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.