Changelog for
python312-lz4-3.1.10-ill.1.15.x86_64.rpm :
* Mon Dec 13 2021 Ben Greiner
- update to 3.1.10:
* LZ4FrameFile.write()/LZ4FrameDecompressor.decompress() handle buffer protocol correctly (#227, #228). Thanks to AATTjudahrand.
* Pass source_size kwarg through from frame.open to LZ4FrameFile instance (#224, #225). Thanks to AATTshawnperdue.
* Add readall to LZ4FrameFile and use it on python 3.10 (#219, [#220]). Thanks to AATTvaartis.
* Fri Nov 19 2021 pgajdosAATTsuse.com- remove pytest-runner from BuildRequires, it is not needed
* Thu Jan 28 2021 Dirk Müller - update to 3.1.3:
* Travis fixes
* Wheels for 3.9
* Correct how pkgconfig is handled in setup.py to account for multiple build flags
* Improve how CHAR_BIT is handled
* adds block size record support to the stream bindings
* fixups to the tests to reduce execution time
* Wed Apr 15 2020 pgajdosAATTsuse.com- version update to 3.0.2
* Remove dead code
* Drop Python 2 support, add streams bindings, improve frame performance- use system lz4
* Mon Jun 17 2019 Tomáš Chvátal - Update to 2.1.10:
* Cleanup some code in _block.c to suppress some compiler warnings
* Add some more detail to the install docs
* Thu Feb 07 2019 Todd R - Disable tests. They timeout randomly.
* Tue Feb 05 2019 Todd R - Version update to 2.1.6
* This release contains no user facing changes, but does include a built wheel built for Python 2.7 on OSX.
* This release follows some re-working of the CI/CD infrastructure, and integration with the codecov service.- Version update to 2.1.5
* This release contains no functional changes other than changes to the Appveyor configuration for publishing wheels.- Version update to 2.1.4
* This release contains no functional changes other than changes to the Travis configuration for publishing wheels.- Version update to 2.1.3
* A simplification of the tox.ini file (thanks to AATTjdufresne)
* More robust checking for pkgconfig availability (#158, thanks to AATTraymondEhlers)
* Integration of cibuildwheel into travis builds so as to build and publish binary wheels for Linux and OSX (fixes #99 , #144 , #153)
* Only require pytest-runner if pytest/test is being called (fixes #161)
* Blacklists version 3.3.0 of pytest which has a bug that can cause the tests to fail.- Version update to 2.1.2
* Improves the speed of importing the module by avoiding the use of pkg_resources (#154) - thanks to AATTcgohike)
* Fixes some flake8 warnings
* Resolves a small issue with the test suite when detecting memory usage increases
* Thu Oct 25 2018 Tomáš Chvátal - Version update to 2.1.1:
* fixes a bug with the block format compression/decompression
* the handling of errors for block decompression when uncompressed_size > 0
* introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails
* Fri Jul 20 2018 tchvatalAATTsuse.com- Version update to 2.0.2:
* Tests moved to pytest
* Upstream does not provide changelog except git log
* Many tests were added fixing various crashes- Enable tests
* Fri Jul 21 2017 aloisioAATTgmx.com- Set correct license