diff --git a/python-zstandard.spec b/python-zstandard.spec index 759146212d7f18808c8b4c2d0dc6b46321bf7682..c8bde3dd944708700ae2bdf0f34e744d1ec5ce1a 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -1,11 +1,11 @@ %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 URL: https://github.com/indygreg/python-zstandard -Source0: https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/ed/f6/2ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1/zstandard-0.23.0.tar.gz %description This project provides Python bindings for interfacing with the Zstandard @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 27 2024 dongqi - 0.23.0-1 +- Update package to version 0.23.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