update to 1.8.3
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
parent
205d0bacc2
commit
6a12e504fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/cffi-1.6.0.tar.gz
|
/cffi-1.6.0.tar.gz
|
||||||
/cffi-1.7.0.tar.gz
|
/cffi-1.7.0.tar.gz
|
||||||
/cffi-1.8.2.tar.gz
|
/cffi-1.8.2.tar.gz
|
||||||
|
/cffi-1.8.3.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 1.8.2
|
Version: 1.8.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Foreign Function Interface for Python to call C code
|
Summary: Foreign Function Interface for Python to call C code
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -78,12 +78,12 @@ cd doc
|
|||||||
make html
|
make html
|
||||||
rm build/html/.buildinfo
|
rm build/html/.buildinfo
|
||||||
|
|
||||||
#%check
|
%check
|
||||||
## The following test procedure works when I run it manually, but fails
|
## The following test procedure works when I run it manually, but fails
|
||||||
## from rpmbuild, complaining that it can't import _cffi_backend, and I'm
|
## from rpmbuild, complaining that it can't import _cffi_backend, and I'm
|
||||||
## not sure how to make it work
|
## not sure how to make it work
|
||||||
#python setup_base.py build
|
python setup_base.py build
|
||||||
#PYTHONPATH=build/lib.linux-* py.test c/ testing/
|
PYTHONPATH=build/lib.linux-* py.test c/ testing/
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -113,6 +113,10 @@ popd
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed Sep 07 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.8.2-1
|
||||||
- Update to 1.8.2
|
- Update to 1.8.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user