diff --git a/cffi-1.11.5.tar.gz b/cffi-1.11.5.tar.gz deleted file mode 100644 index 9c4fa7faf7f69318cb43ce428aeeb48a08b120fd..0000000000000000000000000000000000000000 Binary files a/cffi-1.11.5.tar.gz and /dev/null differ diff --git a/cffi-1.12.3.tar.gz b/cffi-1.12.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fe82bd8684616582b0d0e06298906304289aa7c6 Binary files /dev/null and b/cffi-1.12.3.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index 96a0799a37aa196d3c741eeb4aabc7c5de39c82a..8423e5755136df38cd9604f7650d88b16e3ed0ca 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.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 - 1.12.3-1 +- Upgrade to version 1.12.3 + * Tue Nov 5 2019 shenyangyang - 1.11.5-10 - Type:enhancement - ID:NA