From d15d7bba78179dd73fa77631a9a220a2efd4978f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 12 Apr 2019 10:48:31 +0800 Subject: python-cffi: upgrade 1.11.5 -> 1.12.2 -Upgrade from python-cffi_1.11.5.bb to python-cffi_1.12.2.bb. -Upgrade from python3-cffi_1.11.5.bb to python3-cffi_1.12.2.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cffi.inc | 4 ++-- meta-python/recipes-devtools/python/python-cffi_1.11.5.bb | 6 ------ meta-python/recipes-devtools/python/python-cffi_1.12.2.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb | 2 -- meta-python/recipes-devtools/python/python3-cffi_1.12.2.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cffi_1.11.5.bb create mode 100644 meta-python/recipes-devtools/python/python-cffi_1.12.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-cffi_1.12.2.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 e6071eeca..069aba008 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] = "ac8492f4ad952360737413e82d661908" -SRC_URI[sha256sum] = "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4" +SRC_URI[md5sum] = "4d7dcb6c7c738c15d2ece9bd4c5f86da" +SRC_URI[sha256sum] = "e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7" RDEPENDS_${PN}_class-target = " \ ${PYTHON_PN}-ctypes \ 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 deleted file mode 100644 index bc667b805..000000000 --- a/meta-python/recipes-devtools/python/python-cffi_1.11.5.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.12.2.bb b/meta-python/recipes-devtools/python/python-cffi_1.12.2.bb new file mode 100644 index 000000000..bc667b805 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cffi_1.12.2.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.5.bb b/meta-python/recipes-devtools/python/python3-cffi_1.11.5.bb deleted file mode 100644 index e88808434..000000000 --- a/meta-python/recipes-devtools/python/python3-cffi_1.11.5.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.12.2.bb b/meta-python/recipes-devtools/python/python3-cffi_1.12.2.bb new file mode 100644 index 000000000..e88808434 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cffi_1.12.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-cffi.inc -- cgit v1.2.3-54-g00ecf