diff --git a/python-zstandard.changes b/python-zstandard.changes index 3150aac..37950a5 100644 --- a/python-zstandard.changes +++ b/python-zstandard.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 4 07:46:54 UTC 2023 - Bernhard Wiedemann + +- Update to version 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 diff --git a/python-zstandard.spec b/python-zstandard.spec index ffbf86a..ca387a7 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-zstandard -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: Zstandard bindings for Python License: BSD-3-Clause diff --git a/zstandard-0.21.0.tar.gz b/zstandard-0.21.0.tar.gz deleted file mode 100644 index 645db0d..0000000 --- a/zstandard-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f08e3a10d01a247877e4cb61a82a319ea746c356a3786558bed2481e6c405546 -size 659790 diff --git a/zstandard-0.22.0.tar.gz b/zstandard-0.22.0.tar.gz new file mode 100644 index 0000000..5aa84f4 --- /dev/null +++ b/zstandard-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8226a33c542bcb54cd6bd0a366067b610b41713b64c9abec1bc4533d69f51e70 +size 660738