python-cbor 1.0.0-1.3build1 source package in Ubuntu

Changelog

python-cbor (1.0.0-1.3build1) resolute; urgency=medium

  * No-change rebuild to drop Python 3.13 bits.

 -- Matthias Klose <email address hidden>  Fri, 20 Mar 2026 12:01:53 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Resolute
Original maintainer:
Agustin Henze
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe misc
Resolute release universe misc

Downloads

File Size SHA-256 Checksum
python-cbor_1.0.0.orig.tar.gz 19.6 KiB 13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6
python-cbor_1.0.0-1.3build1.debian.tar.xz 4.7 KiB 8b70c49d8a1419b3b2763b232e3a9c50b7b343f0c345f64011b85480d6dd09f6
python-cbor_1.0.0-1.3build1.dsc 1.9 KiB a5bb8f4d02488ecd3dd5bc0a854f3af43226c83bced5608cb98cd289589e5c1e

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