python-cffi: bump to version 1.8.3

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov
2016-09-20 11:43:53 +02:00
committed by Peter Korsgaard
parent ced87ef097
commit 9e895b44b8
2 changed files with 5 additions and 6 deletions

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CFFI_VERSION = 1.6.0
PYTHON_CFFI_VERSION = 1.8.3
PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
PYTHON_CFFI_SITE = https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a
PYTHON_CFFI_SITE = https://pypi.python.org/packages/0a/f3/686af8873b70028fccf67b15c78fd4e4667a3da995007afc71e786d61b0a
PYTHON_CFFI_SETUP_TYPE = setuptools
PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
PYTHON_CFFI_LICENSE = MIT