python-pyeclib 1.5.0-1ubuntu7 source package in Ubuntu

Changelog

python-pyeclib (1.5.0-1ubuntu7) focal; urgency=medium

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

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

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyeclib_1.5.0.orig.tar.xz 5.7 MiB 0d009711593c1ab66e0c0e221c9526aca21899c07bd236b4099734c2211ce0eb
python-pyeclib_1.5.0-1ubuntu7.debian.tar.xz 5.2 KiB 31897198671ac6d941c59581852df3a463d58c1c2af3cd01b404ff0d417fa56b
python-pyeclib_1.5.0-1ubuntu7.dsc 2.5 KiB a8f872d74e28d15bf97589b4419fcf285d27f0989d7aa6dd01ccabf2f28d4803

View changes file

Binary packages built by this source

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

No description available for python-pyeclib in ubuntu focal.

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

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

python3-pyeclib: interface for implementing erasure codes - Python 3.x

 This library provides a simple Python interface for implementing erasure
 codes. To obtain the best possible performance, the underlying erasure code
 algorithms are written in C.
 .
 This library makes use of Jerasure for Reed-Solomon and provides its own flat
 XOR-based erasure code encoder and decoder. Currently, it implements a
 specific class of HD Combination Codes (see "Flat XOR-based erasure codes in
 storage systems: Constructions, efficient recovery, and tradeoffs" in IEEE
 MSST 2010). These codes are well-suited to archival use-cases, have a simple
 construction and require a minimum number of participating disks during
 single-disk reconstruction (think XOR-based LRC code).

python3-pyeclib-dbgsym: debug symbols for python3-pyeclib