zstd 1.5.6.3__cp36-cp36m-manylinux_2_4_x86_64.whl → 1.5.6.4__cp36-cp36m-manylinux_2_4_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015-2022, Sergey Dryabzhinsky, Anton Stuk
1
+ Copyright (c) 2015-2025, Sergey Dryabzhinsky, Anton Stuk
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zstd
3
- Version: 1.5.6.3
3
+ Version: 1.5.6.4
4
4
  Summary: ZSTD Bindings for Python
5
5
  Home-page: https://github.com/sergey-dryabzhinsky/python-zstd
6
6
  Author: Sergey Dryabzhinsky, Anton Stuk
@@ -34,7 +34,7 @@ License-File: LICENSE
34
34
  python-zstd
35
35
  =============
36
36
 
37
- .. |releaseW| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg?tag=v1.5.6.3
37
+ .. |releaseW| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg?tag=v1.5.6.4
38
38
  :target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml
39
39
 
40
40
  .. |masterW| image:: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg
@@ -159,7 +159,7 @@ python-zstd
159
159
  | cpython 3.14 x64 u24 | |cpython314x64u20| |
160
160
  +----------------------+---------------------+
161
161
  | Release | |releaseW| |
162
- | 1.5.6.3 | |
162
+ | 1.5.6.4 | |
163
163
  +----------------------+---------------------+
164
164
  | Master | |masterW| |
165
165
  +----------------------+---------------------+
@@ -288,7 +288,7 @@ If paths to header file ``zstd.h`` and libraries is uncommon - use common ``buil
288
288
 
289
289
  >>> $ python setup.py build_ext --external --include-dirs /opt/zstd/usr/include --libraries zstd --library-dirs /opt/zstd/lib clean
290
290
 
291
- But If you want to build with bundled distribution of libzstd just add ``--
291
+ But If you want to force build with bundled distribution of libzstd just add ``--
292
292
  libzstd-bundled`` option
293
293
 
294
294
  >>> $ python setup.py build_ext --libzstd-bundled clean
@@ -297,6 +297,15 @@ When using a PEP 517 builder you can use ``ZSTD_BUNDLED`` environment variable i
297
297
 
298
298
  >>> $ ZSTD_BUNDLED=1 python -m build -w
299
299
 
300
+ If you want to check if build w/o any warnings just add ``--
301
+ all-warnings`` option
302
+
303
+ >>> $ python setup.py build_ext --all-warnings clean
304
+
305
+ When using a PEP 517 builder you can use ``ZSTD_WARNINGS`` environment variable instead:
306
+
307
+ >>> $ ZSTD_WARNINGS=1 python -m build -w
308
+
300
309
  Install from pypi
301
310
  -----------------
302
311
 
@@ -355,7 +364,7 @@ ZSTD_uncompress (data): string|bytes
355
364
  Since: 0.1
356
365
 
357
366
  ZSTD_check (data): int
358
- Function, checks if input is zstd compressed data block, returns 1 if yes, 0 if no, or raises Error.
367
+ Function, checks if input is zstd compressed data block, returns 1 if yes, 0 if no.
359
368
 
360
369
  Support compressed data with multiple/concatenated frames (blocks) .
361
370
 
@@ -373,7 +382,7 @@ version (): string|bytes
373
382
  Returns this module doted version string.
374
383
 
375
384
  The first three digits are folow libzstd version.
376
- Fourth digit - module release number for that version.
385
+ Fourth digit - module revision number for that version.
377
386
 
378
387
  Since: 1.3.4.3
379
388
 
@@ -0,0 +1,6 @@
1
+ zstd.cpython-36m-x86_64-linux-gnu.so,sha256=lJn2nE1o5yvGMNcAZ9ud57C7UwqpOqCx9yO5OT4sUzY,593152
2
+ zstd-1.5.6.4.dist-info/LICENSE,sha256=A_byUM9rQx6EXwW0ZpyOoWagiM-m96eBsAQlTo2z6iw,1320
3
+ zstd-1.5.6.4.dist-info/METADATA,sha256=ECqhkoV3xsMpfLA7Ptsth8KbFxxHep2e_S8LlmHlmLI,20601
4
+ zstd-1.5.6.4.dist-info/WHEEL,sha256=KDdWf3ZhYQfpUsmL4e8Y1MYFgvqyIyp2j7DqDOHxoMM,104
5
+ zstd-1.5.6.4.dist-info/top_level.txt,sha256=DhQX04hbm3dWgbCywpue8ejkkSuxZjpZGkVlo8ca-jM,5
6
+ zstd-1.5.6.4.dist-info/RECORD,,
Binary file
@@ -1,6 +0,0 @@
1
- zstd.cpython-36m-x86_64-linux-gnu.so,sha256=qI4ddUrG4lR1vxSwm6myVghAWUXLB3yf0TsP22ThAyc,593152
2
- zstd-1.5.6.3.dist-info/LICENSE,sha256=uFlI3LUItL6HHwW5JwyqwrihDxfV2LORnmQkAhy3b-8,1320
3
- zstd-1.5.6.3.dist-info/METADATA,sha256=GPjOBVhjl8e89gkMvWzqzAKTquYk7141cd2D3FhDR8Q,20335
4
- zstd-1.5.6.3.dist-info/WHEEL,sha256=KDdWf3ZhYQfpUsmL4e8Y1MYFgvqyIyp2j7DqDOHxoMM,104
5
- zstd-1.5.6.3.dist-info/top_level.txt,sha256=DhQX04hbm3dWgbCywpue8ejkkSuxZjpZGkVlo8ca-jM,5
6
- zstd-1.5.6.3.dist-info/RECORD,,
File without changes