diff --git a/cffi-1.12.3.tar.gz b/cffi-1.12.3.tar.gz deleted file mode 100644 index fe82bd8..0000000 Binary files a/cffi-1.12.3.tar.gz and /dev/null differ diff --git a/cffi-1.14.1.tar.gz b/cffi-1.14.1.tar.gz new file mode 100644 index 0000000..2272d8a Binary files /dev/null and b/cffi-1.14.1.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index 8423e57..1d5d20f 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,7 +5,7 @@ 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.12.3 +Version: 1.14.1 Release: 1 Summary: %{_summary} License: MIT @@ -68,7 +68,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc PKG-INFO README.md %changelog -* Sat Aug 01 2020 Leo Fang - 1.12.3-1 +* Wed Aug 12 2020 Leo Fang - 1.14.1-1 +- Upgrade to version 1.14.1 + +* Sat Aug 01 2020 Leo Fang - 1.12.3-1 - Upgrade to version 1.12.3 * Tue Nov 5 2019 shenyangyang - 1.11.5-10