upgrade 1.14.4

This commit is contained in:
openeuler-ci-bot 2020-11-20 19:53:06 +08:00 committed by wangjie
commit e66f31287d
3 changed files with 12 additions and 3 deletions

Binary file not shown.

BIN
cffi-1.14.4.tar.gz Normal file

Binary file not shown.

View File

@ -5,15 +5,15 @@ 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.14.0
Release: 3
Version: 1.14.4
Release: 1
Summary: %{_summary}
License: MIT
URL: http://cffi.readthedocs.org
Source0: https://files.pythonhosted.org/packages/source/c/cffi/%{_name}-%{version}.tar.gz
Buildrequires: gdb libffi-devel gcc-c++ gcc
Buildrequires: gdb libffi-devel gcc-c++ gcc python3-sphinx
%?python_enable_dependency_generator
@ -52,6 +52,15 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc PKG-INFO README.md
%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
- Type:bufix
- CVE:NA
- SUG:NA
- DESC:fix test_init_once_multithread AssertionError for x86_64
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 1.14.0-3
- Type:bufix
- CVE:NA