cloudpickle 3.0.0-2 source package in Ubuntu

Changelog

cloudpickle (3.0.0-2) unstable; urgency=medium

  * Team Upload
  * Remove dependency on old python3-mock

 -- Alexandre Detiste <email address hidden>  Mon, 26 Feb 2024 22:49:10 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloudpickle_3.0.0-2.dsc 2.2 KiB 7d431c8c75a7b7e4908da84781ad1e49eee144f44a50c5a7db9cfaecef81fbd5
cloudpickle_3.0.0.orig.tar.gz 58.1 KiB 49cc8581ce305630b1e179bc083069b21b45db4731e5e3f2ea6fc40b131e1c55
cloudpickle_3.0.0-2.debian.tar.xz 4.4 KiB 69e546b9195529c3a081fa06ecc26365966c1a09bd8f60add03f4adcf4b36516

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.