diff --git a/python-zstd.spec b/python-zstd.spec index 5b7111a240af0a9ce367eb2daad4f437c4009b11..d021526907e118ed8e240f50a55bba4687bcbd4a 100644 --- a/python-zstd.spec +++ b/python-zstd.spec @@ -1,19 +1,21 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name zstd Name: python-%{pypi_name} -Version: 1.5.4.0 +Version: 1.5.6.1 Release: %{anolis_release}%{?dist} Summary: Zstd Bindings for Python License: BSD URL: https://github.com/sergey-dryabzhinsky/python-zstd -Source0: https://files.pythonhosted.org/packages/04/ae/6699c5123e322d08cbd67915e876f90469e8e734e224ceb375ebaa9073fc/zstd-1.5.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/z/zstd/zstd-1.5.6.1.tar.gz BuildRequires: gcc BuildRequires: python3-devel BuildRequires: python3-cffi +BuildRequires: pkgconfig(libzstd) >= 1.5.5 +BuildRequires: python3dist(setuptools) %description Simple Python bindings for the Zstd compression library. @@ -57,6 +59,10 @@ doc files for python3-%{pypi_name} %doc README.rst %changelog +* Mon Nov 17 2025 wenyuzifang - 1.5.6.1-1 +- Updated to version 1.5.6.1 to fix xxxxxx + + * Mon Mar 25 2024 Bo Ren - 1.5.4.0-2 - Rebuild with python3.11 - fix build error diff --git a/zstd-1.5.6.1.tar.gz b/zstd-1.5.6.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..aa891002e9f6b43e779065cbac8be3d81b595eec Binary files /dev/null and b/zstd-1.5.6.1.tar.gz differ