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 2023-02-25 19:54:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zstandard (Old) and /work/SRC/openSUSE:Factory/.python-zstandard.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zstandard" Sat Feb 25 19:54:15 2023 rev:10 rq:1067413 version:0.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zstandard/python-zstandard.changes 2023-02-19 18:18:32.601321441 +0100 +++ /work/SRC/openSUSE:Factory/.python-zstandard.new.31432/python-zstandard.changes 2023-02-25 19:54:17.070960714 +0100 @@ -1,0 +2,10 @@ +Tue Feb 21 11:33:11 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Update to version 0.20.0 + * This will likely be the last release officially supporting Python 3.6. + Python 3.6 is end of life as of 2021-12-23. + * Bundled zstd library upgraded from 1.5.2 to 1.5.4. + * Use of the deprecated ZSTD_copyDCtx() was removed from the C and + Rust backends. + +------------------------------------------------------------------- Old: ---- zstandard-0.19.0.tar.gz New: ---- zstandard-0.20.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zstandard.spec ++++++ --- /var/tmp/diff_new_pack.lUkbEH/_old 2023-02-25 19:54:18.334968504 +0100 +++ /var/tmp/diff_new_pack.lUkbEH/_new 2023-02-25 19:54:18.394968874 +0100 @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-zstandard -Version: 0.19.0 +Version: 0.20.0 Release: 0 Summary: Zstandard bindings for Python License: BSD-3-Clause ++++++ feature-detection.patch ++++++ --- /var/tmp/diff_new_pack.lUkbEH/_old 2023-02-25 19:54:18.438969145 +0100 +++ /var/tmp/diff_new_pack.lUkbEH/_new 2023-02-25 19:54:18.442969169 +0100 @@ -1,5 +1,5 @@ diff --git a/c-ext/backend_c.c b/c-ext/backend_c.c -index e31dd15..a5d9dee 100644 +index 9aa7a5c..f67191a 100644 --- a/c-ext/backend_c.c +++ b/c-ext/backend_c.c @@ -210,6 +210,20 @@ void zstd_module_init(PyObject *m) { @@ -24,7 +24,7 @@ return; } diff --git a/setup_zstd.py b/setup_zstd.py -index 399b129..d940c80 100644 +index 5aefdd0..3d8fe73 100644 --- a/setup_zstd.py +++ b/setup_zstd.py @@ -78,6 +78,7 @@ def get_c_extension( @@ -34,9 +34,9 @@ + extra_args.append("-DSYSTEM_ZSTD") else: extra_args.append("-DZSTD_SINGLE_FILE") - extra_args.append("-DZSTDLIB_VISIBILITY=") + extra_args.append("-DZSTDLIB_VISIBLE=") diff --git a/tests/test_module_attributes.py b/tests/test_module_attributes.py -index d487aa8..15cda73 100644 +index a540bfe..a081b1a 100644 --- a/tests/test_module_attributes.py +++ b/tests/test_module_attributes.py @@ -26,7 +26,15 @@ class TestModuleAttributes(unittest.TestCase): ++++++ zstandard-0.19.0.tar.gz -> zstandard-0.20.0.tar.gz ++++++ ++++ 100128 lines of diff (skipped)