python-reedsolo 1.7.0-1build1 source package in Ubuntu

Changelog

python-reedsolo (1.7.0-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:27:36 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-reedsolo_1.7.0.orig.tar.gz 62.8 KiB 37eaea9344cd4f98aa85c69aab785bf420088d24bbaba9180b3eb88b981a99c3
python-reedsolo_1.7.0-1build1.debian.tar.xz 2.9 KiB 34cd07a3a52422c51ef3da4563e12789c539b0d80f605772c842ac49c5922b50
python-reedsolo_1.7.0-1build1.dsc 2.2 KiB f96c56af21154e85e7cdf01ba006b8932b5e3a1065b21a7d63663f4e98a5a455

View changes file

Binary packages built by this source

python3-reedsolo: Reed Solomon encoder/decoder library in Python

 A pythonic universal errors-and-erasures Reed-Solomon Codec to protect your
 data from errors and bitrot. It includes a pure Python implementation and a
 speed-optimized Cython/C extension.
 .
 This is a burst-type implementation, so that it supports any Galois field
 higher than 2^3, but not binary streams. Burst errors are non-random errors
 that more often happen on data storage mediums such as hard drives, hence this
 library is better suited for data storage protection, and less for streams
 noise correction, although it also works for this purpose but with a bit of
 overhead (since it works with bytes only, instead of bits).
 .
 Based on the wonderful tutorial at Wikiversity, written by "Bobmath" and
 "LRQ3000". If you are just starting with Reed-Solomon error correction codes,
 the Wikiversity article is a good beginner's introduction.

python3-reedsolo-dbgsym: debug symbols for python3-reedsolo