Subject: CVS commit: pkgsrc/converters/py-reedsolo
From: Adam Ciarcinski
Date: 2023-07-13 09:13:53
Message id: 20230713071353.C7971FBDB@cvs.NetBSD.org

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

Files:
RevisionActionfile
1.5modifypkgsrc/converters/py-reedsolo/Makefile
1.2modifypkgsrc/converters/py-reedsolo/PLIST
1.5modifypkgsrc/converters/py-reedsolo/distinfo
1.1removepkgsrc/converters/py-reedsolo/patches/patch-setup.py