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 filePatch | File delta | Description |
---|---|---|
0001 Use system zstd by default.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
use system zstd by default |
0002 Disable test_features.patch | (download) |
tests/test_module_attributes.py |
19 0 + 19 - 0 ! |
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 ! |
use zstd-1.5.7 |
0004 update vendored zstd 1.5.7.patch | (download) |
zstd/zdict.h |
23 15 + 8 - 0 ! |
update vendored zstd to 1.5.7 |
0005 update make cffi zstd 1.5.7.patch | (download) |
make_cffi.py |
9 7 + 2 - 0 ! |
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 ! |
update backend_cffi for new type names in zstd 1.5.7 |