!26 Update package to version 1.15.1

From: @chendh6 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-02-02 06:50:16 +00:00 committed by Gitee
commit 939a833493
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
cffi-1.15.1.tar.gz Normal file

Binary file not shown.

View File

@ -5,8 +5,8 @@ C Foreign Function Interface for Python. Interact with almost any C code from Py
based on C-like declarations that you can often copy-paste from header files or documentation.
Name: python-%{_name}
Version: 1.15.0
Release: 2
Version: 1.15.1
Release: 1
Summary: %{_summary}
License: MIT
URL: http://cffi.readthedocs.org
@ -52,6 +52,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc PKG-INFO README.md
%changelog
* Thu Jan 19 2023 chendh6<chendonghui6@huawei.com> - 1.15.1-1
- DESC:upgrade 1.15.1-1
* Mon Jun 20 2022 tanyulong <tanyulong@kylinos.cn> - 1.15.0-2
- Delete unnecessary gdb from BuildRequires