!7 update to 1.5.1.0

From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-10-20 09:25:33 +00:00 committed by Gitee
commit 80fdd5f71e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

View File

@ -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 <caodongxia@h-partners.com> - 1.5.1.0-1
- Upgrade python3-zstd to version 1.5.1.0
* Tue Feb 23 2021 wangxiyuan <wangxiyuan1007@gmail.com>
- Package Spec Init

Binary file not shown.

BIN
zstd-1.5.1.0.tar.gz Normal file

Binary file not shown.