!10 Upgrade python-cffi to 1.14.4 in master

From: @jlwwlsqc
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-02-01 17:18:57 +08:00 committed by Gitee
commit 7b25188e20
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
cffi-1.14.4.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. based on C-like declarations that you can often copy-paste from header files or documentation.
Name: python-%{_name} Name: python-%{_name}
Version: 1.14.0 Version: 1.14.4
Release: 4 Release: 1
Summary: %{_summary} Summary: %{_summary}
License: MIT License: MIT
URL: http://cffi.readthedocs.org URL: http://cffi.readthedocs.org
@ -52,6 +52,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc PKG-INFO README.md %doc PKG-INFO README.md
%changelog %changelog
* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 1.14.4-1
- DESC:upgrade 1.14.4-1
* Fri Nov 20 2020 shixuantong <shixuantong@huawei.com> - 1.14.0-4 * Fri Nov 20 2020 shixuantong <shixuantong@huawei.com> - 1.14.0-4
- Type:bufix - Type:bufix
- CVE:NA - CVE:NA