Bump zstd to 1.5.6.3 (#13506)

This commit is contained in:
sobolevn
2025-02-17 13:25:48 +03:00
committed by GitHub
parent a640e08986
commit 1568194559
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.5.6.2"
version = "1.5.6.3"
upstream_repository = "https://github.com/sergey-dryabzhinsky/python-zstd"
+4
View File
@@ -11,6 +11,7 @@ encode = ZSTD_compress
def ZSTD_check(data: ReadableBuffer) -> int: ...
check = ZSTD_check
verify = ZSTD_check
def ZSTD_uncompress(data: ReadableBuffer, /) -> bytes: ...
@@ -26,4 +27,7 @@ def ZSTD_max_threads_count() -> int: ...
def ZSTD_external() -> int: ...
def ZSTD_with_asm() -> int: ...
def ZSTD_with_threads() -> int: ...
def ZSTD_legacy_support() -> int: ...
def ZSTD_max_compression_level() -> int: ...
def ZSTD_min_compression_level() -> int: ...
def version() -> str: ...