cloudpickle 1.2.1-1 source package in Ubuntu

Changelog

cloudpickle (1.2.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.0.

  [ Diane Trout ]
  * New upstream release.
  * Remove Python 2 package and build dependencies
  * Update to debhelper-compat =12

 -- Diane Trout <email address hidden>  Wed, 04 Sep 2019 21:51:15 -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-1.dsc 2.1 KiB 1dea90d1da2ec9d369c4f22809ac0d5fff1d0b25371a97f6d9346d9df654c4ef
cloudpickle_1.2.1.orig.tar.gz 41.2 KiB 603244e0f552b72a267d47a7d9b347b27a3430f58a0536037a290e7e0e212ecf
cloudpickle_1.2.1-1.debian.tar.xz 3.5 KiB 9d37c1240b96cd362b5ec3be05a0a337ecf982b3546ff60e0d8c9b722fa80e11

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.