diff --git a/cffi-1.14.0.tar.gz b/cffi-1.14.0.tar.gz deleted file mode 100644 index db09897d1f8bda010102b8c83d1cd753882f7305..0000000000000000000000000000000000000000 Binary files a/cffi-1.14.0.tar.gz and /dev/null differ diff --git a/cffi-1.14.4.tar.gz b/cffi-1.14.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..444610c60c04a781bafca07175266de3d8d0ddda Binary files /dev/null and b/cffi-1.14.4.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index c1095d54448aa7e7b207f1fa92fac3949cf77b68..244fcd366ee2417d3e22329c2e8c54e85ade8b23 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -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.14.0 -Release: 4 +Version: 1.14.4 +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 +* Mon Feb 1 2021 wangjie - 1.14.4-1 +- DESC:upgrade 1.14.4-1 + * Fri Nov 20 2020 shixuantong - 1.14.0-4 - Type:bufix - CVE:NA