python-cbor 1.0.0-1.2build2 source package in Ubuntu

Changelog

python-cbor (1.0.0-1.2build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:37:59 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Agustin Henze
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cbor_1.0.0.orig.tar.gz 19.6 KiB 13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6
python-cbor_1.0.0-1.2build2.debian.tar.xz 4.5 KiB 404dfa246f613e5e92b9478e7f175c788abf6605af7cc6d008a6bc1191efdbc9
python-cbor_1.0.0-1.2build2.dsc 1.9 KiB 286f609a4c43b7a130baa895e0a09152573d8796a431e702c00f4bcb45fe9db1

Available diffs

View changes file

Binary packages built by this source

python3-cbor: Python3 Implementation of RFC 7049. Concise Binary Object Representation (CBOR)

 CBOR is comparable to JSON, has a superset of JSON’s ability, but serializes
 to a binary format which is smaller and faster to generate and parse.
 .
 The two primary functions are cbor.loads() and cbor.dumps(). This library
 includes a C implementation which runs 3-5 times faster than the Python
 standard library’s C-accelerated implementanion of JSON. This is also includes
 a 100% Python implementation

python3-cbor-dbgsym: debug symbols for python3-cbor