automatic version update by autodist [release 1.14.4-1mamba;Wed Dec 02 2020]

This commit is contained in:
Automatic Build System 2024-01-06 10:56:48 +01:00
parent 80b4eeb5ff
commit 1b2f15dddf

View File

@ -1,5 +1,5 @@
Name: python-cffi Name: python-cffi
Version: 1.14.3 Version: 1.14.4
Release: 1mamba Release: 1mamba
Summary: Foreign Function Interface for Python calling C code Summary: Foreign Function Interface for Python calling C code
Group: System/Libraries Group: System/Libraries
@ -44,6 +44,10 @@ Requires: python-pycparser-%{?pyappend}
%prep %prep
%setup -q -n cffi-%{version} %setup -q -n cffi-%{version}
%ifarch aarch64
# ???
%global __requires_exclude ^python3..dist.*$
%endif
%build %build
CFLAGS="%{optflags}" %{__python} setup.py build CFLAGS="%{optflags}" %{__python} setup.py build
@ -65,6 +69,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
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
- automatic version update by autodist
* Mon Sep 21 2020 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba * Mon Sep 21 2020 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
- automatic version update by autodist - automatic version update by autodist