27 Commits

Author SHA1 Message Date
51cd5e0582 automatic version update by autodist [release 1.17.1-1mamba;Thu Sep 05 2024] 2024-09-05 13:51:55 +02:00
97dc050a95 automatic version update by autodist [release 1.17.0-1mamba;Wed Aug 07 2024] 2024-08-09 09:49:39 +02:00
bfca7a1c63 automatic version update by autodist [release 1.16.0-1mamba;Fri Sep 29 2023] 2024-01-06 10:56:49 +01:00
e4f4f0ef73 automatic version update by autodist [release 1.15.1-1mamba;Fri Jul 01 2022] 2024-01-06 10:56:49 +01:00
ecfc2c8961 rebuilt with python 3.10 [release 1.15.0-2mamba;Fri Apr 08 2022] 2024-01-06 10:56:49 +01:00
78dac51816 automatic version update by autodist [release 1.15.0-1mamba;Thu Oct 14 2021] 2024-01-06 10:56:49 +01:00
20dc6174e0 automatic version update by autodist [release 1.14.6-1mamba;Fri Jul 09 2021] 2024-01-06 10:56:49 +01:00
a79a626bfb rebuilt with new python provides [release 1.14.5-2mamba;Sun Mar 14 2021] 2024-01-06 10:56:48 +01:00
1b2f15dddf automatic version update by autodist [release 1.14.4-1mamba;Wed Dec 02 2020] 2024-01-06 10:56:48 +01:00
80b4eeb5ff automatic version update by autodist [release 1.14.3-1mamba;Mon Sep 21 2020] 2024-01-06 10:56:48 +01:00
2df7bad23f automatic version update by autodist [release 1.14.2-1mamba;Sun Aug 16 2020] 2024-01-06 10:56:48 +01:00
93ee5ce4cf automatic version update by autodist [release 1.14.1-1mamba;Tue Jul 28 2020] 2024-01-06 10:56:48 +01:00
64e2dbd6d6 py3* packages: require python-pycparser-py3* [release 1.14.0-2mamba;Sat Apr 11 2020] 2024-01-06 10:56:48 +01:00
34cba4be56 automatic version update by autodist [release 1.14.0-1mamba;Fri Feb 14 2020] 2024-01-06 10:56:48 +01:00
62f28ece53 automatic version update by autodist [release 1.13.2-1mamba;Thu Nov 14 2019] 2024-01-06 10:56:48 +01:00
4b67c4838c automatic version update by autodist [release 1.13.0-1mamba;Tue Oct 22 2019] 2024-01-06 10:56:48 +01:00
bc5f9561c7 rebuilt with python3 3.7.4 [release 1.12.3-2mamba;Thu Aug 08 2019] 2024-01-06 10:56:48 +01:00
001ffb130e automatic version update by autodist [release 1.12.3-1mamba;Sun Apr 21 2019] 2024-01-06 10:56:48 +01:00
0a20036677 automatic version update by autodist [release 1.12.2-1mamba;Wed Feb 27 2019] 2024-01-06 10:56:48 +01:00
ddaa91b84d automatic version update by autodist [release 1.12.1-1mamba;Sat Feb 23 2019] 2024-01-06 10:56:48 +01:00
76d7ef48e7 automatic version update by autodist [release 1.11.5-1mamba;Wed Mar 07 2018] 2024-01-06 10:56:48 +01:00
afc9044c40 automatic version update by autodist [release 1.11.4-1mamba;Wed Jan 24 2018] 2024-01-06 10:56:48 +01:00
12dbc31dca automatic version update by autodist [release 1.11.2-1mamba;Mon Oct 23 2017] 2024-01-06 10:56:48 +01:00
ee4febc91e automatic version update by autodist [release 1.10.0-1mamba;Thu Mar 30 2017] 2024-01-06 10:56:48 +01:00
e043cf3795 automatic version update by autodist [release 1.9.1-1mamba;Thu Nov 24 2016] 2024-01-06 10:56:48 +01:00
70651fb60b automatic update by autodist [release 1.8.3-1mamba;Sat Sep 17 2016] 2024-01-06 10:56:48 +01:00
0bbaff3b1b automatic version update by autodist [release 1.7.0-1mamba;Mon Jun 27 2016] 2024-01-06 10:56:48 +01:00

View File

@ -1,30 +1,35 @@
Name: python-cffi
Version: 1.6.0
Version: 1.17.1
Release: 1mamba
Summary: Foreign Function Interface for Python calling C code
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/cffi
URL: https://pypi.org/project/cffi/
Source: https://pypi.debian.net/cffi/cffi-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: glibc-devel
BuildRequires: libffi-devel
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(pycparser)
## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: python-pycparser
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
%if "%{?with_pyver}"
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n cffi-%{version}
%ifarch aarch64
# ???
%global __requires_exclude ^python3..dist.*$
%endif
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -46,6 +51,93 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/cffi-%{version}-py*.egg-info/*
%changelog
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 1.17.1-1mamba
- automatic version update by autodist
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 1.17.0-1mamba
- automatic version update by autodist
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.15.1-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Jul 01 2022 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
- automatic version update by autodist
* Fri Apr 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15.0-2mamba
- rebuilt with python 3.10
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 1.15.0-1mamba
- automatic version update by autodist
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 1.14.6-1mamba
- automatic version update by autodist
* Sun Mar 14 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.5-2mamba
- rebuilt with new python provides
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.14.5-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
- automatic version update by autodist
* Tue Jul 28 2020 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
- automatic version update by autodist
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.0-2mamba
- py3* packages: require python-pycparser-py3*
* Fri Feb 14 2020 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic version update by autodist
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 1.13.2-1mamba
- automatic version update by autodist
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist
* Wed Feb 27 2019 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
- automatic version update by autodist
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
- automatic version update by autodist
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 1.11.5-1mamba
- automatic version update by autodist
* Wed Jan 24 2018 Automatic Build System <autodist@mambasoft.it> 1.11.4-1mamba
- automatic version update by autodist
* Mon Oct 23 2017 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
- automatic version update by autodist
* Thu Mar 30 2017 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
* Thu Nov 24 2016 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist
* Sat Sep 17 2016 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
- automatic update by autodist
* Mon Jun 27 2016 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist