python-cbor 1.0.0-1.1build7 source package in Ubuntu

Changelog

python-cbor (1.0.0-1.1build7) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:46:26 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.1build7.debian.tar.xz 3.9 KiB 72b59aa36a4609d98bb4dece8d05726ecee999009ede97b07b8a228cba1549a3
python-cbor_1.0.0-1.1build7.dsc 1.9 KiB 26774b36810a25ff50ff109f10d3911ae2da2c6b8340d5b30a21190a0aa5feb5

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