upgrade to 1.15.1

This commit is contained in:
chendh6 2023-01-19 15:51:00 +08:00
parent b55a356d05
commit 6d53a23a7f
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