Update to 1.7.0

Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
John Dulaney 2016-06-23 10:29:26 -07:00
parent 07506a88ef
commit 07fcdb9a17
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/cffi-1.5.0.tar.gz
/cffi-1.5.2.tar.gz
/cffi-1.6.0.tar.gz
/cffi-1.7.0.tar.gz

View File

@ -5,8 +5,8 @@
%endif
Name: python-cffi
Version: 1.6.0
Release: 3%{?dist}
Version: 1.7.0
Release: 1%{?dist}
Summary: Foreign Function Interface for Python to call C code
License: MIT
URL: http://cffi.readthedocs.org/
@ -109,6 +109,9 @@ popd
%doc doc/build/html
%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
- Switch Source0 to using pypi.io

View File

@ -1 +1 @@
2fae9160991afefb20ff0fbde3b14faf cffi-1.6.0.tar.gz
34122a545060cee58bab88feab57006d cffi-1.7.0.tar.gz