cloudpickle 2.2.1-1 source package in Ubuntu

Changelog

cloudpickle (2.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Remove fix-classmethod-test.patch applied upstream
  * Add dependency on python3-py for tests (Closes: #1040411)

 -- Diane Trout <email address hidden>  Wed, 05 Jul 2023 20:11:28 -0700

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloudpickle_2.2.1-1.dsc 2.1 KiB dd6710114aa3c778f8dd66559b7629f06874ac7ddf9b6e9a797a70e68275de1f
cloudpickle_2.2.1.orig.tar.gz 59.4 KiB d89684b8de9e34a2a43b3460fbca07d09d6e25ce858df4d5a44240403b6178f5
cloudpickle_2.2.1-1.debian.tar.xz 4.0 KiB 088619e411224786b9a7865dcaa0bb737b5212622041732ea6f0c5cb25df90ae

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.