From edb0229b9051782266a2968983cc7b7f7710a411 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 1 Jun 2017 21:41:06 -0700 Subject: python-cffi: Upgrade to 1.10.0 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-cffi.inc | 4 ++-- meta-python/recipes-devtools/python/python-cffi_1.10.0.bb | 2 ++ meta-python/recipes-devtools/python/python-cffi_1.9.1.bb | 2 -- meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-cffi_1.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python-cffi_1.9.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 21e41c188..0ea154f6d 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc @@ -3,8 +3,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[md5sum] = "b8fa7ccb87790531db3316ab17aa8244" -SRC_URI[sha256sum] = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8" +SRC_URI[md5sum] = "2b5fa41182ed0edaf929a789e602a070" +SRC_URI[sha256sum] = "b3b02911eb1f6ada203b0763ba924234629b51586f72a21faacc638269f4ced5" RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-io \ diff --git a/meta-python/recipes-devtools/python/python-cffi_1.10.0.bb b/meta-python/recipes-devtools/python/python-cffi_1.10.0.bb new file mode 100644 index 000000000..3cd62d1f7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cffi_1.10.0.bb @@ -0,0 +1,2 @@ +require python-cffi.inc +inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb deleted file mode 100644 index 3cd62d1f7..000000000 --- a/meta-python/recipes-devtools/python/python-cffi_1.9.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-cffi.inc -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb b/meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb new file mode 100644 index 000000000..e88808434 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cffi_1.10.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-cffi.inc diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb b/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb deleted file mode 100644 index e88808434..000000000 --- a/meta-python/recipes-devtools/python/python3-cffi_1.9.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-cffi.inc -- cgit v1.2.3-54-g00ecf