cbor2 5.2.0-4build1 source package in Ubuntu

Changelog

cbor2 (5.2.0-4build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:56:01 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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.2.0.orig.tar.gz 77.5 KiB 126d7027fa936823d1d881640ef68c72cd208d11e98ae0db6f9575545f8be429
cbor2_5.2.0-4build1.debian.tar.xz 3.8 KiB a6f3730561a50a1055991d60beed06d4b5722e105f22827104905705af134769
cbor2_5.2.0-4build1.dsc 2.2 KiB 675c8572b093444f7e07245b0dbcfb19bc619122211c7eb190eddfcd5bb90f23

View changes file

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