cbor2 5.4.3-3 source package in Ubuntu

Changelog

cbor2 (5.4.3-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-cbor2-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 15:23:31 +0000

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.3-3.dsc 2.1 KiB 81188dc1729230c5c7591aa8d7667d6c6e5ba78487144fb457b0ea5049a85969
cbor2_5.4.3.orig.tar.gz 81.2 KiB 5cdbde4567dfa3c5b0c9dcea843b42523ea7cfc0f70016012d8cbc9066c7d7b0
cbor2_5.4.3-3.debian.tar.xz 3.8 KiB b72ba5d00db27b30be4c7d256c8b5b727eafc7643650d0985f1e868365e7484b

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