Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zstandard for openSUSE:Factory checked in at 2022-11-21 15:28:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zstandard (Old) and /work/SRC/openSUSE:Factory/.python-zstandard.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zstandard" Mon Nov 21 15:28:46 2022 rev:7 rq:1036966 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zstandard/python-zstandard.changes 2022-02-04 21:46:27.733587259 +0100 +++ /work/SRC/openSUSE:Factory/.python-zstandard.new.1597/python-zstandard.changes 2022-11-21 15:28:48.680409410 +0100 @@ -1,0 +2,40 @@ +Sun Nov 20 04:47:59 UTC 2022 - Mia Herkt <m...@0x0.st> + +- Update to 0.19.0 +Bug fixes + * The C backend implementation of + ZstdDecompressionObj.decompress() could have raised an + assertion in cases where the function was called multiple times + on an instance. In non-debug builds, calls to this method could + have leaked memory. +Changes + * PyPy 3.6 support dropped; Pypy 3.8 and 3.9 support added. + * Anaconda 3.6 support dropped. + * Official support for Python 3.11. This did not require + meaningful code changes and previous release(s) likely worked + with 3.11 without any changes. CFFI's build system now respects + distutils's compiler.preprocessor if it is set. + gh#indygreg/python-zstandard#179 + * The internal logic of ZstdDecompressionObj.decompress() was + refactored. This may have fixed unconfirmed issues where + unused_data was set prematurely. The new logic will also avoid + an extra call to ZSTD_decompressStream() in some scenarios, + possibly improving performance. + * ZstdDecompressor.decompress() how has a read_across_frames + keyword argument. It defaults to False. True is not yet + implemented and will raise an exception if used. The new + argument will default to True in a future release and is + provided now so callers can start passing + read_across_frames=False to preserve the existing functionality + during a future upgrade. + * ZstdDecompressor.decompress() now has an allow_extra_data + keyword argument to control whether an exception is raised if + input contains extra data. It defaults to True, preserving + existing behavior of ignoring extra data. It will likely + default to False in a future release. Callers desiring the + current behavior are encouraged to explicitly pass + allow_extra_data=True so behavior won't change during a future + upgrade. +- No changelog for 0.18.0 available + +------------------------------------------------------------------- Old: ---- zstandard-0.17.0.tar.gz New: ---- zstandard-0.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zstandard.spec ++++++ --- /var/tmp/diff_new_pack.KCB3jV/_old 2022-11-21 15:28:49.924415726 +0100 +++ /var/tmp/diff_new_pack.KCB3jV/_new 2022-11-21 15:28:49.928415745 +0100 @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-zstandard -Version: 0.17.0 +Version: 0.19.0 Release: 0 Summary: Zstandard bindings for Python License: BSD-3-Clause ++++++ zstandard-0.17.0.tar.gz -> zstandard-0.19.0.tar.gz ++++++ ++++ 3531 lines of diff (skipped)