cbor2 5.6.1-1 source package in Ubuntu

Changelog

cbor2 (5.6.1-1) unstable; urgency=medium

  * New upstream version 5.6.1

 -- Georges Khaznadar <email address hidden>  Tue, 06 Feb 2024 19:11:09 +0100

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.6.1-1.dsc 2.2 KiB f7f2a2094bf8ddca821d741a086849efe39ca4414b3b529ab4eb07713e4f0887
cbor2_5.6.1.orig.tar.gz 92.8 KiB 4ab898f468e6af93ee2230421c03e631e7c28f84b05006dfe355f5a0c3bf6770
cbor2_5.6.1-1.debian.tar.xz 3.6 KiB c32afb3e1999d48f820066fdabe10444f2fde61d3a9a33d5c6ada1b2f2e2fd6c

Available diffs

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