!12 Update package to version 4.0.2

From: @jxy_git 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-12-12 08:36:07 +00:00 committed by Gitee
commit 7444ab3a5c
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.

BIN
lz4-4.0.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-lz4 Name: python-lz4
Version: 4.0.0 Version: 4.0.2
Release: 2 Release: 1
Summary: LZ4 Bindings for Python Summary: LZ4 Bindings for Python
License: BSD and Zlib License: BSD and Zlib
URL: https://github.com/python-lz4/python-lz4 URL: https://github.com/python-lz4/python-lz4
Source0: https://files.pythonhosted.org/packages/b1/e1/4527cb8ae9f087787b5014aec19645fe96b3056785fd7c0af3b944b6c55d/lz4-4.0.0.tar.gz Source0: https://files.pythonhosted.org/packages/65/8d/4d913798e17735839c7666e81985bd230f739927d066890b511a78c542d8/lz4-4.0.2.tar.gz
%description %description
LZ4 Bindings for Python LZ4 Bindings for Python
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Dec 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 4.0.2-1
- Update package to version 4.0.2
* Fri Jun 24 2022 tanyulong<tanyulong@kylinos.cn> - 4.0.0-2 * Fri Jun 24 2022 tanyulong<tanyulong@kylinos.cn> - 4.0.0-2
- Delete unnecessary gdb from BuildRequires - Delete unnecessary gdb from BuildRequires