dill 0.3.4-1 source package in Ubuntu

Changelog

dill (0.3.4-1) unstable; urgency=medium

  * New upstream release (0.3.4)
  * debian/control: Declare field Rules-Requires-Root as no
  * Bump Standards Version to 4.5.1. No changes required
  * Document debian/patches with forwarded as not-needed
  * Bump debian/watch to version 4

 -- Josue Ortega <email address hidden>  Tue, 17 Aug 2021 08:58:12 -0600

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dill_0.3.4-1.dsc 1.9 KiB ee50cd910b5517e5eb318bc99976eec1abd9fdf2db7959cd2ed741d7f021409c
dill_0.3.4.orig.tar.xz 136.6 KiB 51e1bd00ba2f1a13f39856efc61fe9f2e2a703df754d151e103ec9119db57cfe
dill_0.3.4-1.debian.tar.xz 4.6 KiB 24def85b1ddd53f5eaf7ab736c77840d4babc663562ce782e39db5b2e0cd3c9a

Available diffs

No changes file available.

Binary packages built by this source

python3-dill: Serialize all of Python 3 (almost)

 Dill extends Python 3's 'pickle' module for serializing and
 de-serializing Python 3 objects to the majority of the built-in Python 3 types.
 Dill provides the user the same interface as the 'pickle' module, and also
 includes some additional features. In addition to pickling Python 3 objects,
 dill provides the ability to save the state of an interpreter session in a
 single command.
 Dill can be used to store Python 3 objects to a file, but the primary usage is
 to send Python 3 objects across the network as a byte stream.