cbor2 5.6.4-1 source package in Ubuntu
Changelog
cbor2 (5.6.4-1) unstable; urgency=medium * New upstream version 5.6.4 -- Georges Khaznadar <email address hidden> Fri, 07 Jun 2024 13:18:35 +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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cbor2_5.6.4-1.dsc | 2.2 KiB | c02ed17acf4c2435162ffd590889ccde1f61dfffd6d2d7c937d4bbeec32b75cc |
cbor2_5.6.4.orig.tar.gz | 94.3 KiB | 41e445cb3bfd1874f9afc02e3f3efc8b7466e36a4198d7ae4a41ad976ce6b597 |
cbor2_5.6.4-1.debian.tar.xz | 4.0 KiB | 3f58095a878f213d7687c0b908fe4c599f7598ff35fa28a30b317197c07ebe48 |
Available diffs
- diff from 5.6.3-1 to 5.6.4-1 (3.8 KiB)
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.