mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Bump zstd to 1.5.6.3 (#13506)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "1.5.6.2"
|
||||
version = "1.5.6.3"
|
||||
upstream_repository = "https://github.com/sergey-dryabzhinsky/python-zstd"
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user