cbor2 5.4.2-1 source package in Ubuntu

Changelog

cbor2 (5.4.2-1) unstable; urgency=medium

  * Fix missing-build-dependency-for-dh-addon
  * Make doc reproducible
  * New upstream version 5.4.2

 -- Bastian Germann <email address hidden>  Mon, 18 Oct 2021 22:38:54 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cbor2_5.4.2-1.dsc 1.9 KiB dd6e4eab0cd478b00466a8eb280f6a6e269599bc6af84ed95c03e6ab34fccba3
cbor2_5.4.2.orig.tar.gz 80.6 KiB 62a1de9f4953f4f00136abeade0b7b07269d41e437e1bce423cab283e68892bc
cbor2_5.4.2-1.debian.tar.xz 3.7 KiB 69d9835d139388d2f4befe7ff946058e29b1193c7a994a9bb33f77ba1f211aca

No changes file available.

Binary packages built by this source

python-cbor2-doc: Python implementation of CBOR (common documentation)

 This library provides encoding and decoding for the Concise Binary Object
 Representation (CBOR, RFC 7049) serialization format.
 .
 Features:
  * Simple API like json or pickle modules.
  * Support many CBOR tags with stdlib objects.
  * Generic tag decoding.
  * Shared value references including cyclic references.
  * Optional C module backend tested on big- and little-endian architectures.
  * Extensible tagged value handling using tag_hook and object_hook on decode
    and default on encode.
  * Command-line diagnostic tool, converting CBOR file or stream to JSON
    (This is a lossy conversion, for diagnostics only)
  * Thorough test suite.
 .
 This is the common documentation package.

python3-cbor2: Implements Concise Binary Object Representation (Python 3)

 This library provides encoding and decoding for the Concise Binary Object
 Representation (CBOR, RFC 7049) serialization format.
 .
 Features:
  * Simple API like json or pickle modules.
  * Support many CBOR tags with stdlib objects.
  * Generic tag decoding.
  * Shared value references including cyclic references.
  * Optional C module backend tested on big- and little-endian architectures.
  * Extensible tagged value handling using tag_hook and object_hook on decode
    and default on encode.
  * Command-line diagnostic tool, converting CBOR file or stream to JSON
    (This is a lossy conversion, for diagnostics only)
  * Thorough test suite.
 .
 This package installs the library for Python 3.

python3-cbor2-dbgsym: debug symbols for python3-cbor2