- 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 @jdufresne)
* More robust checking for pkgconfig availability (#158, thanks to @raymondEhlers)
* 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 @cgohike)
* Fixes some flake8 warnings
* Resolves a small issue with the test suite when detecting memory usage increases
OBS-URL: https://build.opensuse.org/request/show/671993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=12
update to version v0.10.1
* Update bundled lz4 files to v1.7.4-2 version
* Add Python 3.6 builds to AppVeyor
* Fix indentation
* Update bundled lz4 sources to version 1.7.5
* Use GET_SIZE macros to avoid unecessary second check
* Set default store_size
* Remove mixed code and decls in compress_begin
* Fix module initialization in _frame.c
* Replace check_output for compatibility with Python 2.6.
* Make _frame.decompress fail() on leftover bytes like json.loads() do
* Fix VS2015 compile errors
* Fix up adding of appveyor directory to PATH
* Fix up appveyor.yml again
* Fix documentation to give no sphinx warnings
* Add more frame tests
* Update tests for bytes/bytearray for block/Py3
* Add content_size argument to LZ4FrameCrompressor
* Return bytes object from block functions on Python3 (#35)
* Rework decompress in _block.c
* Fix error message again
* Don't mix code and decls so Visual Studio builds work
* Make error message a bit clearer
* Address review comments
* Really remove deprecation warnings from tests
* Revert "Conditionalize extra PyModuleDef initializers on Python 3 in _frame.c"
* Remove mixed code and decls in compress_update
* Add ability to specify uncompressed size to decompress
* Remove unused variable
* Disable bdist_msi and bdist_wininst creation in appveyor
OBS-URL: https://build.opensuse.org/request/show/508598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=5