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 1
1
Metadata-Version: 1.1
2
2
Name: zstd
3
- Version: 1.5.6.8
3
+ Version: 1.5.7.1
4
4
Summary: Simple python bindings to Yann Collet ZSTD compression library
5
5
Home-page: https://github.com/sergey-dryabzhinsky/python-zstd
6
6
Author: Sergey Dryabzhinsky
7
7
Author-email: sergey.dryabzhinsky@gmail.com
8
8
License: 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
10
10
Description: Simple ZSTandarD bindings for Python
11
11
Keywords: zstd,zstandard,compression
12
12
Platform: POSIX
Original file line number Diff line number Diff line change 2
2
python-zstd
3
3
=============
4
4
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
6
6
:target: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml
7
7
8
8
.. |masterW | image :: https://github.com/sergey-dryabzhinsky/python-zstd/actions/workflows/build-wheels.yml/badge.svg
@@ -127,7 +127,7 @@ python-zstd
127
127
| cpython 3.14 x64 u24 | |cpython314x64u20 | |
128
128
+----------------------+---------------------+
129
129
| Release | |releaseW | |
130
- | 1.5.7.0 | |
130
+ | 1.5.7.1 | |
131
131
+----------------------+---------------------+
132
132
| Master | |masterW | |
133
133
+----------------------+---------------------+
Original file line number Diff line number Diff line change 21
21
# Package version, even external
22
22
PKG_VERSION = VERSION
23
23
# Minor revision
24
- PKG_VERSION += ("0 " ,)
24
+ PKG_VERSION += ("1 " ,)
25
25
PKG_VERSION_STR = "." .join ([str (x ) for x in PKG_VERSION ])
26
26
27
27
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class BaseTestZSTD(unittest.TestCase):
57
57
VERSION_INT = 10507
58
58
# minimal external version, must be >=1.4.0
59
59
VERSION_INT_MIN = 1 * 100 * 100 + 4 * 1 * 100 + 0
60
- PKG_VERSION = "1.5.7.0 "
60
+ PKG_VERSION = "1.5.7.1 "
61
61
62
62
def helper_version (self ):
63
63
#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