diff --git a/python-zstandard.spec b/python-zstandard.spec index 2905416aefee726d5754c7c7a61f105a9c76dfbf..8c01498cfdb9302ff329ddc099303efa7e10c395 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zstandard -Version: 0.24.0 +Version: 0.25.0 Release: 1 Summary: Zstandard bindings for Python License: (BSD-3-Clause OR GPL-2.0-only) AND MIT @@ -79,6 +79,11 @@ mv zstandard{.src,} %{_docdir}/* %changelog +* Mon Nov 3 2025 Hann - 0.25.0-1 +- Update package to version 0.25.0 +- The C and Rust backends now declare the GIL as unused +- he CI jobs for building wheels have been overhauled to always use cibuildwheel and uv (where possible) + * Tue Oct 07 2025 panzhe - 0.24.0-1 - Update package to version 0.24.0 - Function get_frame_parameters supports specifying the zstandard frame type diff --git a/zstandard-0.24.0.tar.gz b/zstandard-0.24.0.tar.gz deleted file mode 100644 index e2331a186d941709023f04184f6037471bbb8097..0000000000000000000000000000000000000000 Binary files a/zstandard-0.24.0.tar.gz and /dev/null differ diff --git a/zstandard-0.25.0.tar.gz b/zstandard-0.25.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5f96c8aae2d3df0d3b2c138db971c703ba3d7607 Binary files /dev/null and b/zstandard-0.25.0.tar.gz differ