File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: zstd
3- Version: 1.5.6.8
3+ Version: 1.5.7.1
44Summary: Simple python bindings to Yann Collet ZSTD compression library
55Home-page: https://github.com/sergey-dryabzhinsky/python-zstd
66Author: Sergey Dryabzhinsky
7788License: BSD
9- Download-URL: https://github.com/sergey-dryabzhinsky/python-zstd/archive/v1.5.6.8 .tar.gz
9+ Download-URL: https://github.com/sergey-dryabzhinsky/python-zstd/archive/v1.5.7.1 .tar.gz
1010Description: Simple ZSTandarD bindings for Python
1111Keywords: zstd,zstandard,compression
1212Platform: POSIX
Original file line number Diff line number Diff line change 22python-zstd
33=============
44
5- .. |releaseW | image :: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg?tag=v1.5.7.0
5+ .. |releaseW | image :: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg?tag=v1.5.7.1
66 :target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml
77
88.. |masterW | image :: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg
@@ -127,7 +127,7 @@ python-zstd
127127| cpython 3.14 x64 u24 | |cpython314x64u20 | |
128128+----------------------+---------------------+
129129| Release | |releaseW | |
130- | 1.5.7.0 | |
130+ | 1.5.7.1 | |
131131+----------------------+---------------------+
132132| Master | |masterW | |
133133+----------------------+---------------------+
Original file line number Diff line number Diff line change 2121# Package version, even external
2222PKG_VERSION = VERSION
2323# Minor revision
24- PKG_VERSION += ("0 " ,)
24+ PKG_VERSION += ("1 " ,)
2525PKG_VERSION_STR = "." .join ([str (x ) for x in PKG_VERSION ])
2626
2727
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class BaseTestZSTD(unittest.TestCase):
5757 VERSION_INT = 10507
5858 # minimal external version, must be >=1.4.0
5959 VERSION_INT_MIN = 1 * 100 * 100 + 4 * 1 * 100 + 0
60- PKG_VERSION = "1.5.7.0 "
60+ PKG_VERSION = "1.5.7.1 "
6161
6262 def helper_version (self ):
6363 #if zstd.ZSTD_external():
Original file line number Diff line number Diff line change 1- 1.5.7.0
1+ 1.5.7.1
You can’t perform that action at this time.
0 commit comments