Update to versoin 0.22.0
* Official support for CPython 3.12 * ZstdDecompressor.decompressobj() now accepts a read_across_frames boolean named argument to control whether to transparently read across multiple zstd frames. It still defaults to False to preserve existing behavior OBS-URL: https://build.opensuse.org/package/show/Archiving/python-zstandard?expand=0&rev=5
This commit is contained in:
parent
9c2b6430f8
commit
31206bc822
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 4 07:46:54 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.de>
|
||||||
|
|
||||||
|
- Update to versoin 0.22.0
|
||||||
|
* Official support for CPython 3.12
|
||||||
|
* ZstdDecompressor.decompressobj() now accepts a read_across_frames
|
||||||
|
boolean named argument to control whether to transparently read across
|
||||||
|
multiple zstd frames. It still defaults to False to preserve existing
|
||||||
|
behavior
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 19 15:19:47 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Wed Apr 19 15:19:47 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-zstandard
|
Name: python-zstandard
|
||||||
Version: 0.21.0
|
Version: 0.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zstandard bindings for Python
|
Summary: Zstandard bindings for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
BIN
zstandard-0.21.0.tar.gz
(Stored with Git LFS)
BIN
zstandard-0.21.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
zstandard-0.22.0.tar.gz
Normal file
3
zstandard-0.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8226a33c542bcb54cd6bd0a366067b610b41713b64c9abec1bc4533d69f51e70
|
||||||
|
size 660738
|
Loading…
x
Reference in New Issue
Block a user