python-serializable 0.4.0+ds-1 source package in Ubuntu

Changelog

python-serializable (0.4.0+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.0+ds
  * drop depency on:
    * python3-nose (Closes: #1018578)
    * python3-six

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

 -- Alexandre Detiste <email address hidden>  Tue, 20 Feb 2024 23:38:22 +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
python-serializable_0.4.0+ds-1.dsc 2.1 KiB c10981aa4e9d44dd4248b6cce3724689a93b7e1775054f59cb639e56335345f4
python-serializable_0.4.0+ds.orig.tar.xz 11.1 KiB 8f36922281e6b1e3cb0b7a6947f3626533a6863262c6bcd3ad60b64d0697cb9f
python-serializable_0.4.0+ds-1.debian.tar.xz 2.4 KiB 2d9a0be1e19dc1dc9b45342f2465bf3130b08623dec385c29f19a5900737f4b8

Available diffs

No changes file available.

Binary packages built by this source

python3-serializable: base class with serialization methods

 "Serialisation" refers to the transformation of objects into
 a bitstream and back into the original structure. The idea
 expressed by this class has a direct analogy to Java:
 A method is declared thattransform the object into, e.g., a
 JSON formatted file. Another method knows how to reinstantiate
 the object from that output.