diff --git a/python-zstandard.spec b/python-zstandard.spec index 759146212d7f18808c8b4c2d0dc6b46321bf7682..a80adbd526cfe442c602f7e089eb4ba059db8e55 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-zstandard -Version: 0.22.0 +Version: 0.23.0 Release: 1 Summary: Zstandard bindings for Python License: BSD-3-Clause @@ -75,6 +75,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 03 2025 openeuler_bot - 0.23.0-1 +- Support for Python 3.6 has been dropped (version: 0.21.0). +- Bundled zstd library upgraded from 1.5.4 to 1.5.5 (version: 0.21.0). + * Sun Feb 04 2024 xu_ping <707078654@qq.com> - 0.22.0-1 - Update package to version 0.22.0 diff --git a/zstandard-0.22.0.tar.gz b/zstandard-0.22.0.tar.gz deleted file mode 100644 index 9396aa62dd5d1aeb0f879f95c25771fd024d691c..0000000000000000000000000000000000000000 Binary files a/zstandard-0.22.0.tar.gz and /dev/null differ diff --git a/zstandard-0.23.0.tar.gz b/zstandard-0.23.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f1c0407fd3f8df481247b2f6e8a66dcd44b6c408 Binary files /dev/null and b/zstandard-0.23.0.tar.gz differ