Update Source0 URL to account for pypi change
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
parent
3512f455ab
commit
9d674d5ff4
@ -6,11 +6,11 @@
|
||||
|
||||
Name: python-cffi
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Foreign Function Interface for Python to call C code
|
||||
License: MIT
|
||||
URL: http://cffi.readthedocs.org/
|
||||
Source0: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz
|
||||
Source0: https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/cffi-%{version}.tar.gz
|
||||
|
||||
BuildRequires: libffi-devel python-sphinx
|
||||
BuildRequires: python2-devel python2-setuptools Cython python-pycparser
|
||||
@ -109,6 +109,9 @@ popd
|
||||
%doc doc/build/html
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user