From bc5f9561c79e1ad2d9440757cb8ee4156b48be95 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:56:48 +0100 Subject: [PATCH] rebuilt with python3 3.7.4 [release 1.12.3-2mamba;Thu Aug 08 2019] --- python-cffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index c52192b..2fdb1b6 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.12.3 -Release: 1mamba +Release: 2mamba Summary: Foreign Function Interface for Python calling C code Group: System/Libraries Vendor: openmamba @@ -12,6 +12,7 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.7.4 Requires: python >= %python_version Requires: python-pycparser BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/cffi-%{version}-py*.egg-info/* %changelog +* Thu Aug 08 2019 Silvan Calarco 1.12.3-2mamba +- rebuilt with python3 3.7.4 + * Sun Apr 21 2019 Automatic Build System 1.12.3-1mamba - automatic version update by autodist