Update to 1.7.0
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
parent
07506a88ef
commit
07fcdb9a17
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/cffi-1.5.0.tar.gz
|
/cffi-1.5.0.tar.gz
|
||||||
/cffi-1.5.2.tar.gz
|
/cffi-1.5.2.tar.gz
|
||||||
/cffi-1.6.0.tar.gz
|
/cffi-1.6.0.tar.gz
|
||||||
|
/cffi-1.7.0.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 1.6.0
|
Version: 1.7.0
|
||||||
Release: 3%{?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
|
||||||
URL: http://cffi.readthedocs.org/
|
URL: http://cffi.readthedocs.org/
|
||||||
@ -109,6 +109,9 @@ popd
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Apr 28 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-3
|
||||||
- Switch Source0 to using pypi.io
|
- Switch Source0 to using pypi.io
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user