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 2025-09-17 16:37:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zstandard (Old)
and /work/SRC/openSUSE:Factory/.python-zstandard.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zstandard"
Wed Sep 17 16:37:14 2025 rev:19 rq:1305093 version:0.24.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zstandard/python-zstandard.changes
2025-07-31 17:45:02.169250327 +0200
+++
/work/SRC/openSUSE:Factory/.python-zstandard.new.27445/python-zstandard.changes
2025-09-17 16:37:21.925464190 +0200
@@ -1,0 +2,14 @@
+Mon Sep 8 05:29:20 UTC 2025 - Markéta Machová <[email protected]>
+
+- Update to 0.24.0
+ * Support for Python 3.8 has been dropped
+ * Bundled zstd library upgraded from 1.5.6 to 1.5.7.
+ * We now use and require cffi 1.17.0 or newer.
+ * We now collections.abs.Buffer on Python 3.12+ instead of typing.ByteString,
+ as typing.ByteString was deprecated and later removed.
+ * get_frame_parameters() now accepts an optional format argument defining
+ the zstandard frame type.
+ * Initial Python 3.14 support.
+- Drop merged fix-zstd-1.5.7.patch
+
+-------------------------------------------------------------------
Old:
----
fix-zstd-1.5.7.patch
zstandard-0.23.0.tar.gz
New:
----
zstandard-0.24.0.tar.gz
----------(Old B)----------
Old: * Initial Python 3.14 support.
- Drop merged fix-zstd-1.5.7.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zstandard.spec ++++++
--- /var/tmp/diff_new_pack.9TDH42/_old 2025-09-17 16:37:22.581491572 +0200
+++ /var/tmp/diff_new_pack.9TDH42/_new 2025-09-17 16:37:22.585491739 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-zstandard
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-zstandard
-Version: 0.23.0
+Version: 0.24.0
Release: 0
Summary: Zstandard bindings for Python
License: BSD-3-Clause
@@ -26,7 +26,6 @@
URL: https://github.com/indygreg/python-zstandard
Source:
https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-%{version}.tar.gz
Patch0: feature-detection.patch
-Patch1: fix-zstd-1.5.7.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -35,9 +34,9 @@
BuildRequires: libzstd-devel = 1.5.7
BuildRequires: python-rpm-macros
Requires: libzstd1 = 1.5.7
-Requires: python-cffi >= 1.11
+Requires: python-cffi >= 1.17
# SECTION test requirements
-BuildRequires: %{python_module cffi >= 1.11}
+BuildRequires: %{python_module cffi >= 1.17}
BuildRequires: %{python_module exceptiongroup}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest-xdist}
++++++ zstandard-0.23.0.tar.gz -> zstandard-0.24.0.tar.gz ++++++
++++ 14246 lines of diff (skipped)