summaryrefslogtreecommitdiff
path: root/package/python-cffi
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-05-06 10:35:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-06 15:29:07 +0200
commit17e85d938353639b60c830ea1f89bc4881157256 (patch)
tree4141319508759345fe8544b99df7b1e2b69025e9 /package/python-cffi
parentb607f0cc6a16c95cb38bf97d3737db97fc1312cf (diff)
python-cffi: bump to version 1.6.0
Change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cffi')
-rw-r--r--package/python-cffi/python-cffi.hash6
-rw-r--r--package/python-cffi/python-cffi.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/package/python-cffi/python-cffi.hash b/package/python-cffi/python-cffi.hash
index 52f51989a..125c93e89 100644
--- a/package/python-cffi/python-cffi.hash
+++ b/package/python-cffi/python-cffi.hash
@@ -1,4 +1,4 @@
-# From https://pypi.python.org/pypi?:action=show_md5&digest=fa766133f7299464c8bf857e0c966a82
-md5 fa766133f7299464c8bf857e0c966a82 cffi-1.5.2.tar.gz
+# From https://pypi.python.org/pypi?:action=show_md5&digest=2fae9160991afefb20ff0fbde3b14faf
+md5 2fae9160991afefb20ff0fbde3b14faf cffi-1.6.0.tar.gz
# Calculated based on the hash above
-sha256 da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd cffi-1.5.2.tar.gz
+sha256 a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db cffi-1.6.0.tar.gz
diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk
index 2b358328d..3c2d53495 100644
--- a/package/python-cffi/python-cffi.mk
+++ b/package/python-cffi/python-cffi.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CFFI_VERSION = 1.5.2
+PYTHON_CFFI_VERSION = 1.6.0
PYTHON_CFFI_SOURCE = cffi-$(PYTHON_CFFI_VERSION).tar.gz
-PYTHON_CFFI_SITE = https://pypi.python.org/packages/source/c/cffi
+PYTHON_CFFI_SITE = https://pypi.python.org/packages/b6/98/11feff87072e2e640fb8320712b781eccdef05d588618915236b32289d5a
PYTHON_CFFI_SETUP_TYPE = setuptools
PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
PYTHON_CFFI_LICENSE = MIT