[packages/python-cffi] - updated to 1.9.1
qboosh
qboosh at pld-linux.org
Fri Dec 9 22:45:55 CET 2016
commit a15b504992873b37b34a023b4f28f766c68505d7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Dec 9 22:46:31 2016 +0100
- updated to 1.9.1
python-cffi.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-cffi.spec b/python-cffi.spec
index 37e76f8..0b5c4a8 100644
--- a/python-cffi.spec
+++ b/python-cffi.spec
@@ -7,13 +7,13 @@
Summary: Foreign Function Interface for Python 2 calling C code
Summary(pl.UTF-8): Interfejs funkcji obcych (FFI) dla Pythona 2 wywołującego kod w C
Name: python-cffi
-Version: 1.6.0
+Version: 1.9.1
Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.python.org/pypi/cffi
-Source0: https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a/cffi-%{version}.tar.gz
-# Source0-md5: 2fae9160991afefb20ff0fbde3b14faf
+Source0: https://pypi.python.org/packages/a1/32/e3d6c3a8b5461b903651dd6ce958ed03c093d2e00128e3f33ea69f1d7965/cffi-%{version}.tar.gz
+# Source0-md5: b8fa7ccb87790531db3316ab17aa8244
URL: http://cffi.readthedocs.org/
BuildRequires: libffi-devel >= 3
BuildRequires: pkgconfig
@@ -103,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python2}
%files
%defattr(644,root,root,755)
-%doc LICENSE %{?with_doc:doc/build/html/{*.html,*.js,_static}}
+%doc AUTHORS LICENSE %{?with_doc:doc/build/html/{*.html,*.js,_static}}
%attr(755,root,root) %{py_sitedir}/_cffi_backend.so
%dir %{py_sitedir}/cffi
%{py_sitedir}/cffi/_cffi_include.h
@@ -116,7 +116,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python3}
%files -n python3-cffi
%defattr(644,root,root,755)
-%doc LICENSE %{?with_doc:doc/build/html/{*.html,*.js,_static}}
+%doc AUTHORS LICENSE %{?with_doc:doc/build/html/{*.html,*.js,_static}}
%attr(755,root,root) %{py3_sitedir}/_cffi_backend.cpython-*.so
%dir %{py3_sitedir}/cffi
%{py3_sitedir}/cffi/_cffi_include.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-cffi.git/commitdiff/a15b504992873b37b34a023b4f28f766c68505d7
More information about the pld-cvs-commit
mailing list