cbor2 5.6.5-1build1 source package in Ubuntu
Changelog
cbor2 (5.6.5-1build1) plucky; urgency=medium * SRU: #2083480: No-change rebuild to add support for Python 3.13. -- Matthias Klose <email address hidden> Wed, 13 Nov 2024 10:01:28 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Plucky
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cbor2_5.6.5.orig.tar.gz | 94.3 KiB | d542fee63dfc3e004429c3c2d6b53c5d12f840b96cea21ca32a17151289502ee |
cbor2_5.6.5-1build1.debian.tar.xz | 4.1 KiB | 74eeed02503ef8ed218d180584ea4c93cc16206cd47660a15b37a5d996dddf60 |
cbor2_5.6.5-1build1.dsc | 2.2 KiB | 13c5112e414a5a5391837dff27baa3ea53ed5d7121fa1272c5beeac82acc1162 |
Available diffs
- diff from 5.6.5-1 (in Debian) to 5.6.5-1build1 (332 bytes)
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.