From e8aec6db34950f940a6093ec66c52f7411d9d5ff Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Mar 2018 08:42:51 -0500 Subject: python-cffi: update to version 1.11.4 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-cffi.inc | 4 ++-- meta-python/recipes-devtools/python/python-cffi_1.11.4.bb | 6 ------ meta-python/recipes-devtools/python/python-cffi_1.11.5.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-cffi_1.11.4.bb | 2 -- meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cffi_1.11.4.bb create mode 100644 meta-python/recipes-devtools/python/python-cffi_1.11.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.11.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc index 39ab19ff8a..e6071eecaf 100644 --- a/meta-python/recipes-devtools/python/python-cffi.inc +++ b/meta-python/recipes-devtools/python/python-cffi.inc @@ -4,8 +4,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" DEPENDS += "libffi ${PYTHON_PN}-pycparser" -SRC_URI[md5sum] = "8ef0f852498908b20bc508799901fe93" -SRC_URI[sha256sum] = "df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d" +SRC_URI[md5sum] = "ac8492f4ad952360737413e82d661908" +SRC_URI[sha256sum] = "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4" RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-ctypes \ diff --git a/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb b/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb deleted file mode 100644 index bc667b8056..0000000000 --- a/meta-python/recipes-devtools/python/python-cffi_1.11.4.bb +++ /dev/null @@ -1,6 +0,0 @@ -require python-cffi.inc -inherit pypi setuptools - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-cffi_1.11.5.bb b/meta-python/recipes-devtools/python/python-cffi_1.11.5.bb new file mode 100644 index 0000000000..bc667b8056 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cffi_1.11.5.bb @@ -0,0 +1,6 @@ +require python-cffi.inc +inherit pypi setuptools + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.11.4.bb b/meta-python/recipes-devtools/python/python3-cffi_1.11.4.bb deleted file mode 100644 index e888084347..0000000000 --- a/meta-python/recipes-devtools/python/python3-cffi_1.11.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-cffi.inc diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb b/meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb new file mode 100644 index 0000000000..e888084347 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-cffi.inc -- cgit 1.2.3-korg