diff --git a/cffi-1.14.6.tar.gz b/cffi-1.14.6.tar.gz deleted file mode 100644 index 1fc9a4c..0000000 Binary files a/cffi-1.14.6.tar.gz and /dev/null differ diff --git a/cffi-1.15.0.tar.gz b/cffi-1.15.0.tar.gz new file mode 100644 index 0000000..9bc39f8 Binary files /dev/null and b/cffi-1.15.0.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index c81c293..4c33821 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.14.6 +Version: 1.15.0 Release: 1 Summary: %{_summary} License: MIT @@ -52,6 +52,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc PKG-INFO README.md %changelog +* Sat Dec 25 2021 tianwei - 1.15.0-1 +- upgrade version to 1.15.0 + * Sat Jul 24 2021 shixuantong - 1.14.6-1 - upgrade version to 1.14.6