python-pyeclib 1.6.1-2 source package in Ubuntu

Changelog

python-pyeclib (1.6.1-2) unstable; urgency=medium

  * Team upload.
  * autopkgtest: Allow stderr for deprecated jerasure.

 -- Ondřej Nový <email address hidden>  Thu, 28 Mar 2024 12:00:53 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Downloads

File Size SHA-256 Checksum
python-pyeclib_1.6.1-2.dsc 2.2 KiB 9a4bd329e4751a31e8d6f2691ae4fc7826b72a8dbf26541c108b791df73fa3f4
python-pyeclib_1.6.1.orig.tar.xz 5.7 MiB f75438c0ffcd8f83a13a8301a2182ed0c518c0c431e465cc4270869a02703557
python-pyeclib_1.6.1-2.debian.tar.xz 5.7 KiB bc998d0c0b2a1b177bc12ae5f317e816b2e92fdec6b1eae1717ca88ca4ebd287

No changes file available.

Binary packages built by this source

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