------------------------------------------------------------------- Tue Jul 21 08:39:31 UTC 2020 - Marketa Calabkova - update to 0.14.0 * This will likely be the final version supporting Python 2.7. Future releases will likely only work on Python 3.5+. See #109 for more context. * There is a significant possibility that future versions will use Rust - instead of C - for compiled code. See #110 for more context. * Some internal fields of C structs are now explicitly initialized. (Possible fix for #105.) * The ``make_cffi.py`` script used to build the CFFI bindings now calls ``distutils.sysconfig.customize_compiler()`` so compiler customizations (such as honoring the ``CC`` environment variable) are performed. Patch by @Arfrever. (#103) * The ``make_cffi.py`` script now sets ``LC_ALL=C`` when invoking the preprocessor in an attempt to normalize output to ASCII. (#95) ------------------------------------------------------------------- Mon Mar 9 10:11:02 UTC 2020 - pgajdos@suse.com - version update to 0.13.0 * ``pytest-xdist`` ``pytest`` extension is now installed so tests can be run in parallel. * CI now builds ``manylinux2010`` and ``manylinux2014`` binary wheels instead of a mix of ``manylinux2010`` and ``manylinux1``. * Official support for Python 3.8 has been added. * Bundled zstandard library upgraded from 1.4.3 to 1.4.4. * Python code has been reformatted with black. ------------------------------------------------------------------- Fri Sep 20 12:09:10 UTC 2019 - Tomáš Chvátal - Update to 0.12.0: * Fix ZstdDecompressor.__init__ on 64-bit big-endian systems (#91). * Fix memory leak in ZstdDecompressionReader.seek() (#82). * CI transitioned to Azure Pipelines (from AppVeyor and Travis CI). * Switched to pytest for running tests (from nose). ------------------------------------------------------------------- Fri May 24 13:39:30 UTC 2019 - Tomáš Chvátal - Update to 0.11.1: * Fix memory leak in ``ZstdDecompressionReader.seek()`` (#82). ------------------------------------------------------------------- Tue May 7 15:40:00 UTC 2019 - Todd R - Conflict with python-zstd, which shares the same module name. ------------------------------------------------------------------- Tue Apr 30 14:48:35 UTC 2019 - Todd R - Initial version