diff --git a/python-zstandard.spec b/python-zstandard.spec index b40bc0756bf23e178934c4c49cf30daf0bb1c8ce..2905416aefee726d5754c7c7a61f105a9c76dfbf 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zstandard -Version: 0.23.0 +Version: 0.24.0 Release: 1 Summary: Zstandard bindings for Python License: (BSD-3-Clause OR GPL-2.0-only) AND MIT @@ -79,6 +79,10 @@ mv zstandard{.src,} %{_docdir}/* %changelog +* 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 + * Wed Jul 16 2025 yaoxin <1024769339@qq.com> - 0.23.0-1 - Update to 0.23.0 for fix build failure diff --git a/zstandard-0.23.0.tar.gz b/zstandard-0.23.0.tar.gz deleted file mode 100644 index f1c0407fd3f8df481247b2f6e8a66dcd44b6c408..0000000000000000000000000000000000000000 Binary files a/zstandard-0.23.0.tar.gz and /dev/null differ diff --git a/zstandard-0.24.0.tar.gz b/zstandard-0.24.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e2331a186d941709023f04184f6037471bbb8097 Binary files /dev/null and b/zstandard-0.24.0.tar.gz differ