cloudpickle 3.0.0-1 source package in Ubuntu

Changelog

cloudpickle (3.0.0-1) unstable; urgency=medium

  [ Diane Trout ]
  * New upstream release. (Closes: #1056237)
  * Switch to github releases in d/watch as pypi releases lack the tests.
  * Add flit as a build-dependency
  * Add pybuild-plugin-pyproject as build-dependency.
  * Update debhelper-compat to 13
  * Update standards-version to 4.6.2
  * Add typing-extension as a test dependency

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.


 -- Diane Trout <email address hidden>  Sun, 03 Dec 2023 20:05:35 -0800

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloudpickle_3.0.0-1.dsc 2.2 KiB 08082f717e4620828f608b5fe57344ef1577ce4b2232e9231edec69f4177ec4f
cloudpickle_3.0.0.orig.tar.gz 58.1 KiB 49cc8581ce305630b1e179bc083069b21b45db4731e5e3f2ea6fc40b131e1c55
cloudpickle_3.0.0-1.debian.tar.xz 4.3 KiB 789c2b71b8ab3a1d4387cab924dc4cba289451bd6de934cbfefe6c261b6cf075

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.