summaryrefslogtreecommitdiff
path: root/archivers/py-lz4
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16py-lz4: updated to 2.2.1adam2-7/+7
v2.2.1: Update the bundled LZ4 library to version 1.9.1 This release updates the bundled LZ4 library to version 1.9.1. The 2.2.x releases will be the final release that support Python 2.7. In the near future we'll begin work on the 3.0.x release which will only support Python >= 3.5, and will require LZ4 > 1.9.0. v2.2.0: Add more detail to the install section of docs
2019-06-10py-lz4: updated to 2.1.10adam2-7/+7
v2.1.10: Cleanup some code in _block.c to suppress some compiler warnings Add some more detail to the install docs Move to cibuildwheel 0.11.1
2019-06-07py-lz4: updated to 2.1.9adam2-7/+7
v2.1.9: Update bundled lz4 library to version 1.9.1 v2.1.8: Fix OSX wheel builds v2.1.7: Fix a bug on windows
2018-12-21py-lz4: updated to 2.1.6adam2-7/+7
2.1.6: Fix wheel build for Python 2.7 on OSX
2018-12-18py-lz4: updated to 2.1.5adam3-13/+13
2.1.5 This release contains no functional changes other than changes to the Appveyor configuration for publishing wheels. 2.1.4 This release contains no functional changes other than changes to the Travis configuration for publishing wheels. 2.1.3 A simplification of the tox.ini file More robust checking for pkgconfig availability Integration of cibuildwheel into travis builds so as to build and publish binary wheels for Linux and OSX Only require pytest-runner if pytest/test is being called Blacklists version 3.3.0 of pytest which has a bug that can cause the tests to fail.
2018-11-05py-lz4: updated to 2.1.2adam2-7/+8
2.1.2: Improves the speed of importing the module by avoiding the use of pkg_resources Fixes some flake8 warnings Resolves a small issue with the test suite when detecting memory usage increases
2018-10-14py-lz4: updated to 2.1.1adam2-8/+8
2.1.1: This release updates the bundled LZ4 libraries to version 1.8.3. This fixes a bug with the block format compression/decompression.
2018-08-07py-lz4: updated to 2.1.0adam2-7/+7
v2.1.0: Enhance support for block decompression with unknown size of decompressed data
2018-07-08py-lz4: updated to 2.0.2adam2-7/+7
2.0.2: Fix setup.py to gracefully handle old system installed versions of LZ4 libraries Fix a possible segfault in the frame decompress functions
2018-06-22py-lz4: updated to 2.0.1adam3-9/+9
2.0.1: This release fixes: tests failed when run under python setup.py test, but passed when running under tox. 2.0.0: It's now possible to specify a compession dictionary for block compression. The bundled LZ4 libraries have been updated to 1.8.2 A compatibility fix for 2.x memoryview objects has been added. Various flake8 cleanups and test additions.
2018-04-05py-lz4: updated to 1.1.0adam3-12/+15
1.1.0: This release removes the deprecated functions which were marked as remove in 1.0, but nonetheless remained: lz4.lz4version() LZ4FrameCompressor.finalize() As a side effect, we noo longer have a dependency on the deprecation package.
2018-02-23py-lz4: updated to 1.0.0adam2-7/+7
1.0.0: Only documentation updates since 0.23.2. This marks the release of a stable frame binding API.
2018-02-16py-lz4: updated to 0.23.2adam2-7/+7
0.23.2: Fixes an error in the deprecated LZ4Compressor.finalize() method Improves documentation Has all example code in documentation verified via doctest
2018-02-11py-lz4: update to 0.23.1.wiz2-7/+7
Changes not found.
2018-02-05py-lz4: updated to 0.21.6adam2-7/+7
0.21.6: This version includes some docstring updates.
2018-02-02py-lz4: updated to 0.19.2adam2-7/+7
0.19.2: This release fixes a memory leak in lz4.frame.decompress_chunk() which also impacted the file handling functionality.
2018-01-28py-lz4: updated to 0.19.1adam3-8/+11
0.19.1: This release adds compressed file handling capability to the lz4.frame sub-package. This necessitated some changes to the API of lz4.frame.decompress_chunk, ad some smaller changes to the LZ4FrameCompressor and LZ4FrameDecompressor classes. Please see updated documentation for further details.
2018-01-20py-lz4: updated to 0.18.2adam2-7/+7
0.18.2: This release fixes a memory leak that was introduced in lz4.frame.decompress in 0.18.1. This leak resulted from an incorrect ref count on the returned result which prevented it from ever being released and garbage collected.
2018-01-07Add missing build dependencies.joerg1-1/+3
2018-01-02py-lz4: updated to 0.18.1adam2-7/+7
0.18.1: This is a minor bugfix release which fixes two small bugs which would result in source references not being released on error conditions in lz4.frame.compress. 0.18.0: This release changes the strategy for allocating memory to not use undocumented and potentially fragile Python internals (Py_SIZE). This may have a small performance impact, but brings stronger guarantees for future stability.
2017-12-31py-lz4: updated to 0.17.0adam4-14/+27
0.17.0: This release fixes a pathological case where compressing and decompressing a zero length bytes object could result in the resulting bytes object causing False to be returned from val == 'b'.
2017-12-21py-lz4: updated to 0.12.0adam2-8/+8
This release brings Huge changes to the LZ4 Frame support which should now be considered beta quality A new pytest based test harness, and significantly re-worked testing An end to Python 2.6 support - no testing is currently done against Python 2.6 although the code probably does still work with Python 2.6 at this point in time.
2017-11-24py-lz4: updated to 0.11.1adam2-7/+7
0.11.1: This release bumps the bundled lz4 library files to version 1.8.0.
2017-10-01Needs setuptools_scm.joerg1-1/+3
2017-09-30py-lz4: fix packagingwiz4-10/+9
Clean up pkglint warnings while here.
2017-09-29Add py-lz4-0.10.1:joerg4-0/+57
py-lz4 provides Python bindings for the LZ4 compression library by Yann Collet. At this time the project contains bindings for the LZ4 block format, which are considered stable. Support for the LZ4 frame format is a work-in-progress and available as a technology preview. A future relase will implement support for the LZ4 stream format.