diff --git a/cffi-1.15.0.tar.gz b/cffi-1.15.0.tar.gz deleted file mode 100644 index 9bc39f8739cb464bcb6ab2923e047f5972de6ff8..0000000000000000000000000000000000000000 Binary files a/cffi-1.15.0.tar.gz and /dev/null differ diff --git a/cffi-1.15.1.tar.gz b/cffi-1.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8b6444093ff4be7c574a5ec3bded49f8cec89883 Binary files /dev/null and b/cffi-1.15.1.tar.gz differ diff --git a/python-cffi.spec b/python-cffi.spec index 4c33821e3b63451adfa1e8b086fbaf208325bbf6..78dc4ddc84664d637a4c343430265a575dcbba14 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,13 +5,12 @@ 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.15.0 +Version: 1.15.1 Release: 1 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org -Source0: https://files.pythonhosted.org/packages/source/c/cffi/%{_name}-%{version}.tar.gz - +Source0: https://files.pythonhosted.org/packages/2b/a8/050ab4f0c3d4c1b8aaa805f70e26e84d0e27004907c5b8ecc1d31815f92a/cffi-1.15.1.tar.gz Buildrequires: gdb libffi-devel gcc-c++ gcc python3-sphinx @@ -38,7 +37,6 @@ Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptool %py3_install %check -PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %files -n python3-%{_name} %defattr(-,root,root) @@ -52,6 +50,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc PKG-INFO README.md %changelog +* Tue Apr 09 2024 OpenStack_SIG - 1.15.1-1 +- Upgrade package to version 1.15.1 + * Sat Dec 25 2021 tianwei - 1.15.0-1 - upgrade version to 1.15.0