python-cbor 1.0.0-1build3 source package in Ubuntu

Changelog

python-cbor (1.0.0-1build3) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:10:13 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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-1build3.debian.tar.xz 3.8 KiB 72acfc9b13509b8e7336b60b30107c4c36c9b754915e16c7cfc84dbe13a3dd66
python-cbor_1.0.0-1build3.dsc 2.0 KiB 0a7d79f12eaade9718d3f205456c67d9ddb687cca7031d4bb1801e1ff93d4381

Available diffs

View changes file

Binary packages built by this source

python-cbor: No summary available for python-cbor in ubuntu focal.

No description available for python-cbor in ubuntu focal.

python-cbor-dbgsym: No summary available for python-cbor-dbgsym in ubuntu focal.

No description available for python-cbor-dbgsym in ubuntu focal.

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