python-cbor 1.0.0-1.2build3 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:41:17 +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
Oracular release universe misc
Noble 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.2build3.debian.tar.xz 4.5 KiB 8debcaac2c3f131fd569a140fa11fdcb31e87cbbb76cc3bada36efe1667e7d03
python-cbor_1.0.0-1.2build3.dsc 1.9 KiB f16d8a295517af43876f33175ad0feda1acfb8b80677865768cf7d3c270dcb60

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