cbor2 5.4.6-1build1 source package in Ubuntu
Changelog
cbor2 (5.4.6-1build1) lunar; urgency=medium * Rebuild to drop Python3.10 extension -- Jeremy Bicha <email address hidden> Tue, 28 Feb 2023 08:42:12 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Debian Python Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cbor2_5.4.6.orig.tar.gz | 81.6 KiB | a1f1b90c7ebf9e8ce61f4f85a9a6d5edadd5fcea4a8dc60ddb294b25215a009e |
cbor2_5.4.6-1build1.debian.tar.xz | 3.7 KiB | 2df7ed90ab161940baf8491c0dd6eaa40b06a855063f6462899d20b204364379 |
cbor2_5.4.6-1build1.dsc | 2.1 KiB | d13c70049f109b91d38e6b39cd67f56bbcbc0e268cf92e2a8905ab13a7f8672b |
Available diffs
- diff from 5.4.6-1 (in Debian) to 5.4.6-1build1 (310 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.
- python3-cbor2-dbgsym: debug symbols for python3-cbor2