Compare commits
27 Commits
1.6.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
51cd5e0582 | |||
97dc050a95 | |||
bfca7a1c63 | |||
e4f4f0ef73 | |||
ecfc2c8961 | |||
78dac51816 | |||
20dc6174e0 | |||
a79a626bfb | |||
1b2f15dddf | |||
80b4eeb5ff | |||
2df7bad23f | |||
93ee5ce4cf | |||
64e2dbd6d6 | |||
34cba4be56 | |||
62f28ece53 | |||
4b67c4838c | |||
bc5f9561c7 | |||
001ffb130e | |||
0a20036677 | |||
ddaa91b84d | |||
76d7ef48e7 | |||
afc9044c40 | |||
12dbc31dca | |||
ee4febc91e | |||
e043cf3795 | |||
70651fb60b | |||
0bbaff3b1b |
106
python-cffi.spec
106
python-cffi.spec
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user