!2 Upgrade package to version 0.19.0

From: @jxy_git 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-11-08 11:00:29 +00:00 committed by Gitee
commit 217f9cd4f3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-zstandard
Version: 0.15.2
Version: 0.19.0
Release: 1
Summary: Zstandard bindings for Python
License: BSD-3-Clause
URL: https://github.com/indygreg/python-zstandard
Source0: https://github.com/indygreg/python-zstandard/archive/refs/tags/%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/9a/50/1b7f7f710c0dfc1019ec4c7295f67855722c342af82f3132664ca6dc1c07/zstandard-0.19.0.tar.gz
Requires: python3-cffi
%description
@ -32,7 +32,7 @@ This project provides Python bindings for interfacing with the Zstandard
compression library. A C extension and CFFI interface are provided.
%prep
%autosetup -n %{name}-%{version}
%autosetup -n zstandard-%{version}
%build
%py3_build
@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Nov 08 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.19.0-1
- Upgrade package to version 0.19.0
* Fri Jul 30 2021 Python_Bot <Python_Bot@openeuler.org> - 0.15.2-1
- Package Spec generated

BIN
zstandard-0.19.0.tar.gz Normal file

Binary file not shown.