tnetstring3 0.3.1-2build3 source package in Ubuntu

Changelog

tnetstring3 (0.3.1-2build3) focal; urgency=medium

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

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

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Jan Niehusmann
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tnetstring3_0.3.1.orig.tar.gz 14.7 KiB 5acab57cce3693d119265a8ac019a9bcdc52a9cacb3ba37b5b3a1746a1c14d56
tnetstring3_0.3.1-2build3.debian.tar.xz 4.1 KiB ef7b0616e93bcd45106878e564bfb488dbdfc0eb4d25dd4a32f33b00c8fedfc6
tnetstring3_0.3.1-2build3.dsc 1.9 KiB 296d8c10ce503408bfc7707cd55225eef687cec0d87b207773443110149253ee

Available diffs

View changes file

Binary packages built by this source

python3-tnetstring: python3 library for data serialization using typed netstrings

 Python3 implementation of the tnetstring serialization format.
 .
 Tnetstring is a lot like JSON but it uses a new syntax called "typed
 netstrings" that was proposed for use in the Mongrel2 webserver. It's
 designed to be simpler and easier to implement than JSON, with a happy
 consequence of also being faster in many cases.
 .
 This Python library provided functions to read and write tnetstrings.
 It's a port of the python2 tnetstring library.

python3-tnetstring-dbgsym: debug symbols for python3-tnetstring