Upgrade to 1.12.3

Signed-off-by: Leo Fang <leofang_94@163.com>
This commit is contained in:
Leo Fang 2020-08-01 18:38:50 +08:00
parent 8e5a62f7be
commit f6c82f2799
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
cffi-1.12.3.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.11.5
Release: 10
Version: 1.12.3
Release: 1
Summary: %{_summary}
License: MIT
URL: http://cffi.readthedocs.org
@ -68,6 +68,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/
%doc PKG-INFO README.md
%changelog
* Sat Aug 01 2020 Leo Fang<leofang_94@163.com> - 1.12.3-1
- Upgrade to version 1.12.3
* Tue Nov 5 2019 shenyangyang<shenyangyang4@huawei.com> - 1.11.5-10
- Type:enhancement
- ID:NA