rebuilt with python3 3.7.4 [release 1.12.3-2mamba;Thu Aug 08 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 10:56:48 +01:00
parent 001ffb130e
commit bc5f9561c7

View File

@ -1,6 +1,6 @@
Name: python-cffi Name: python-cffi
Version: 1.12.3 Version: 1.12.3
Release: 1mamba Release: 2mamba
Summary: Foreign Function Interface for Python calling C code Summary: Foreign Function Interface for Python calling C code
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -12,6 +12,7 @@ License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
Requires: python >= %python_version Requires: python >= %python_version
Requires: python-pycparser Requires: python-pycparser
BuildRoot: %{_tmppath}/%{name}-%{version}-root 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/* %{python_sitearch}/cffi-%{version}-py*.egg-info/*
%changelog %changelog
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.3-2mamba
- rebuilt with python3 3.7.4
* Sun Apr 21 2019 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba * Sun Apr 21 2019 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
- automatic version update by autodist - automatic version update by autodist