source: projects/specs/trunk/p/python-cffi/python-cffi-vl.spec @ 12376

Revision 12376, 7.3 KB checked in by tomop, 4 years ago (diff)

updated 19 packages

g-wrap-1.9.15-2

gjs-1.54.3-2

glib2-2.64.2-2

gobject-introspection-1.64.1-1

guile-2.2.7-1

guile20-2.0.14-5

hardinfo-0.5.1-4

llvm-10.0.0-2

libffi-3.3-1

libffi321-3.2.1-1

p11-kit-0.23.20-2

pycairo-1.18.2-1

pygobject-2.28.6-7

pygobject3-3.34.0-1

python-cffi-1.14.0-1

python-2.7.17-1

python3-3.5.9-1

ruby-2.6.6-2

uim-1.8.8-3

Line 
1Name:           python-cffi
2Version:        1.14.0
3Release:        1%{?_dist_release}
4Summary:        Foreign Function Interface for Python to call C code
5Group:          Development/Libraries
6License:        MIT
7URL:            https://pypi.org/project/cffi/
8Vendor:         Project Vine
9Distribution:   Vine Linux
10Source0:        cffi-%{version}.tar.gz
11
12BuildRequires:  libffi-devel
13BuildRequires:  gcc
14
15# For tests:
16BuildRequires:  gcc-c++
17
18BuildRequires:  python-rpm-macros
19BuildRequires:  python-devel
20BuildRequires:  python-setuptools
21BuildRequires:  python-pycparser
22
23BuildRequires:  python3-rpm-macros
24BuildRequires:  python3-devel
25BuildRequires:  python3-setuptools
26BuildRequires:  python3-pycparser
27
28%{?python_provide:%python_provide python2-cffi}
29
30%?python_enable_dependency_generator
31
32%description
33Foreign Function Interface for Python, providing a convenient and
34reliable way of calling existing C code from Python. The interface is
35based on LuaJIT’s FFI.
36
37%package -n python3-cffi
38Summary:        Foreign Function Interface for Python 3 to call C code
39%{?python_provide:%python_provide python3-cffi}
40
41%description -n python3-cffi
42Foreign Function Interface for Python, providing a convenient and
43reliable way of calling existing C code from Python. The interface is
44based on LuaJIT’s FFI.
45
46%prep
47%autosetup -n cffi-%{version}
48
49%build
50%py_build
51%py3_build
52
53%install
54%py_install
55%py3_install
56
57%files
58%doc PKG-INFO
59%license LICENSE
60%{python_sitearch}/cffi/
61%{python_sitearch}/_cffi_backend.so
62%{python_sitearch}/cffi-%{version}-py%{python_version}.egg-info/
63
64%files -n python3-cffi
65%doc PKG-INFO
66%license LICENSE
67%{python3_sitearch}/cffi/
68%{python3_sitearch}/_cffi_backend.*.so
69%{python3_sitearch}/cffi-%{version}-py%{python3_version}.egg-info/
70
71%changelog
72* Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.0-1
73- new upstream release.
74
75* Mon Nov 19 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.11.5-7
76- initial build for Vine Linux.
77
78* Wed Aug 22 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.5-6
79- Fix FTBFS (#1605627)
80
81* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.5-5
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
83
84* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.5-4
85- Rebuilt for Python 3.7
86
87* Fri May 25 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.11.5-3
88- Disable tests to fix mock-only FTBFS.
89
90* Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.11.5-2
91- Update Python 2 dependency declarations to new packaging standards
92  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
93
94* Fri Mar 02 2018 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.2-1
95- New release 1.11.5
96
97* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.11.2-3
98- Escape macros in %%changelog
99
100* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
102
103* Thu Oct 19 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.2-1
104- New release 1.11.0
105- Fix %%check
106
107* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 1.11.0-2
108- Cleanup spec file conditionals
109
110* Sat Sep 23 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.11.0-1
111- New release 1.11.0
112
113* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
114- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
115
116* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
117- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
118
119* Tue Apr 04 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.10.0-1
120- New release 1.10.0
121
122* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
124
125* Sat Jan 07 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.9.1-1
126- Update to latest upstream 1.9.1
127
128* Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 1.8.3-4
129- Modernize spec
130
131* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.8.3-3
132- Rebuild for Python 3.6
133- Disable test dependencies
134
135* Thu Nov 03 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-2
136- Re-disable check
137
138* Sun Sep 18 2016 John Dulaney <jdulaney@Fedoraproject.org> - 1.8.3-1
139- Update to 1.8.3
140- Reenable check
141
142* Wed Sep 07 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.8.2-1
143- Update to 1.8.2
144
145* Tue Aug 09 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.7.0-3
146- Record installed files
147
148* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
149- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
150
151* Thu Jun 23 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.7.0-1
152- Update to 1.7.0
153
154* Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-3
155- Switch Source0 to using pypi.io
156
157* Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-2
158- Update Source0 URL to account for pypi change
159
160* Thu Apr 21 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-1
161- Update to 1.6.0 (#1329203)
162
163* Mon Feb 15 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.5.2-1
164- Update to 1.5.2 (#1299272)
165
166* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
167- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
168
169* Mon Jan 18 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.5.0-1
170- Update to 1.5.0 (#1299272)
171
172* Mon Jan 11 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.4.2-2
173- Move python-cffi => python2-cffi
174
175* Tue Dec 22 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.4.2-1
176- Update to 1.4.2 (#1293504)
177
178* Thu Dec 17 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.4.1-1
179- Update to latest upstream release
180
181* Fri Dec 11 2015 John Dulaney <jdulaney@fedoraproject.org> - 1.3.1-1
182- Update to latest upstream release
183
184* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.1.2-4
185- Rebuilt for Python3.5 rebuild
186
187* Wed Jul 15 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.1.2-3
188- Modernize spec file
189- add missing source
190
191* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
192- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
193
194* Tue Jun 16 2015 Nathaniel McCallum <npmccallum@redhat.com> - 1.1.2-2
195- Update to 1.1.2
196- Fix license
197
198* Tue Aug 19 2014 Eric Smith <spacewar@gmail.com> 0.8.6-1
199- Update to latest upstream.
200- No python3 in el7.
201
202* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
203- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
204
205* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-3
206- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
207
208* Mon May 12 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.8.1-2
209- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
210
211* Wed Feb 26 2014 Eric Smith <spacewar@gmail.com> 0.8.1-1
212- Update to latest upstream.
213
214* Tue Aug 13 2013 Eric Smith <spacewar@gmail.com> 0.6-5
215- Add Requires of python{,3}-pycparser.
216
217* Thu Jul 25 2013 Eric Smith <spacewar@gmail.com> 0.6-4
218- Fix broken conditionals in spec (missing question marks), needed for el6.
219
220* Tue Jul 23 2013 Eric Smith <spacewar@gmail.com> 0.6-3
221- Add Python3 support.
222
223* Mon Jul 22 2013 Eric Smith <spacewar@gmail.com> 0.6-2
224- Better URL, and use version macro in Source0.
225
226* Sun Jul 21 2013 Eric Smith <spacewar@gmail.com> 0.6-1
227- initial version
Note: See TracBrowser for help on using the repository browser.