diff --git a/0.20.0.tar.gz b/0.20.0.tar.gz deleted file mode 100644 index 786519074f1ffabd79b11a5c2d0f8ae93da1dd9f..0000000000000000000000000000000000000000 Binary files a/0.20.0.tar.gz and /dev/null differ diff --git a/python-zstandard.spec b/python-zstandard.spec index d37cc444e5bd8995f63a8262d81eb1f996818e43..84e72b7df83d73b9b1dc95fc2bb3f37cf4c56cd3 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_without check %global pypi_name zstandard @@ -13,12 +13,13 @@ Name: python-%{pypi_name} -Version: 0.20.0 +Version: 0.22.0 Release: %{anolis_release}%{?dist} Summary: Zstandard bindings for Python License: BSD and GPLv2 URL: https://github.com/indygreg/python-zstandard Source0: https://github.com/indygreg/python-zstandard/archive/refs/tags/%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-0.22.0.tar.gz %description This project provides Python bindings for interfacing with the Zstandard @@ -77,6 +78,10 @@ mv zstandard{.src,} %doc README.rst %changelog +* Wed Aug 20 2025 wenyuzifang - 0.22.0-1 +- Updated to version 0.22.0 to fix xxxxxxxxxx + + * Tue Mar 26 2024 Bo Ren - 0.20.0-2 - Rebuild with python3.11 diff --git a/zstandard-0.22.0.tar.gz b/zstandard-0.22.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9396aa62dd5d1aeb0f879f95c25771fd024d691c Binary files /dev/null and b/zstandard-0.22.0.tar.gz differ