diff --git a/python-zstd.spec b/python-zstd.spec index ac8664d..a456f1e 100644 --- a/python-zstd.spec +++ b/python-zstd.spec @@ -1,10 +1,10 @@ Name: python-zstd -Version: 1.4.8.1 +Version: 1.5.1.0 Release: 1 Summary: ZSTD Bindings for Python -License: BSD +License: BSD-2-Clause URL: https://github.com/sergey-dryabzhinsky/python-zstd -Source0: https://files.pythonhosted.org/packages/92/bc/6bc155c61db55d5b3111a8afc76aaec084372bde89a82ecd4f5fd96c639a/zstd-1.4.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/3d/bc/189c72d298fea928efabef9a5cb9a7b55adff71f27eadad62890c1e4b32f/zstd-1.5.1.0.tar.gz BuildRequires: gcc BuildRequires: python3-devel @@ -22,7 +22,7 @@ Provides: python3-zstd Simple Python bindings for the Zstd compression library. %prep -%autosetup -n zstd-1.4.8.1 +%autosetup -n zstd-%{version} -p1 %build %py3_build @@ -35,10 +35,13 @@ Simple Python bindings for the Zstd compression library. %files -n python3-zstd %license LICENSE %doc README.rst -%{python3_sitearch}/zstd-1.4.8.1-py%{python3_version}.egg-info +%{python3_sitearch}/zstd-%{version}-py%{python3_version}.egg-info %{python3_sitearch}/zstd*.so %changelog +* Thu Oct 20 2022 caodongxia - 1.5.1.0-1 +- Upgrade python3-zstd to version 1.5.1.0 + * Tue Feb 23 2021 wangxiyuan - Package Spec Init diff --git a/zstd-1.4.8.1.tar.gz b/zstd-1.4.8.1.tar.gz deleted file mode 100644 index 6c616f7..0000000 Binary files a/zstd-1.4.8.1.tar.gz and /dev/null differ diff --git a/zstd-1.5.1.0.tar.gz b/zstd-1.5.1.0.tar.gz new file mode 100644 index 0000000..2bcc21c Binary files /dev/null and b/zstd-1.5.1.0.tar.gz differ