Releases: sergey-dryabzhinsky/python-zstd
Releases · sergey-dryabzhinsky/python-zstd
Version 1.5.2.2 (1.5.2-r2)
Changes
Fix tests strings.
Nothing else matters changed.
Version 1.5.2.1
Quick fix for build via pypy3.9 - they not implemented bpo-40421 in full.
BROKEN TESTS
Version 1.5.2.0
Changes
Update bundled libzstd to 1.5.2.
BUILD FAILS ON PYPY-3.9
Version 1.5.1.0
- update libzstd to 1.5.1 - follow upstream
- fix passing VERSION string to compiler, thanks to @hoffmang9
Version 1.5.0.4
Same as 1.5.0.3, but tests are fixed: update all version strings
Version 1.5.0.3
Compatibility with python 3.8 - 3.11 (@vstinner)
BROKEN TESTS
Version 1.5.0.2
- simplify tests
- add new function for them: ZSTD_external(): 0/1
Version 1.5.0.1
- fix build - missing new file: zstd_errors.h
Version 1.5.0.0
- Removed old function which generated custom block header
- Updated zstd to new upstream version 1.5.0
- Fix and simplify unit tests
BUILD BROKEN
Version 1.4.9.1
- Fix python 3.8+ warnings about rigth size_t type for # formats
- Update unittests - use os.environ everywhere