Package Release Info

python-zstandard-0.13.0-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-zstandard
python3-zstandard

Change Logs

Version: 0.13.0-bp152.1.7
* Mon Mar 09 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 2019 Tomá? Chvátal <tchvatal@suse.com>
- 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 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.11.1:
  * Fix memory leak in ``ZstdDecompressionReader.seek()`` (#82).
* Tue May 07 2019 Todd R <toddrme2178@gmail.com>
- Conflict with python-zstd, which shares the same module name.
* Tue Apr 30 2019 Todd R <toddrme2178@gmail.com>
- Initial version