./converters/py-reedsolo, Pure-Python Reed Solomon encoder/decoder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.0, Package name: py310-reedsolo-1.7.0, Maintainer: pkgsrc-users

A pure-python universal errors-and-erasures Reed-Solomon Codec , based on the
wonderful tutorial at wikiversity, written by "Bobmath" and "LRQ3000".


Master sites:

Filesize: 58.323 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-13 09:13:53 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-reedsolo: updated to 1.7.0

ReedSolo v1.7.0
Drop cythonization by default, to avoid installation issues for users with \ 
Cython installed but no C++ compiler. Cythonization needs to be requested \ 
explictly now, using pip install --upgrade reedsolo \ 
--install-option="--cythonize" --verbose.

ReedSolo v1.6.1
Clarify license to ensure Public Domain-like rights are granted to users, via \ 
the Unlicense or MIT-0 License at the user's preference

ReedSolo v1.6.0
Fix major issue preventing pip install when both Cython and a C compiler was \ 
installed (thanks to @m-rossi for the fix!)
Fix minor inconsistency in reporting errata positions (thanks to @jbosboom!)
Migrate continuous integration unit testing from Travis-CI (now only paid plans \ 
are offered since 2020) to GitHub Actions.
Add CI unit testing for Python 3.7 up to 3.12 alpha 3, and PyPy 3.
Drop CI unit testing and support for Python 3.3 to 3.6 included.
fixes uncaught error when RSCodec initialized with too many ECC symbols
fixes support for bytes input for higher galois fields (thanks to @another-pjohnson!)
fix erasures correction for chunked messages (thanks to @another-pjohnson!)
Fixes Cythonized implementation chunking was not implemented in check method \ 
(thanks to @henla464!)
Add note about limitation to galois field 8 of C implementation
update install instructions in README.rst
Add mention of other contributors
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-01-25 11:40:23 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-reedsolo: fix build with python 3.10
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2021-09-12 09:02:05 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-reedsolo: add missing build dependency on py-cython

Fixes PLIST which assumed it was installed.
   2021-09-09 09:31:02 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-reedsolo: added version 1.5.4

A pure-python universal errors-and-erasures Reed-Solomon Codec , based on the
wonderful tutorial at wikiversity, written by "Bobmath" and \ 
"LRQ3000".