123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- Name: python-cffi
- Version: 1.15.1
- Release: 1%{?_dist_release}
- Summary: Foreign Function Interface for Python to call C code
- Group: programming
- Vendor: Project Vine
- Distribution: Vine Linux
- License: MIT
- URL: https://pypi.org/project/cffi/
- Source0: %pypi_source cffi
- BuildRequires: libffi-devel
- BuildRequires: gcc
- # For tests:
- BuildRequires: gcc-c++
- BuildRequires: python-rpm-macros
- BuildRequires: python2-rpm-macros
- BuildRequires: python-devel
- BuildRequires: python-setuptools
- BuildRequires: python-pycparser
- BuildRequires: python3-rpm-macros
- BuildRequires: python3-devel
- BuildRequires: python3-setuptools
- BuildRequires: python3-pycparser
- %{?python_provide:%python_provide python2-cffi}
- %?python_enable_dependency_generator
- %description
- Foreign Function Interface for Python, providing a convenient and
- reliable way of calling existing C code from Python. The interface is
- based on LuaJIT’s FFI.
- %package -n python3-cffi
- Summary: Foreign Function Interface for Python 3 to call C code
- Group: programming
- %{?python_provide:%python_provide python3-cffi}
- %description -n python3-cffi
- Foreign Function Interface for Python, providing a convenient and
- reliable way of calling existing C code from Python. The interface is
- based on LuaJIT’s FFI.
- %debug_package
- %prep
- %autosetup -n cffi-%{version}
- %build
- %py2_build
- %pip3_build_wheel
- %install
- %py2_install
- %pip3_install_wheel
- %files
- %doc PKG-INFO
- %license LICENSE
- %{python2_sitearch}/cffi/
- %{python2_sitearch}/_cffi_backend.so
- %{python2_sitearch}/cffi-%{version}-py%{python_version}.egg-info/
- %files -n python3-cffi
- %doc PKG-INFO
- %license LICENSE
- %{python3_sitearch}/cffi/
- %{python3_sitearch}/_cffi_backend.*.so
- %{python3_sitearch}/cffi-*-info/
- %changelog
- * Fri Oct 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.15.1-1
- - new upstream release.
- * Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.1-1
- - new upstream release.
- * Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.0-1
- - new upstream release.
- * Mon Nov 19 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.11.5-7
- - initial build for Vine Linux.
- * Wed Aug 22 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.5-6
- - Fix FTBFS (#1605627)
- * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.5-5
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- * Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.5-4
- - Rebuilt for Python 3.7
- * Fri May 25 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.11.5-3
- - Disable tests to fix mock-only FTBFS.
- * Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.11.5-2
- - Update Python 2 dependency declarations to new packaging standards
- (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- * Fri Mar 02 2018 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.2-1
- - New release 1.11.5
- * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.11.2-3
- - Escape macros in %%changelog
- * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- * Thu Oct 19 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.2-1
- - New release 1.11.0
- - Fix %%check
- * Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 1.11.0-2
- - Cleanup spec file conditionals
- * Sat Sep 23 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.0-1
- - New release 1.11.0
- * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- * Tue Apr 04 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.10.0-1
- - New release 1.10.0
- * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- * Sat Jan 07 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.9.1-1
- - Update to latest upstream 1.9.1
- * Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 1.8.3-4
- - Modernize spec
- * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.8.3-3
- - Rebuild for Python 3.6
- - Disable test dependencies
- * Thu Nov 03 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-2
- - Re-disable check
- * Sun Sep 18 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-1
- - Update to 1.8.3
- - Reenable check
- * Wed Sep 07 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.8.2-1
- - Update to 1.8.2
- * Tue Aug 09 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.7.0-3
- - Record installed files
- * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
- - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- * Thu Jun 23 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.7.0-1
- - Update to 1.7.0
- * Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-3
- - Switch Source0 to using pypi.io
- * Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-2
- - Update Source0 URL to account for pypi change
- * Thu Apr 21 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-1
- - Update to 1.6.0 (#1329203)
- * Mon Feb 15 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.5.2-1
- - Update to 1.5.2 (#1299272)
- * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- * Mon Jan 18 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.5.0-1
- - Update to 1.5.0 (#1299272)
- * Mon Jan 11 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.4.2-2
- - Move python-cffi => python2-cffi
- * Tue Dec 22 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.4.2-1
- - Update to 1.4.2 (#1293504)
- * Thu Dec 17 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.4.1-1
- - Update to latest upstream release
- * Fri Dec 11 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.3.1-1
- - Update to latest upstream release
- * Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.1.2-4
- - Rebuilt for Python3.5 rebuild
- * Wed Jul 15 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.1.2-3
- - Modernize spec file
- - add missing source
- * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- * Tue Jun 16 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.1.2-2
- - Update to 1.1.2
- - Fix license
- * Tue Aug 19 2014 Eric Smith <spacewar@gmail.com> 0.8.6-1
- - Update to latest upstream.
- - No python3 in el7.
- * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
- * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- * Mon May 12 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.8.1-2
- - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
- * Wed Feb 26 2014 Eric Smith <spacewar@gmail.com> 0.8.1-1
- - Update to latest upstream.
- * Tue Aug 13 2013 Eric Smith <spacewar@gmail.com> 0.6-5
- - Add Requires of python{,3}-pycparser.
- * Thu Jul 25 2013 Eric Smith <spacewar@gmail.com> 0.6-4
- - Fix broken conditionals in spec (missing question marks), needed for el6.
- * Tue Jul 23 2013 Eric Smith <spacewar@gmail.com> 0.6-3
- - Add Python3 support.
- * Mon Jul 22 2013 Eric Smith <spacewar@gmail.com> 0.6-2
- - Better URL, and use version macro in Source0.
- * Sun Jul 21 2013 Eric Smith <spacewar@gmail.com> 0.6-1
- - initial version
|