Package: python-zstandard / 0.23.0-5

Metadata

Package Version Patches format
python-zstandard 0.23.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use system zstd by default.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use system zstd by default


0002 Disable test_features.patch | (download)

tests/test_module_attributes.py | 19 0 + 19 - 0 !
1 file changed, 19 deletions(-)

 disable test_features

The version linked with system libzstd is known to fail this test.
See https://python-zstandard.readthedocs.io/en/latest/installing.html

Patch first drafted on 2022-06-26.

0003 use zstd 1.5.7.patch | (download)

c-ext/backend_c.c | 2 1 + 1 - 0 !
tests/test_compressor_compress.py | 2 1 + 1 - 0 !
tests/test_compressor_compressobj.py | 2 1 + 1 - 0 !
tests/test_compressor_copy_stream.py | 2 1 + 1 - 0 !
tests/test_compressor_stream_writer.py | 2 1 + 1 - 0 !
tests/test_module_attributes.py | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 use zstd-1.5.7
0004 update vendored zstd 1.5.7.patch | (download)

zstd/zdict.h | 23 15 + 8 - 0 !
zstd/zstd.c | 5749 2798 + 2951 - 0 !
zstd/zstd.h | 373 241 + 132 - 0 !
zstd/zstd_errors.h | 9 1 + 8 - 0 !
4 files changed, 3055 insertions(+), 3099 deletions(-)

 update vendored zstd to 1.5.7
0005 update make cffi zstd 1.5.7.patch | (download)

make_cffi.py | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 update make_cffi.py to skip type alias macros in zstd 1.5.7
0006 update backend cffi zstd 1.5.7.patch | (download)

zstandard/backend_cffi.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update backend_cffi for new type names in zstd 1.5.7